Skip to content

Commit

Permalink
make manifest file export enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoley committed Jul 27, 2018
1 parent 8b72de6 commit 010542d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blender/src/babylon-js/exporter_settings_panel.py
Expand Up @@ -75,7 +75,7 @@ class ExporterSettingsPanel(bpy.types.Panel):
bpy.types.Scene.writeManifestFile = bpy.props.BoolProperty(
name='Write .manifest file',
description="Automatically create or update [filename].babylon.manifest for this file",
default = False,
default = True,
)
bpy.types.Scene.currentActionOnly = bpy.props.BoolProperty(
name='Only Currently Assigned Actions',
Expand Down

0 comments on commit 010542d

Please sign in to comment.