Block a user
Tree View: Row size resets after collapsing side panel or editor
UI: Support persistent view state, write tree-view height to files
UI: Keymap Editor: Add margin from scrollbar
No need to over-engineer this, we can fix issues by adding extra margins as needed, like proposed here.
UI: Support persistent view state, write tree-view height to files
Yes exactly. We could move the idname to the view, no strong opinion. But would be a separate PR anyway.
UI: Support persistent view state, write tree-view height to files
It's actually not really needed. Getting the region from context could fail in principle, but in practice it should be fine. And if it fails it's probably a bug, so better don't hide it. Removed…
Julian Eisel
pushed to temp-ui-view-persistent-storage at JulianEisel/blender
2024-11-18 12:16:26 +01:00
4f671d2ea6
Cleanup: Address points from review
21e2dcb9b4
Merge remote-tracking branch 'origin/main' into temp-ui-view-persistent-storage
704d34fe0f
Fix: properly save in-memory and packed textures during USD export
1a96d73f52
Fix: DRW: PassSimple do not pass resource_id correctly
94d2a1e6a2
GPU: GLSL CPP stubs: Allow printf in code
Texture Paint mode tools swap when exiting maximized area
I cannot recreate this, so I think we can consider this solved with the brush assets & tools changes?
Regression: Asset Shelf : Custom click drag operator no longer work in 4.3
Regression: Asset Shelf : Custom click drag operator no longer work in 4.3
Everything seems to work as expected, so this can be closed.
Regression: Asset Shelf : Custom click drag operator no longer work in 4.3
To override dragging, asset shelves must have the NO_ASSET_DRAG
option set in bl_options
. This…
UI: Add icons to Batch Rename data type menu
Is it necessary to pass the extra number parameter here? Doesn't it work without?
Julian Eisel
pushed to temp-ui-view-persistent-storage at JulianEisel/blender
2024-11-15 12:15:42 +01:00
5158607418
Cleanup: Add comments
Julian Eisel
pushed to temp-ui-view-persistent-storage at JulianEisel/blender
2024-11-15 11:43:53 +01:00
b0b4a4c37b
Cleanup: More cleaning up of argument passing
Julian Eisel
pushed to temp-ui-view-persistent-storage at JulianEisel/blender
2024-11-15 11:01:50 +01:00
9b47a61dbd
Cleanup: Pass context instead of region
Julian Eisel
pushed to temp-ui-view-persistent-storage at JulianEisel/blender
2024-11-15 10:43:48 +01:00
9a1019cd61
Cleanup: Improve/add comments
Julian Eisel
pushed to temp-ui-view-persistent-storage at JulianEisel/blender
2024-11-15 10:39:36 +01:00
9ba5e8815a
Fix double reading of view state storage
WIP: UI: Support persistent view state, write tree-view height to files
Julian Eisel
created branch temp-ui-view-persistent-storage in JulianEisel/blender
2024-11-14 18:41:25 +01:00
Julian Eisel
pushed to temp-ui-view-persistent-storage at JulianEisel/blender
2024-11-14 18:41:25 +01:00
9d050bf190
UI: Support persistent view state, write tree-view height to files
f025ff81fc
Fix #129094: Sub-targets not symmetrized if from different armature
36aca3c132
Merge branch 'blender-v4.3-release'
c70e93bd5c
Fix: Assert when activating brush asset from the current file
4a372dfd2f
Merge branch 'blender-v4.3-release'