Julian Eisel JulianEisel
  • Amsterdam
  • Asset system (development lead), UI (developer & module coordindator), VR (initial development).

  • Joined on 2013-12-12
Julian Eisel commented on issue blender/blender#129626 2024-11-20 19:39:32 +01:00
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…

Julian Eisel closed issue blender/blender#128846 2024-11-20 19:14:53 +01:00
Brush Assets: How to indicate brushes with unsaved changes?
Julian Eisel commented on issue blender/blender#128846 2024-11-20 19:14:50 +01:00
Brush Assets: How to indicate brushes with unsaved changes?

Okay great, agreed on all points.

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
Compare 18 commits »
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
Julian Eisel created pull request blender/blender#130543 2024-11-19 20:37:18 +01:00
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
Julian Eisel opened issue blender/blender#130532 2024-11-19 18:42:44 +01:00
Online Assets: Monolithic Online Asset Library - Tasks
Julian Eisel commented on issue blender/blender#130265 2024-11-19 12:57:45 +01:00
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 pushed to main at blender/blender-developer-docs 2024-11-18 18:24:55 +01:00
0c51352de7 4.4: UI: Note persistent tree-view height storage
Julian Eisel deleted branch temp-ui-view-persistent-storage from JulianEisel/blender 2024-11-18 18:20:13 +01:00
Julian Eisel pushed to main at blender/blender 2024-11-18 18:20:13 +01:00
f0db870822 UI: Support persistent view state, write tree-view height to files
Julian Eisel closed issue blender/blender#129058 2024-11-18 18:20:11 +01:00
Tree View: Row size resets after collapsing side panel or editor
Julian Eisel merged pull request blender/blender#130292 2024-11-18 18:20:09 +01:00
UI: Support persistent view state, write tree-view height to files
Julian Eisel approved blender/blender#130349 2024-11-18 15:25:53 +01:00
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.

Julian Eisel commented on pull request blender/blender#130292 2024-11-18 12:18:51 +01:00
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.

Julian Eisel commented on pull request blender/blender#130292 2024-11-18 12:18:19 +01:00
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…