mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Changed fbx settings for extraction of the camera
This commit is contained in:
parent
e382b17622
commit
efe8915842
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ class ExtractCamera(api.Extractor):
|
|||
filepath=filepath,
|
||||
use_active_collection=False,
|
||||
use_selection=True,
|
||||
object_types={'CAMERA'}
|
||||
object_types={'CAMERA'},
|
||||
bake_anim_simplify_factor=0.0
|
||||
)
|
||||
|
||||
bpy.context.scene.unit_settings.scale_length = scale_length
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue