Block a user
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
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
Julian Eisel
created branch temp-asset-essentials-overrides in JulianEisel/blender
2024-10-15 18:38:31 +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…
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…
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…
Assets: Support editing/overriding essentials assets
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'
Julian Eisel
created branch temp-cleanup-but-stdstring-tooltip in JulianEisel/blender
2024-10-14 17:17:09 +02:00
Fix #126541: Tooltip for dynamic custom enum properties broken
Julian Eisel
pushed to temp-fix-dynamic-enum-tooltip-126541 at JulianEisel/blender
2024-10-14 16:58:18 +02:00
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
Julian Eisel
created branch temp-fix-dynamic-enum-tooltip-126541 in JulianEisel/blender
2024-10-14 16:58:18 +02:00
Fix unreported: FileHandler drag-an-drop tooltip is generated in a wrong context