Lukas Tönne LukasTonne
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 11:14:50 +01:00
aa60065a87 Merge branch 'enum-idproperty' into nodes-menu-switch
22e5e574e1 Cleanup: Slightly changed comments for enum DNA.
be35e9810d Use fmt for nicer error messages that can be translatable.
202190d6f3 Merge branch 'main' into enum-idproperty
510a5d3403 Fix: Nodes: Float draw position for sockets
Compare 66 commits »
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-11-03 11:13:46 +01:00
22e5e574e1 Cleanup: Slightly changed comments for enum DNA.
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-11-03 11:12:05 +01:00
be35e9810d Use fmt for nicer error messages that can be translatable.
202190d6f3 Merge branch 'main' into enum-idproperty
510a5d3403 Fix: Nodes: Float draw position for sockets
44b79af4fc Cleanup: Sculpt: Simplify face and face set iteration
a7e6341e4e Merge branch 'blender-v4.0-release'
Compare 64 commits »
Lukas Tönne commented on pull request blender/blender#114362 2023-11-03 11:11:46 +01:00
ID properties: Support enum values with items

Comment was somewhat outdated, this can actually be specified when creating the enum from python, same as with RNA enum properties created from scripts.

Comments on RNA EnumPropertyItem call…

Lukas Tönne commented on pull request blender/blender#114362 2023-11-03 10:53:45 +01:00
ID properties: Support enum values with items

I've interpreted use_static to mean that the function is supposed to return just the static enum items, and ignore any dynamic items. The ID properties have dummy static items like other dynamic…

Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-03 10:40:42 +01:00
a1dd58ef63 Use int attribute for node level, smaller int types are not supported.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-03 10:30:29 +01:00
71f15eed4e Use the ValueIterator of the tree for outputting voxels.
571c15bf53 Removed unused code.
Compare 2 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-03 07:36:39 +01:00
cf8fd4898f Convert int3 to float3 for compatibility.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-02 18:11:41 +01:00
9cfa8183d7 Partial: support all grid types.
0a5c71448f Fix crash when using Mask grid type in voxels-to-points.
Compare 2 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-02 16:58:53 +01:00
e3ce54bd4a Implemented voxel value writing for the Construct Grid node.
Lukas Tönne commented on pull request blender/blender#114403 2023-11-02 12:58:08 +01:00
Fix #114151: Add missing flags to GPU textures
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-02 12:57:14 +01:00
9909a4ad2b Merge branch 'main' into point-cloud-grid
fdd702d2c9 Merge branch 'blender-v4.0-release'
578d91b9db Fix #113919: Avoid crashes with unsupported new socket types
37af066ea4 New node to construct grids from existing topology.
730b5057a7 Fix #114237: USD import crashes on reporting during cache handling.
Compare 126 commits »
Lukas Tönne pushed to main at blender/blender 2023-11-02 12:56:44 +01:00
fdd702d2c9 Merge branch 'blender-v4.0-release'
578d91b9db Fix #113919: Avoid crashes with unsupported new socket types
Compare 2 commits »
Lukas Tönne deleted branch fix-unsupported-socket-types from LukasTonne/blender 2023-11-02 12:55:48 +01:00
Lukas Tönne pushed to blender-v4.0-release at blender/blender 2023-11-02 12:55:45 +01:00
578d91b9db Fix #113919: Avoid crashes with unsupported new socket types
Lukas Tönne merged pull request blender/blender#114401 2023-11-02 12:55:45 +01:00
Fix #113919: Avoid crashes with unsupported new socket types
Lukas Tönne commented on pull request blender/blender#114403 2023-11-02 12:52:55 +01:00
Fix #114151: Add missing flags to GPU textures

According to @fclem it's used by Metal and Vulkan. Might have performance implications because it shouldn't be needed for color textures, but i don't know drawing code well enough.

Lukas Tönne created pull request blender/blender#114403 2023-11-02 12:51:39 +01:00
Fix #114151: Add missing flags to GPU textures
Lukas Tönne created branch fix-volume-gpu-texture-flags in LukasTonne/blender 2023-11-02 12:49:57 +01:00
Lukas Tönne pushed to fix-volume-gpu-texture-flags at LukasTonne/blender 2023-11-02 12:49:57 +01:00
a19b9ed905 Add missing flags to GPU textures.
b54a26ede4 IMB: Support rgba and V channels in single-layer EXR
7760641689 Merge branch 'blender-v4.0-release'
Compare 3 commits »