Skip to content

Commit

Permalink
change collapse_nodes default value
Browse files Browse the repository at this point in the history
  • Loading branch information
lifelandman committed Aug 4, 2023
1 parent ebd84e2 commit 4876568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omUlete main/omuExport.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class export_egg(Operator, ExportHelper):
collapse_nodes: BoolProperty(
name="Collapse Character Nodes",
description="If this is set to true, node structure of aniamted characters will be flattened.",
default=False,
default=True,
)


Expand Down

0 comments on commit 4876568

Please sign in to comment.