-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Face deformations on belly adjustments (with no belly changes rendered) #38
Comments
Btw it's not due to Nvidia, just tried on another (lower-end) machine with the exact-same setup (distro, kernel, Blender, Python, KDE versions all identical to above) but a different GPU that self-reports as "AMD ATI 05:00.0 Barcelo" (but sticker on machine says AMD Radeon) — exactly the same quirk as in the above vid. |
Could you test with a Python 3.11 or an earlier version of Blender. Maybe 4.1? |
@Hopefullyidontgetbanned whoa! Problem does not occur with 4.1.1! Which also embeds and uses Python 3.11.7. |
I'm using 4.2.1 with python 3.11.7 embed, so maybe Blender uses the system version if it's newer? Since my system version is 3.11.4 |
Probably! I can by now confirm that the bug here is definitely about the Python version: Just fetched 4.2.2 from blender.org which embeds and uses 3.11.7 (I checked) instead of my system-wide Python 3.12.6, and the bug is also gone here in that 4.2.2. So I'll use the downloaded Blender instead of the Octopi-installed Blender for now, until a future fix lands. =) |
well blender chooses Python versions incredibly deliberately for reasons like this. They update their libraries in a more deliberate reason. so i don't know why someone just swapped versions around. |
As described previously on Discord:
2024-10-04_21-02-34.mp4
This applies across all Viewport Shading modes and both renderers.
Launching Blender from terminal, I found these lines at startup:
Then when I click Import Character, another debug print in the terminal:
No other prints evermore after that, as I drag sliders around etc.
System details: up-to-date Garuda Linux (not that distro really matters), kernel 6.11.1-zen1-1-zen, KDE 6 on X11, Nvidia RTX 4090 GPU with proprietary drivers (also up-to-date).
This was encountered both with the proper release download for v0.3.5 and with a recursively-cloned version on commit b54a1f2, installed only after a clean uninstall of the previously installed version.
blender --version
output:Full system details in blender-system-info.txt
I have verified that this also occurs with all other Add-Ons disabled (except the built-in ones), so it's not like any of them interfere or some such =)
It also occurs with "Adult Mode" off and with both Undo Modes (Simple & Advanced).
The text was updated successfully, but these errors were encountered: