Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton created branch pr-make-utils-historic-python in ideasman42/blender 2024-10-18 03:38:56 +02:00
Campbell Barton pushed to pr-make-utils-historic-python at ideasman42/blender 2024-10-18 03:38:56 +02:00
54690c95af Test
dbfe8db84c Cleanup: remove use of deprecated typing from build_files/
6d1e235f15 Cleanup: remove use of deprecated typing from scripts/modules/
d4bbc79f9e Merge branch 'blender-v4.3-release'
6cd4ad171d Merge branch 'blender-v4.3-release'
Compare 10 commits »
Campbell Barton pushed to main at blender/blender 2024-10-18 02:02:59 +02:00
dbfe8db84c Cleanup: remove use of deprecated typing from build_files/
6d1e235f15 Cleanup: remove use of deprecated typing from scripts/modules/
d4bbc79f9e Merge branch 'blender-v4.3-release'
6cd4ad171d Merge branch 'blender-v4.3-release'
89311be66e Merge branch 'blender-v4.3-release'
Compare 8 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-18 01:26:52 +02:00
528df90336 Cleanup: remove use of deprecated types for extensions (#2)
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-18 01:09:37 +02:00
f4f50fa2c5 Cleanup: replace typing.Union/Option with logical OR for extensions
Campbell Barton pushed to main at blender/blender 2024-10-18 00:38:56 +02:00
c072d42f6b Fix #129177: name 'bpy' is not defined at exit
Campbell Barton closed issue blender/blender#129177 2024-10-18 00:38:54 +02:00
"NameError: name 'bpy' is not defined" at exit
Campbell Barton commented on pull request blender/blender#129018 2024-10-18 00:27:17 +02:00
make license: command to update the license file

I meant relative to Blender projects root:

./build_files/build_environment/cmake/versions.cmake ./extern/*/Blender.README ... etc.

Although either is better than name-only.

Campbell Barton commented on pull request blender/blender#129008 2024-10-17 16:52:25 +02:00
Fix #126541: Tooltip for dynamic custom enum properties broken

While this fix doesn't fix the general case (#126541) it does resolve a more spesific case that #129151.

Submitted a PR based on this which only duplicates strings for dynamic enums and notes…

Campbell Barton created pull request blender/blender#129164 2024-10-17 16:01:56 +02:00
Fix #129151: Crash showing tool-tips from dynamic enums
Campbell Barton pushed to pr-129151-fix at ideasman42/blender 2024-10-17 15:59:13 +02:00
6703805035 Fix #129151: Crash showing tool-tips from dynamic enums
c539ea792c Fix: GPv3: Reduce draw tool performance regression
3c5103d9c9 Fix #129148: Weight/Vertex paint not switching to Blur with Shift
58248c34cb Fix: Linked/liboverride objects can get their materials assignments modified by drag and drop
5e5c387159 Fix: Another typo in brush asset deletion confirmation message
Compare 10 commits »
Campbell Barton created branch pr-129151-fix in ideasman42/blender 2024-10-17 15:59:13 +02:00
Campbell Barton pushed to main at blender/blender 2024-10-17 10:13:36 +02:00
aa083140fb Merge branch 'blender-v4.3-release'
a66601ee95 Cleanup: remove deprecated typing built-ins for extension logic
Compare 2 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-17 10:12:03 +02:00
a66601ee95 Cleanup: remove deprecated typing built-ins for extension logic
Campbell Barton pushed to main at blender/blender 2024-10-17 09:18:07 +02:00
aac60361a0 Merge branch 'blender-v4.3-release'
c8c00f2e1a Merge branch 'blender-v4.3-release'
51773a41cc Tests: add options for WITH_UI_TESTS
fd63b3d725 Fix #129095: Crash on wayland on startup without a "seat"
Compare 4 commits »
Campbell Barton closed issue blender/blender#129095 2024-10-17 09:18:05 +02:00
Broken WITH_UI_TESTS in Ghost Wayland builds (Wayland/Weston issues?)
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-17 09:16:21 +02:00
51773a41cc Tests: add options for WITH_UI_TESTS
fd63b3d725 Fix #129095: Crash on wayland on startup without a "seat"
Compare 2 commits »
Campbell Barton commented on issue blender/blender#126541 2024-10-17 08:47:21 +02:00
bpy.props.EnumProperty dynamic enum items tooltip appears to be broken?

@Andrej

But in some cases global seems to be not enough

What are these cases exactly, do you have steps to redo this?

It may be best to report that as a separate bug.

Campbell Barton pushed to main at blender/blender 2024-10-17 07:46:19 +02:00
0625756644 Cleanup: remove unused includes