chore(Blender): made clear that animation spliting is not functional yet
This commit is contained in:
parent
1a7ea5bd4a
commit
2031d1b8f2
|
@ -78,7 +78,7 @@ class AutoExportSettings(PropertyGroup):
|
||||||
) # type: ignore
|
) # type: ignore
|
||||||
|
|
||||||
split_out_animations: BoolProperty(
|
split_out_animations: BoolProperty(
|
||||||
name='Split out animations',
|
name='Split out animations (not functional yet)',
|
||||||
description='removes animations/armatures from blueprints and exports them separately ',
|
description='removes animations/armatures from blueprints and exports them separately ',
|
||||||
default=False,
|
default=False,
|
||||||
update=save_settings
|
update=save_settings
|
||||||
|
|
Loading…
Reference in New Issue