Block a user
d89de53d14
Own class for the search result filter.
978a003c19
Implemented some basic search.
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
80173e3950
Update description strings.
2bfe8697de
Remove unused structs of the CalculateToFrame job.
Operator to calculate the simulation cache from start to current frame.
Fix: editor crashes during simulation bake
Here's a simple test file. Wiggle the mouse over spreadsheet and timeline to force draw updates.
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
Lukas Tönne
created branch fix-simulation-bake-editor-crash in LukasTonne/blender
2023-05-04 15:48:44 +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.
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.