Lukas Tönne LukasTonne
Lukas Tönne opened issue blender/blender#115264 2023-11-22 12:13:52 +01:00
Missing node group update with linked + overridden node tree data blocks
Lukas Tönne commented on pull request blender/blender#115250 2023-11-22 11:16:00 +01:00
Geometry Nodes: Index switch node

node_zone_socket_items.cc should be renamed to reflect that it's not just "zones" now. Fine for now.

Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-22 09:12:29 +01:00
270b8be9f9 Merge branch 'main' into fast-fourier-transform-node
fa64573434 Cycles: clearer message when denoising in build without OpenImageDenoise
9b08352b21 RNA: Expose ID type identifier in ID structs, add coherence test.
c0b8773a2b Fix #115151: ID property's id_type enum is missing the SCREEN type.
f0f378d31e Fix #115151, step one: Fallback to ID_OB in case of defined unknown ID type.
Compare 189 commits »
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 17:47:52 +01:00
8e1988c91b Added dilate and erode nodes.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 16:16:20 +01:00
6026941ab4 Merge branch 'main' into volume-grid-sockets
09e93ecc23 Anim: Add basic autokey tests
acbfecb852 GPv3: Replace depsgraph tag to ID_RECALC_GEOMETRY
fc30a4b6a5 Fix: BLI: Math: Build error for bad overload-lookup
9320742b45 Fix #114651: EEVEE-Next: SSS NaNs
Compare 20 commits »
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 15:54:04 +01:00
91f0b8e20f Support storing grids in empty volumes.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 14:47:13 +01:00
a484bcd99d Implementation of Store Grid node.
625590a08c Implemented the "remove" feature when getting a grid from a volume.
Compare 2 commits »
Lukas Tönne commented on pull request blender/blender#114403 2023-11-21 14:42:53 +01:00
Fix #114151: Add missing flags to GPU textures

Could someone familiar with OpenGL take this over? I just added the ad-hoc suggestion by @fclem and i have no good understanding beyond that.

Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 13:09:25 +01:00
e0b324c959 Fix linker errors due to missing FieldValueGrid CPPType definition.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 12:47:12 +01:00
c837056e45 Constructor fix for ValueOrField.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 12:33:31 +01:00
8c9ad29d46 Use ImplicitSharingPtr for the field value grid.
c404eadd44 Merge branch 'main' into volume-grid-sockets
71375eec57 Fixed user count cleanup when releasing the FieldValueGrid.
c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
f01c82e268 VSE: Use Strip Volume property for scenes
Compare 34 commits »
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-21 09:57:45 +01:00
b73a2aaf96 Temp: clear user count of the grid pointer when releasing ValueOrField.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-20 18:14:03 +01:00
dfd006e92f Implementation of "get grid" node that writes to ValueOrField.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-20 16:32:05 +01:00
18b72fd4f3 Grid wrapper class that works as ImplicitSharindMixin.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-20 13:59:30 +01:00
7f78bdfbd0 Use grid background value as the field value.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-20 11:39:53 +01:00
e9d78c65b0 Added a Grid pointer to the ValueOrField struct.
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-20 10:29:20 +01:00
4cec91d7d2 Merge branch 'main' into volume-grid-sockets
90a7ca7ed0 GPv3: Cleanup style and change depsgraph tag
a976cf4876 Cleanup: reduce boilerplate for equality operators for structs
b8c84d03cd Fix #107025: Resolve incorrect UV stretch color on macOS
c433f6666a Fix (unreported): Incorrect calculation of meta strip range
Compare 21 commits »
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-11-18 16:29:05 +01:00
869bfe44fe Merge branch 'main' into volume-grid-sockets
c845233d1c Nodes: Move ValueOrField struct into blenkernel
0b11c591ec Nodes: Merge Musgrave node into Noise node
bf7d4ef054 Fix #115025: Transform operations not working in particle edit mode
b77f21f6ef Fix #114999: VSE preview doesn't update when snapping handle
Compare 43 commits »
Lukas Tönne deleted branch move-value-or-field-to-bke from LukasTonne/blender 2023-11-18 13:11:56 +01:00
Lukas Tönne merged pull request blender/blender#115087 2023-11-18 13:11:54 +01:00
Nodes: Move ValueOrField struct into blenkernel