Lukas Tönne LukasTonne
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-09 14:57:26 +02:00
cef044a041 Added a BakeItem for enum values to store in simulation caches.
015c4d8867 Use a plain int IDProperty for enum sockets, for now.
b3f6142b1c Socket declaration type for enum sockets.
Compare 3 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-09 13:51:36 +02:00
bd00a0f0a6 Finished RNA definition for the enum socket default value.
77466127ff WIP: Added new socket type to represent enum values.
96300c6c7f Implemented the item remove operator.
2d30698da4 Read and write code for node enum definitions.
9b6fe5a52b Use the enum identifier as socket identifiers to ensure consistent links.
Compare 5 commits »
Lukas Tönne created pull request blender/blender#113445 2023-10-09 12:32:15 +02:00
WIP: Implementation of Menu Switch node
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-08 20:16:54 +02:00
1d38d9209b Fixed socket layout of the menu switch node.
d7e30e5e7e Use the update flag in NodeEnumDefinition to propagate node updates.
8e25427b3e Only draw the enum item name in the ui list.
07e97b3543 Fixed node type name when searching for nodes owning an enum item.
Compare 4 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-08 14:23:35 +02:00
10a5a93a48 Added copy and free functions for the enum definition.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-08 13:53:25 +02:00
60a68fea34 Added items collection to RNA for enum definition.
ebc4817c03 Implemented active_item accessors.
9b890a124e Fixed build error.
c131d8e4e0 Implemented api functions of NodeEnumDefinition.
4f50fee3b8 Use signed integers in DNA, RNA does not support uint types.
Compare 674 commits »
Lukas Tönne deleted branch fix_wobbly_volume_outline from LukasTonne/blender 2023-10-06 17:43:17 +02:00
Lukas Tönne merged pull request blender/blender#111657 2023-10-06 17:43:15 +02:00
Fix for wobbly volume object outlines in the viewport
Lukas Tönne pushed to main at blender/blender 2023-10-06 17:43:15 +02:00
711c9c5553 Fix for wobbly volume object outlines in the viewport
Lukas Tönne pushed to fix_wobbly_volume_outline at LukasTonne/blender 2023-10-06 15:16:04 +02:00
8d0a6fb081 Merge branch 'main' into fix_wobbly_volume_outline
9a654c04de Vulkan: Wayland Windowing
44882ceb7b EEVEE-Next: Several Fixes Reflection Probes Workflow
642ad4110b Merge branch 'blender-v4.0-release'
dd9c906840 Fix #113134: Use a valid socket in node groups for custom nodes
Compare 1547 commits »
Lukas Tönne commented on issue blender/blender#113265 2023-10-06 15:12:28 +02:00
Sample Volume node's Position input is off by half the voxel width

I don't think the point sampling is actually wrong. It uses the position inputs as they are, so a position (0, 0, 0) would sample right at voxel (0, 0, 0), assuming there is no translation of the…

Lukas Tönne pushed to main at blender/blender 2023-10-06 14:34:22 +02:00
642ad4110b Merge branch 'blender-v4.0-release'
dd9c906840 Fix #113134: Use a valid socket in node groups for custom nodes
Compare 2 commits »
Lukas Tönne pushed to main at LukasTonne/blender 2023-10-06 14:34:19 +02:00
642ad4110b Merge branch 'blender-v4.0-release'
dd9c906840 Fix #113134: Use a valid socket in node groups for custom nodes
73e345f85f Sculpt: Draw color attribute during dynamic topology sculpting
491bd7fff0 Cleanup: Remove redundant mask interpolation in dyntopo
2a7e06b98d Sculpt: Add vertex interpolation for the dynamic topology
Compare 301 commits »
Lukas Tönne deleted branch fix-custom-nodes-default-socket from LukasTonne/blender 2023-10-06 14:33:48 +02:00
Lukas Tönne closed issue blender/blender#113134 2023-10-06 14:33:46 +02:00
Regression: Impossible to add new socket to interface of a custom tree
Lukas Tönne merged pull request blender/blender#113330 2023-10-06 14:33:43 +02:00
Fix #113134: Use a valid socket in node groups for custom nodes
Lukas Tönne pushed to blender-v4.0-release at blender/blender 2023-10-06 14:33:43 +02:00
dd9c906840 Fix #113134: Use a valid socket in node groups for custom nodes
Lukas Tönne opened issue blender/blender#113337 2023-10-06 12:48:19 +02:00
"Report a bug" opens Chrome despite Firefox being the default browser on KDE
Lukas Tönne opened issue blender/blender#113336 2023-10-06 12:44:00 +02:00
Nodes: Crash when using zero density on Volume Cube
Lukas Tönne opened issue blender/blender#113332 2023-10-06 12:23:11 +02:00
Wayland error after running Blender once