Lukas Tönne LukasTonne
Lukas Tönne deleted branch fix-valid-node-group-socket-check from LukasTonne/blender 2023-10-11 15:41:55 +02:00
Lukas Tönne closed issue blender/blender#113433 2023-10-11 15:41:52 +02:00
Regression: Geometry Nodes: Error Adding Input to Geometry Node Group
Lukas Tönne pushed to blender-v4.0-release at blender/blender 2023-10-11 15:41:50 +02:00
73c35dbc22 Fix #113433: Avoid calling registered custom node function
Lukas Tönne merged pull request blender/blender#113540 2023-10-11 15:41:49 +02:00
Fix #113433: Avoid calling registered custom node function
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-11 14:56:26 +02:00
4cf5cac71f Merge branch 'main' into point-cloud-grid
54f326e951 Merge branch 'blender-v4.0-release'
40ea1cdb97 Fix #113323: Paint Secondary color not working in the Image Editor
f8d38b65a4 Fix #113255: LineStyle modifiers cannot be accessed by name anymore
4fabafa352 GPv3: Assign correct GP material
Compare 371 commits »
Lukas Tönne created pull request blender/blender#113540 2023-10-11 14:12:05 +02:00
Fix #113433: Avoid calling registered custom node function
Lukas Tönne created branch fix-valid-node-group-socket-check in LukasTonne/blender 2023-10-11 14:10:15 +02:00
Lukas Tönne pushed to fix-valid-node-group-socket-check at LukasTonne/blender 2023-10-11 14:10:15 +02:00
9092641127 Fix #113134: Avoid calling registered custom node function.
a12a3dc73a Fix #113496: Crash in sculpt mode when Float2 attributes used on Vertices
535d211c94 Fix #113386: separating by loose parts removes attribute data
Compare 3 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-11 11:45:04 +02:00
c4365d0486 Only set default output when no match is found.
c6419fc48b Fix missing data type copy when copying menu switch nodes.
Compare 2 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-11 11:11:06 +02:00
7aa5853e53 Fix inconsistent lazy function for menu switch socket usage.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-11 10:49:32 +02:00
5badd71087 Fixed by-value parameter when copying enum definition.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-11 10:43:29 +02:00
29247d5063 Implemented multifunction for menu switch that allows devirtualization.
Lukas Tönne commented on pull request blender/blender#113175 2023-10-11 09:55:23 +02:00
Geometry Nodes: Add default input option for node groups

+1, i don't see why a default non-constant value would be specific to fields. For example, i could imagine having scene time as a default input value for floats, or perhaps a unique seed for…

Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-11 09:46:26 +02:00
d084677c66 Merge branch 'main' into nodes-menu-switch
ec5287bb39 Merge branch 'blender-v4.0-release'
1242512ff2 Fix #113285: Mesh analysis not updating all multi-object-editing objects
9783611518 Fix #113287: Industry Compatible Keymap: Node Editor Search missing
0e18097674 Fix #113463: VSE Hold-Split has no visual indication anymore
Compare 490 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-11 09:05:54 +02:00
b41307600e Fixed a few build errors.
fbdcbc22de Removed unused RNA definitions.
Compare 2 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-10 22:44:16 +02:00
caa341ad81 Add lazy functions for menu switch node to the function graph.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-10 18:40:00 +02:00
f3bc7206af Partial implementation of the menu switch node field evaluation.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-10 17:40:10 +02:00
0aa276219f Remove redundant loop over group input nodes.
ddd5afabba Fix use of wrong node tree pointer.
Compare 2 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-10 14:28:30 +02:00
2a8d70234b Propagate enum references to node group interface sockets as well.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-10 12:50:17 +02:00
e0b37e1b46 Propagation of enum definition references through nodes.
477349a521 Fixed RNA pointer type access for resolving RNA enum.
bac3c2c7b9 Added unhandled enum socket type to the switch node.
Compare 3 commits »