Block a user
Image Editor: Memory leaks when showing image thumbnail on dropdown
9d797b834e
Fix #124876: EEVEE: Missing render frame progress in stdout
8fc617d8e2
Cleanup: Animation: Remove pose library UI hint about the new asset shelf UI
3c81984178
Geometry Nodes: add conversion nodes for Grease Pencil and Curves
d5d64f4a9f
Fix #125006: crash confirming specific operator popup dialog with ENTER
73338c1553
GPv3: Render evaluated geometry
Lukas Tönne
created branch gpv3-trace-image-operator in LukasTonne/blender
2024-07-22 15:05:39 +02:00
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 14:11:01 +02:00
937ff1642d
Merge branch 'main' into grease-pencil-remove-legacy-modifiers
9d797b834e
Fix #124876: EEVEE: Missing render frame progress in stdout
8fc617d8e2
Cleanup: Animation: Remove pose library UI hint about the new asset shelf UI
3c81984178
Geometry Nodes: add conversion nodes for Grease Pencil and Curves
d5d64f4a9f
Fix #125006: crash confirming specific operator popup dialog with ENTER
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 13:44:07 +02:00
1eccb5f4b0
Removed unused function declaration.
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 13:41:54 +02:00
d8b28f7c5b
Removed unused functions from BKE_gpencil_modifier_legacy API.
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 11:48:15 +02:00
6e92cf267d
Remove keymap entries for gpencil modifiers.
Lukas Tönne
pushed to grease-pencil-remove-legacy-modifiers at filedescriptor/blender
2024-07-22 11:36:41 +02:00
41606808da
Moved remaining lineart functions into the regular modifiers folder.
c3cb852e07
Merge branch 'main' into grease-pencil-remove-legacy-modifiers
7c903f9b83
Revert "update"
c4f99bcb6c
update
de443e038c
VSE: Fix linked time option for sequencer select
Alembic is exporting objects with geometry nodes as empty objects.
The object is marked as unselectable, so exporting "only selected" doesn't work with the example file.
Apart from that this seems like a known issue/unsupported case. @JacquesLucke @dr.sybren…
GPv3: LineArt: Baking operators
IMO the distinction between baking the active object and all objects should just be an operator flag, no need to make two operators for this. Same for the "clear" operator below.
GPv3: LineArt: Baking operators
what the comment says: move these checks to an operator poll function
Killed particle's position is reset to the initial position when rendered
Tried to look into this, but it comes back to broken particles. Somehow the instances generated by the old dupli system don't take the alive_state
into account. Sometimes the particle indices…