Block a user
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'
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'
"NameError: name 'bpy' is not defined" at exit
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.
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…
Fix #129151: Crash showing tool-tips from dynamic enums
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
aa083140fb
Merge branch 'blender-v4.3-release'
a66601ee95
Cleanup: remove deprecated typing built-ins for extension logic
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"
Broken
WITH_UI_TESTS
in Ghost Wayland builds (Wayland/Weston issues?)
51773a41cc
Tests: add options for WITH_UI_TESTS
fd63b3d725
Fix #129095: Crash on wayland on startup without a "seat"
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.