Minor character cooking performance adjustment

This commit is contained in:
Jack Andersen 2016-08-21 10:38:40 -10:00
parent 29878b3627
commit 6ca1f05492
2 changed files with 2 additions and 0 deletions

View File

@ -1064,6 +1064,7 @@ BlenderConnection::DataStream::Actor::Action::Action(BlenderConnection& conn)
subtypeAABBs.emplace_back(); subtypeAABBs.emplace_back();
subtypeAABBs.back().first.read(conn); subtypeAABBs.back().first.read(conn);
subtypeAABBs.back().second.read(conn); subtypeAABBs.back().second.read(conn);
printf("AABB %d\n", i);
} }
} }

View File

@ -206,6 +206,7 @@ def write_action_aabb(writebuf, arm_obj, mesh_obj):
# Cook # Cook
def cook(writebuf): def cook(writebuf):
bpy.context.scene.hecl_auto_remap = False
sact_data = bpy.context.scene.hecl_sact_data sact_data = bpy.context.scene.hecl_sact_data
# Output armatures # Output armatures