Lukas Tönne LukasTonne
Lukas Tönne created pull request blender/blender#117446 2024-01-23 13:49:01 +01:00
GPv3: Offset modifier
Lukas Tönne pushed to gp3-offset-modifier at LukasTonne/blender 2024-01-23 13:47:39 +01:00
d61d970082 Implemented remaining offset modifier modes.
Lukas Tönne created pull request blender/blender#117441 2024-01-23 11:45:05 +01:00
Nodes: Move undefined type removal behind after-linking-versioning
Lukas Tönne created branch fix-node-versioning in LukasTonne/blender 2024-01-23 11:44:05 +01:00
Lukas Tönne pushed to fix-node-versioning at LukasTonne/blender 2024-01-23 11:44:05 +01:00
a402a68bc8 Nodes: Move undefined type removal behind after-linking-versioning.
6cc8ac7cb3 Cleanup: rename ImBuf anim & anim_index structs
30a152216e EEVEE: Change UI Naming
c16b0216fe Fix #68436: External Particle Disk Cache Playback Is Broken
062a9f9540 Fix: Compiling EEVEE test cases
Compare 10 commits »
Lukas Tönne pushed to gp3-offset-modifier at LukasTonne/blender 2024-01-22 18:23:54 +01:00
0d5697b681 Offset modifier.
Lukas Tönne commented on issue blender/blender#117337 2024-01-22 16:44:41 +01:00
GPv3: Vertex groups in GreasePencil data block and conversion

At the module meeting we decided to try the "runtime cache" approach:

  1. Authoritative vertex group names are stored per drawing (CurvesGeometry).
  2. List of vertex groups in GreasePencil
Lukas Tönne pushed to main at LukasTonne/.profile 2024-01-22 11:44:36 +01:00
5a1edeb1f9 update
Lukas Tönne created branch gp3-offset-modifier in LukasTonne/blender 2024-01-22 11:42:08 +01:00
Lukas Tönne pushed to gp3-offset-modifier at LukasTonne/blender 2024-01-22 11:42:08 +01:00
1903f58eac Cleanup: Removed unused variable in grease pencil color modifier.
0adf01e79e Fix: Compile errors in GPU shader builder stubs
7a2d04a5c4 Fix #117335: Slow selection in scene with drivers
b2b6286366 Depsgraph: Avoid implicit tagging on hide_viewport changes
85ff988f99 Depsgraph: Move scene evaluation node to own component
Compare 8 commits »
Lukas Tönne pushed to main at blender/blender 2024-01-22 11:37:58 +01:00
1903f58eac Cleanup: Removed unused variable in grease pencil color modifier.
Lukas Tönne pushed to gp3-vertex-group-conversion at LukasTonne/blender 2024-01-22 11:35:19 +01:00
42982c19a6 Only copy those vertex groups to drawings that are actually used.
Lukas Tönne pushed to gp3-vertex-group-conversion at LukasTonne/blender 2024-01-22 10:38:55 +01:00
92be5a0289 Merge branch 'main' into gp3-vertex-group-conversion
f6fc417fec Black: skip string normalisation
c368a2c345 Cleanup: Strict compiler warning
a1761b7c8c UI: adjust the add-ons interface when extensions repositories enabled
af160e1613 Cleanup: avoid many allocations recursive filesystem ops on Linux/Unix
Compare 61 commits »
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-01-20 17:33:42 +01:00
de6e4207d8 Added new MaskGrid socket declaration for generic topology grids.
Lukas Tönne commented on pull request blender/blender#116021 2024-01-20 13:18:06 +01:00
WIP: Volume Grid Nodes

@JacquesLucke I'm hitting an assert in the VolumeGridData(std::shared_ptr<openvdb::GridBase> grid) constructor: it expects the input pointer to be unique, but passing the pointer by value it…

Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-01-20 10:55:24 +01:00
9668a2feec Renamed "Capture Grid" to "Set Grid Value".
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-01-20 10:34:26 +01:00
84cd0107a6 Fixed changed header.
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-01-20 10:07:43 +01:00
46d1f3f38c Merge branch 'main' into volume-grid-nodes
33bb3d838f Fix #117224: Outliner recursive selection fails in reverse order
d2e4da0f5b Cleanup: reduce C-isms in imbuf headers
a705259b4b Cleanup: move imbuf .h files to .hh
487adcb992 Fix: build error when not using unity build
Compare 341 commits »