Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#129187 2024-10-31 23:53:14 +01:00
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…

Campbell Barton commented on pull request blender/blender#125378 2024-10-31 12:11:41 +01:00
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…

Campbell Barton pushed to main at blender/blender 2024-10-31 11:57:29 +01:00
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
Compare 4 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-31 11:54:28 +01:00
2a2ad0c662 Fix error in recent fix for Rotate Edges
Campbell Barton pushed to main at blender/blender 2024-10-31 08:54:58 +01:00
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'
Compare 22 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-31 08:51:47 +01:00
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
Compare 11 commits »
Campbell Barton created pull request blender/blender#129608 2024-10-31 01:40:33 +01:00
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
Compare 10 commits »
Campbell Barton opened issue blender/blender#129607 2024-10-31 01:31:21 +01:00
Armature "Assign to Collection" crashes when called with default arguments
Campbell Barton pushed to main at blender/blender 2024-10-30 11:30:39 +01:00
f86710b90f Cleanup: pass multiple arguments to str.startswith
Campbell Barton pushed to main at blender/blender 2024-10-30 05:48:51 +01:00
160e76cd9d Cleanup: remove unused function BM_mesh_active_elem_index_get
Campbell Barton pushed to main at blender/blender 2024-10-30 05:41:44 +01:00
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
Compare 4 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-30 05:40:51 +01:00
a46a557e6a UI: replace "Extension" with "Add-on" for enable/disable operators
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-30 05:19:15 +01:00
6ab0efad41 Cleanup: defer import until needed
Campbell Barton commented on issue blender/blender#44304 2024-10-30 03:42:40 +01:00
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…

Campbell Barton closed pull request blender/blender#129564 2024-10-30 03:40:11 +01:00
WIP: Remove unused BLENDER_EEVEE
Campbell Barton closed pull request blender/blender#129568 2024-10-30 03:39:55 +01:00
WIP: Cleanup: remove "import *" from view layer tests