Skip to content

Commit

Permalink
Minor changes to default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandman13sq committed Feb 24, 2022
1 parent 4d120ea commit 3997ba4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DmrBlender_VBM/vbm_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ class ExportVBSuper(bpy.types.Operator, ExportHelper):
UVlyrProp = lambda i: bpy.props.EnumProperty(name="UV Layer",
description='UV layer to reference', items=Items_UVLayers, default=0)
vbf0 : VbfProp(0, VBF_POS)
vbf1 : VbfProp(1, VBF_000)
vbf2 : VbfProp(2, VBF_RGB)
vbf3 : VbfProp(3, VBF_UVS)
vbf1 : VbfProp(1, VBF_RGB)
vbf2 : VbfProp(2, VBF_UVS)
vbf3 : VbfProp(3, VBF_000)
vbf4 : VbfProp(4, VBF_000)
vbf5 : VbfProp(5, VBF_000)
vbf6 : VbfProp(6, VBF_000)
Expand Down
4 changes: 2 additions & 2 deletions DmrBlender_VBM/vbm_op_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ def execute(self, context):
step=max(1, bakesteps),
only_selected=False,
visual_keying=True,
clear_constraints=False,
clear_parents=False,
clear_constraints=True,
clear_parents=True,
use_current_action=False,
clean_curves=False,
bake_types={'POSE'}
Expand Down
Binary file modified blender/curly.blend
Binary file not shown.
Binary file modified blender/curly.blend1
Binary file not shown.
3 changes: 1 addition & 2 deletions vbm_demo/vbm_demo.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3997ba4

Please sign in to comment.