Lukas Tönne LukasTonne
Lukas Tönne pushed to node_scout at LukasTonne/blender-addons 2023-05-06 13:57:42 +02:00
283efc7aa4 Custom filter function for the search results.
Lukas Tönne pushed to node_scout at LukasTonne/blender-addons 2023-05-06 13:23:14 +02:00
27aba46073 Use the search filter.
Lukas Tönne pushed to node_scout at LukasTonne/blender-addons 2023-05-06 13:04:21 +02:00
d89de53d14 Own class for the search result filter.
978a003c19 Implemented some basic search.
Compare 2 commits »
Lukas Tönne pushed to node_scout at LukasTonne/blender-addons 2023-05-06 08:34:31 +02:00
85a2ad827c Store search data in addon preferences instead of the node tree datablock.
Lukas Tönne pushed to node_scout at LukasTonne/blender-addons 2023-05-06 08:12:05 +02:00
f1beed71c7 New addon 'node_scout' for advanced search features.
be68e3f522 io_scene_3ds: Added link to new Blender manual entry
54f0e088df io_scene_3ds: Added link to new Blender manual entry
d11cf89a53 Export_3ds: Added mapping flags description
91a056348d Export_3ds: Fixed key error if empty objects involved
Compare 10 commits »
Lukas Tönne created branch node_scout in LukasTonne/blender-addons 2023-05-06 08:12:05 +02:00
Lukas Tönne pushed to cache-to-frame-op at LukasTonne/blender 2023-05-05 10:20:35 +02:00
80173e3950 Update description strings.
2bfe8697de Remove unused structs of the CalculateToFrame job.
Compare 2 commits »
Lukas Tönne created pull request blender/blender#107627 2023-05-04 18:28:51 +02:00
Operator to calculate the simulation cache from start to current frame.
Lukas Tönne created branch cache-to-frame-op in LukasTonne/blender 2023-05-04 18:25:01 +02:00
Lukas Tönne pushed to cache-to-frame-op at LukasTonne/blender 2023-05-04 18:25:01 +02:00
2e55810d4b Operator to calculate the simulation cache from start to current frame.
Lukas Tönne commented on pull request blender/blender#107621 2023-05-04 16:09:38 +02:00
Fix: editor crashes during simulation bake

Here's a simple test file. Wiggle the mouse over spreadsheet and timeline to force draw updates.

Lukas Tönne created pull request blender/blender#107621 2023-05-04 16:08:02 +02:00
Fix editor crashes during simulation bake
Lukas Tönne pushed to fix-simulation-bake-editor-crash at LukasTonne/blender 2023-05-04 15:48:44 +02:00
ffc7069f1b Fix crash in timeline during simulation cache bake.
a6a43b11fc Fix crash in spreadsheet while baking simulation cache.
22e4e97310 macOS: Reduce Edit Mode Drawing Artifacts
e674e32aa1 Fix: missing null check leads to crash when rendering
9d6659bf07 Metal: Shader: Remove assertion of compilation success
Compare 10 commits »
Lukas Tönne created branch fix-simulation-bake-editor-crash in LukasTonne/blender 2023-05-04 15:48:44 +02:00
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-04-29 13:53:51 +02:00
7801c27ba6 Own parameters for the closure invocation because mapping needs to happen.
132bf55c48 Moved closure to the nodes module so it can store the graph info.
91ff2c10d9 WIP: adding a lazy function for evaluating function sockets.
419fb98fd2 Ensure the bind node exec function is registered.
4a2b5a30e4 Fix crash on load: skip socket verification of node has a bNodeTree dependency.
Compare 456 commits »
Lukas Tönne pushed to geometry-nodes-simulation-baking at LukasTonne/blender 2023-04-26 17:59:34 +02:00
9a0208d96d Fix UI strings for cache state.
Lukas Tönne pushed to geometry-nodes-simulation-baking at LukasTonne/blender 2023-04-26 17:51:32 +02:00
7fbd763461 API for getting the cache state from RNA.
Lukas Tönne pushed to geometry-nodes-simulation-baking at LukasTonne/blender 2023-04-26 16:47:50 +02:00
aa29dcb832 Initial simulation cache panel version with more baking options.
0e404c82e9 Add simulation_cache pointer in the RNA to access cache properties.
Compare 2 commits »