Block a user
Julian Eisel
pushed to temp-asset-representation-asset-data-variant at JulianEisel/blender
2024-07-26 15:34:14 +02:00
2727a73863
Cleanup: use
this->
WIP: Refactor: Use std::variant instead of union for asset data
Julian Eisel
created branch temp-asset-representation-asset-data-variant in JulianEisel/blender
2024-07-26 15:24:06 +02:00
Julian Eisel
pushed to temp-asset-representation-asset-data-variant at JulianEisel/blender
2024-07-26 15:24:06 +02:00
016d9712db
Refactor: Use std::variant instead of union for asset data
489a5e92b8
Cleanup: Remove now unused asset identifier files
693e590d9f
Refactor: Assets: Remove unnecessary asset identifier class
0dad3bdfa7
Fix #123179: can't select multiple snap target elements in UV Editor
2c46b022a5
Fix: Compiler warning after recent refactor
99594f7281
Sculpt: Use Vector::resize instead of reinitialize
Asset shelf crash when opening a file
Most likely fixed by #123385. However I find this a bit too risky for backporting to 4.2, so I'd suggest this workaround:
diff --git a/source/blender/editors/asset/intern/asset_shelf.cc…
3ec3704af6
Cleanup: Remove unused header in asset system header
28539c7dcf
Refactor: Assets: Remove unnecessary asset storage class
Julian Eisel
pushed to temp-gpencil-fill-brush-tool at JulianEisel/blender
2024-07-26 11:37:53 +02:00
3d74b48d05
Add fill tool back to toolbar
945f7f5e23
Fix: Grease Pencil not visible when using compositor
b73d8595bb
Cleanup: add missing cursor entries for Wayland
09cb2be159
Fix #124444: Painting from python ignores certain brush features
656fe6d3e4
Extensions: support "blocklist" in the remote repository
Julian Eisel
created branch temp-gpencil-fill-brush-tool in JulianEisel/blender
2024-07-26 11:37:52 +02:00
WIP: Brush assets followups for Grease Pencil
Julian Eisel
pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender
2024-07-25 19:44:13 +02:00
4b29aa1b0a
Grease Pencil: Add back erase tool
689b9ec0e4
Grease Pencil: Support brush assets for primitive tools
e6eabd6e18
Sculpt/paint: Write brush types to brush asset metadata
d2bcca680e
Fix asset shelf popup not closing when selecting asset with enter
3dfd9d84eb
Fix memory leak when using grease pencil clone brush
Julian Eisel
pushed to temp-gpencil-primitive-tools-brush-assets at JulianEisel/blender
2024-07-25 19:39:15 +02:00
32021ef663
Fix tool settings displayed twice in header
WIP: Grease Pencil: Support brush assets for primitive tools
To fix it, exceptions for the cursor and the keymap need to be added somehow. Have the cursor done, but not sure how to best handle the keymap.
I'm now disabling the keymap with a hardcoded…
Julian Eisel
pushed to temp-gpencil-primitive-tools-brush-assets at JulianEisel/blender
2024-07-25 18:54:49 +02:00
e4a742c3c3
Add hardcoded exception to disable paint keymap