chore(Blender): made clear that animation spliting is not functional yet

This commit is contained in:
kaosat.dev 2024-08-13 00:26:04 +02:00
parent 1a7ea5bd4a
commit 2031d1b8f2
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class AutoExportSettings(PropertyGroup):
) # type: ignore
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 ',
default=False,
update=save_settings