Default values for step and stepSave.

This commit is contained in:
Toke Stuart Jepsen 2023-03-21 09:19:54 +00:00
parent b40289c9b5
commit e083a18dda

View file

@ -932,8 +932,8 @@
"animation",
"pointcache"
],
"step": 0.0,
"stepSave": 0,
"step": 1.0,
"stepSave": 1,
"optimize": true,
"optimizationThreshold": 40000,
"optimizeAnimationsForMotionBlur": true,