Changeset View
Changeset View
Standalone View
Standalone View
io_scene_fbx/__init__.py
| Context not available. | |||||
| ) | ) | ||||
| use_anim_action_all = BoolProperty( | use_anim_action_all = BoolProperty( | ||||
| name="All Actions", | name="All Actions", | ||||
| description=("Export all actions for armatures or just the currently selected action"), | description="Export all actions for armatures or just the currently selected action", | ||||
| default=True, | default=True, | ||||
| ) | ) | ||||
| use_default_take = BoolProperty( | use_default_take = BoolProperty( | ||||
| Context not available. | |||||