Block a user
Fix: Docking Called from Shortcut Without Status Bar
Default arrays need to be static, otherwise this holds a pointer to invalid stack memory.
In this case though, using invalid coordinates seems a bit confusing, committed a change to check if…
WIP: UI: Use SVG Icons for Tools
We discussed this in the core module meeting and thing it's simplest to implement SVG icons as part of the preview API. Since the preview API already provides a way for script authors to register…
38a2bb48fb
Merge branch 'blender-v4.3-release'
1591f557a0
Merge branch 'blender-v4.3-release'
2a2ad0c662
Fix error in recent fix for Rotate Edges
dc80fe879b
Fix #129333: GPv3: Crash when selecting bezier curves
c9e5c456d0
Merge branch 'blender-v4.3-release'
77a4954b68
Merge branch 'blender-v4.3-release'
fce0e43140
Merge branch 'blender-v4.3-release'
965b9660e9
Merge branch 'blender-v4.3-release'
9ee0416010
Merge branch 'blender-v4.3-release'
7cbc94d835
Fix some exceptions in Python operators when poll fails
5b53ff078d
Fix "Apply Modifier as Shape" ignoring Alt to apply to selected
a0491899f0
Fix "Rotate Edges" iterating over freed edges
29e184596e
Fix error accessing invalid stack memory joining areas from a shortcut
2aeba0e8f1
Fix: MEM_freeN/MEM_delete mismatch with the image save operator
Fix #129607: Armature "Assign to Collection" crashes with defaults
Campbell Barton
pushed to pr-assign-collection-default at ideasman42/blender
2024-10-31 01:40:07 +01:00
55676ba0e0
Fix #129607: Armature "Assign to Collection" crashes with defaults
Campbell Barton
pushed to pr-assign-collection-default at ideasman42/blender
2024-10-31 01:36:06 +01:00
fd537fce95
Fix #129607: Armature "Assign to Collection" crashes with defaults
Campbell Barton
created branch pr-assign-collection-default in ideasman42/blender
2024-10-31 01:33:39 +01:00
Campbell Barton
pushed to pr-assign-collection-default at ideasman42/blender
2024-10-31 01:33:39 +01:00
f52ee63114
Fix: Anchored, Line, Drag Dot stroke types do not support pen flip mode
a48f7f67f7
Fix #129550: Node group default width not working for link-drag-search
e163cc1fe0
Fix: GPv3: Do not open menu with
Ctrl J
a46a557e6a
UI: replace "Extension" with "Add-on" for enable/disable operators
6ab0efad41
Cleanup: defer import until needed
Armature "Assign to Collection" crashes when called with default arguments
bc02853c29
Merge branch 'blender-v4.3-release'
c5362d76ff
Merge branch 'blender-v4.3-release'
a46a557e6a
UI: replace "Extension" with "Add-on" for enable/disable operators
6ab0efad41
Cleanup: defer import until needed
Problem with Wacom pen and tablet with blender (win32)
It's likely the tablet is not providing "tablet" data - pressure / tilt information, which makes Blender consider it a relative pointing device.
We could have a better way of detecting if the…
WIP: Remove unused BLENDER_EEVEE
WIP: Cleanup: remove "import *" from view layer tests