2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
@@ -0,0 +1,41 @@
**PLEASE READ THE FOLLOWING AND USE THE TEMPLATE TO POST YOUR ISSUE**
*Questions not directly related to the RetopoFlow project are considered general and should be posted elsewhere (e.g. git, blender, python, etc).*
**Before raising the issue, please check the following first:**
- [ ] Read through the README.md file in the branch used to assure the process taken is correct
- [ ] Check the existing [issues](https://github.com/CGCookie/retopoflow/issues) and [pull requests](https://github.com/CGCookie/retopoflow/pulls) to make sure the issue has not already been reported and/or fixed.
- [ ] You can replicate the bug and will provide as much info as possible with blend files, screenshots, logfiles, as well as show the expected result and actual result.
 
Issue Template
-----------------------------------
---
Please prefix your issue name with one of the following: **[BUG]** **[PROPOSAL]** **[QUESTION]**
Retopoflow Version: {*add here*}
Blender Version/Hash: {*add here*}
Platform Version/Distribution: {*add here*}
 
**Issue:**
{*enter your issue here*}
{*add any screenshots of the issue here*}
 
**How to Reproduce:**
- {*add your list replication steps*}
{*attach any files needed to replicate the issue*}
@@ -0,0 +1,24 @@
Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**.
**In raising this pull request, I confirm the following (please check boxes):**
- [x] I have read and understood the [contributors guide](). _not present at this time_
- [ ] I have checked that another pull request for this purpose does not exist.
- [ ] I have considered, and confirmed that this submission will be valuable to others.
- [ ] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
- [ ] I give this submission freely, and claim no ownership to its content.
**My familiarity with the project is as follows (check one):**
- [ ] I have never used the project.
- [ ] I have used the project briefly.
- [ ] I have used the project extensively, but have not contributed previously.
- [ ] I am an active contributor to the project.
**If the project maintainer has any additional requirements, they will be listed here.**
- No additional requirements.
---
{pull request content here}