Block a user
Julian Eisel
pushed to remote-asset-library-monolithic at blender/blender
2024-11-21 16:22:43 +01:00
baf258fe5c
Bundle prototype remote index for testing
Online Assets: index file format
To me what it comes down to is the question: Do we really need strong schema definition and validation, and will the cost/benefit ration be worth it?
Now, I'm not very experienced with such…
Brush Assets: How to indicate brushes with unsaved changes?
Julian Eisel
pushed to remote-asset-library-monolithic at blender/blender
2024-11-20 19:06:49 +01:00
417d2b6bde
Add application handler to redownload index on URL changes or new libraries
Julian Eisel
pushed to remote-asset-library-monolithic at blender/blender
2024-11-20 13:16:33 +01:00
ccbe1c5cd7
Merge branch 'main' into remote-asset-library-monolithic
c51615923b
Fix #130420: Undo/Redo broken when using Transfer Mode operator.
e62aa986b2
Format: use fmt::format correctly with runtime format strings
251731accc
Cleanup: Blenloader: simplify writing BHead
2bf7fac176
Creator: Ensure OpenMP runtime is initialized as soon as possible
Julian Eisel
pushed to remote-asset-library-monolithic at blender/blender
2024-11-19 20:44:25 +01:00
bf88d7ee0a
Indicate local or remote library type with icon in Preferences
WIP: Online Assets: Monolithic Online Asset Library
Julian Eisel
pushed to remote-asset-library-monolithic at blender/blender
2024-11-19 20:33:48 +01:00
c3265a8439
Support custom remote asset library type, set up in Preferences
Julian Eisel
created branch remote-asset-library-monolithic in blender/blender
2024-11-19 20:33:46 +01:00
Online Assets: Monolithic Online Asset Library - Tasks
API: Properties set with 'HIDDEN' option still appear in Library Overrides outliner tab
I don't see code to skip hidden properties, so I'd expect them to show up.
For me the property still shows up in the Outliner, but only after overriding another property, like after transforming…
Julian Eisel
deleted branch temp-ui-view-persistent-storage from JulianEisel/blender
2024-11-18 18:20:13 +01:00
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.