Block a user
GreasePencilStrokeSlice accepts assignments of arbitrary attributes
X11: Fly Navigation shortcut fails using
¬
character on UK layout
The notsign ¬
is working in Blender for me. Even though it warns in the console.
ERROR (wm.event): source/blender/windowmanager/intern/wm_event_system.cc:5957 wm_event_add_ghostevent:…
Crash using Minimum Stretch --> Use Subdivision Option
Caused by 31a67805fe73c12419778aa1d67ee3c091402f8c.
CC @HooglyBoogly.
f5e271b2ba
Merge branch 'blender-v4.3-release'
77b523d317
Fix #128920: Crash calculating geometry nodes that use UV unwrap
Open the attached file cause Blender crash
X11: Fly Navigation shortcut fails using
¬
character on UK layout
In the PR !128880, there are some details this report misses.
The layout setxkbmap -layout gb
is working here, the PR mentions the pc
layout which I don't have on my system (Arch Linux),…
Fix #123683: Rename extension repository module directory when renaming module
Missing check the directory exists.
Fix #123683: Rename extension repository module directory when renaming module
As noted in previous review, renaming must check the destination directory already exists.
module 'bpy_extras' has no attribute 'image_utils'
module 'bpy_extras' has no attribute 'image_utils'
As noted by @Mysteryem
This isn't a bug as the module needs to be explicitly imported.
1bc3c24f45
Cleanup: use const args, variable
3350eeba62
Merge branch 'blender-v4.3-release'
15be0030f6
Cleanup: various non-functional C++ changes
57ca937a7c
Fix #128714: GPv3: Don't erase behind the camera
2aa8d3cb4a
Merge branch 'blender-v4.3-release'
094f7235bb
Cleanup: replace own Py_INCREF_RET with CPython's Py_NewRef