Block a user
Julian Eisel
pushed to temp-brush-asset-mark-changes at JulianEisel/blender
2024-10-10 11:23:46 +02:00
9c42cae45c
Show "Save Changes" button in panel header, instead of label
UI Experiment: Operator Preferences on Status Bar
I think this latest change makes things quite clear now visually. I don't have a strong opinion about the feature itself, but if we add it, I think version is quite fine.
Julian Eisel
pushed to temp-brush-asset-mark-changes at JulianEisel/blender
2024-10-09 17:46:11 +02:00
3e52f8856a
More missing change tags
bpy.props.EnumProperty dynamic enum items tooltip appears to be broken?
There's a warning in the EnumProperty
Python API documentation about this:
Warning
There is a known bug…
Fix #126541: EnumProperty dynamic enum items tooltips are broken
Basic issue here is that we're referencing strings from Python that have their own lifetime. Python is not aware of this reference and will garbage collect the strings.
There's a warning in the…
Julian Eisel
deleted branch temp-fix-empty-linked-asset-libraries-on-startup from JulianEisel/blender
2024-10-09 16:13:28 +02:00
Assert creating a new empty file
Fix: Empty grease pencil brush libraries linked on startup
Julian Eisel
pushed to temp-brush-asset-mark-changes at JulianEisel/blender
2024-10-09 16:06:55 +02:00
74cb5e9f02
Merge branch 'blender-v4.3-release' into temp-brush-asset-mark-changes
eac897bb38
Fix: No default brush set for vertex paint mode
1d07ec7bc9
PyAPI: add specific BMLayerCollection element type to doc-strings
20756a07cd
Fix #128766: crash dropping files with Wayland
233cf07866
Cleanup: remove unused functions
Fix: Empty grease pencil brush libraries linked on startup
Confusingly, there's both BKE_paint_ensure()
and BKE_paint_init()
. The former needs to be called once, the latter is called every time the paint mode is entered. So I suggest the following…
Fix: Empty grease pencil brush libraries linked on startup
Julian Eisel
created branch temp-fix-empty-linked-asset-libraries-on-startup in JulianEisel/blender
2024-10-09 15:25:56 +02:00
Julian Eisel
pushed to temp-fix-empty-linked-asset-libraries-on-startup at JulianEisel/blender
2024-10-09 15:25:56 +02:00
eb6099fd56
Fix: Empty grease pencil brush libraries linked on startup
eac897bb38
Fix: No default brush set for vertex paint mode
1d07ec7bc9
PyAPI: add specific BMLayerCollection element type to doc-strings
20756a07cd
Fix #128766: crash dropping files with Wayland
233cf07866
Cleanup: remove unused functions