Lukas Tönne LukasTonne
9e58eba968 Support state items with non-geometry types.
Lukas Tönne deleted branch geometry-nodes-simulation-copy-support from LukasTonne/blender 2023-04-17 16:11:13 +02:00
Lukas Tönne merged pull request blender/blender#106812 2023-04-17 16:11:10 +02:00
Support for simulation zones in copy operators
Lukas Tönne closed issue blender/blender#106732 2023-04-17 16:11:10 +02:00
Dynamic node declarations don't update reliably
Lukas Tönne pushed to geometry-nodes-simulation at blender/blender 2023-04-17 16:11:10 +02:00
315cc66bd8 Fix #106732: Support for simulation zones in copy operators
Lukas Tönne commented on issue blender/blender#106852 2023-04-17 16:09:27 +02:00
Unify the various copy procedures used in node editor

I'm postponing this task due to the time it takes to do this properly. An extensive python test would be desirable before changing copy operators to avoid breaking corner cases.

f6884664a3 Merge branch 'geometry-nodes-simulation' into geometry-nodes-simulation-copy-support
8f3796e90a Merge branch 'main' into geometry-nodes-simulation
1d8389cd09 Fix: missing cache to get evaluated positions
c7d80b8c70 Fix crash saving an image when ImageOutput::open fails
0b1fb22f69 Fix screenshot path defaulting to the root directory for unsaved files
Compare 186 commits »
98e6fe57f1 Support adding non-geometry sockets to simulation zone items.
Lukas Tönne created branch geometry-nodes-simulation-attribute-support in LukasTonne/blender 2023-04-17 12:26:23 +02:00
8f3796e90a Merge branch 'main' into geometry-nodes-simulation
1d8389cd09 Fix: missing cache to get evaluated positions
c7d80b8c70 Fix crash saving an image when ImageOutput::open fails
0b1fb22f69 Fix screenshot path defaulting to the root directory for unsaved files
153cb7e1df Cleanup: remove inline checks for GPU front-buffer reading
Compare 10 commits »
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-17 12:12:11 +02:00
18e8f81e10 Own parameters for the closure invocation because mapping needs to happen.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-17 09:00:00 +02:00
90029bd837 Moved closure to the nodes module so it can store the graph info.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-16 22:49:46 +02:00
37bdc417ca WIP: adding a lazy function for evaluating function sockets.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-16 09:53:51 +02:00
6c9650e15c Ensure the bind node exec function is registered.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-16 09:19:19 +02:00
a6cd74c1ef Cleanup: quiet mypy warnings in gitea_inactive_developers
7451ff6db8 Fix #104385: Unexpected clipping in ortho view & orbit around selection
c4a24ec69f Cleanup: spelling in comments
9f05efb1b5 Cleanup: quiet unused argument warning
9ee7cd678f Docs: Fix wrong function return type
Compare 23 commits »
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-16 09:07:02 +02:00
bf0f8f89bf Fix crash on load: skip socket verification of node has a bNodeTree dependency.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-15 23:16:26 +02:00
6b986c4f08 Exec function for the bind node that stores a graph reference in the output.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-15 20:21:11 +02:00
66ce62be9c Moved the bind and evaluate nodes into the geometry category.
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-15 17:56:18 +02:00
2a4b8a3177 Implemented UI for the Evaluate node signature.
Lukas Tönne commented on pull request blender/blender#106919 2023-04-15 15:03:20 +02:00
Simulation nodes: UI for simulation state items in sidebar

"in the list"