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

  • Joined on 2013-12-12
Julian Eisel pushed to main at JulianEisel/.profile 2024-10-16 11:10:34 +02:00
b98baa3c31 Remove duplicated content
Julian Eisel pushed to temp-asset-essentials-overrides at JulianEisel/blender 2024-10-15 19:02:11 +02:00
fbf2153ba6 Fix asset editable check
Julian Eisel pushed to temp-asset-essentials-overrides at JulianEisel/blender 2024-10-15 18:53:46 +02:00
9f65646911 Support "Edit Metadata" and "Edit Preview Image" operators
Julian Eisel created pull request blender/blender#129071 2024-10-15 18:39:54 +02:00
WIP: Assets: Support editing/overriding essentials assets
Julian Eisel pushed to temp-asset-essentials-overrides at JulianEisel/blender 2024-10-15 18:38:31 +02:00
94ac72e181 Allow using "Save Asset" on essentials, writes to override directory
b2e0193cc1 Fix #128929: Multires face set automasking doesnt work with no face set
a205e34158 Fix #128933: Dyntopo density brush prints constant console errors
Compare 3 commits »
Julian Eisel created branch temp-asset-essentials-overrides in JulianEisel/blender 2024-10-15 18:38:31 +02:00
Julian Eisel commented on issue blender/blender#129053 2024-10-15 15:38:10 +02:00
Assets: Support editing/overriding essentials assets

This solution is limited to the essentials asset library (the bundled assets) to solve the issue of tweaking defaults.

To expand on this, users won't be aware of most of the special treatment…

Julian Eisel commented on issue blender/blender#129053 2024-10-15 15:29:52 +02:00
Assets: Support editing/overriding essentials assets

Is it overriding limited to default brush assets or will there be similar directories created for custom libraries of brush assets ?

This solution is limited to the essentials asset library…

Julian Eisel commented on issue blender/blender#129053 2024-10-15 12:41:06 +02:00
Assets: Support editing/overriding essentials assets

[...] but it got me wondering what will happen if I Load Factory Settings in blender? will it discard overriden essentials and show originals? That would be nice.

Could point, I guess that…

Julian Eisel opened issue blender/blender#129053 2024-10-15 12:16:00 +02:00
Assets: Support editing/overriding essentials assets
Julian Eisel created pull request blender/blender#129010 2024-10-14 17:17:35 +02:00
Refactor: Use std::string to store button tooltips strings
Julian Eisel pushed to temp-cleanup-but-stdstring-tooltip at JulianEisel/blender 2024-10-14 17:17:09 +02:00
3954fb9766 Refactor: Use std::string to store button tooltips strings
62b7947769 Merge branch 'blender-v4.3-release'
Compare 2 commits »
Julian Eisel created branch temp-cleanup-but-stdstring-tooltip in JulianEisel/blender 2024-10-14 17:17:09 +02:00
Julian Eisel created pull request blender/blender#129008 2024-10-14 17:00:56 +02:00
Fix #126541: Tooltip for dynamic custom enum properties broken
1c65f3a0ce Fix #126541: Tooltip for dynamic custom enum properties broken
10f2d683ba Cleanup: Use dedicated string reference type for drop tooltip drawing
682161283e Fix unreported: FileHandler drag-an-drop tooltip is generated in a wrong context
ceb61ac921 Fix: Vulkan: Strict extension test
d35cd15e12 Fix #128608: Vulkan: Sync issues when sharing context between threads
Compare 10 commits »
Julian Eisel created branch temp-fix-dynamic-enum-tooltip-126541 in JulianEisel/blender 2024-10-14 16:58:18 +02:00
Julian Eisel pushed to main at JulianEisel/.profile 2024-10-14 16:47:14 +02:00
61f4c581ae October 7 - 13
Julian Eisel pushed to blender-v4.3-release at blender/blender 2024-10-14 16:43:44 +02:00
10f2d683ba Cleanup: Use dedicated string reference type for drop tooltip drawing
Julian Eisel merged pull request blender/blender#125037 2024-10-14 16:39:44 +02:00
Fix unreported: FileHandler drag-an-drop tooltip is generated in a wrong context
Julian Eisel pushed to blender-v4.3-release at blender/blender 2024-10-14 16:39:42 +02:00
682161283e Fix unreported: FileHandler drag-an-drop tooltip is generated in a wrong context