mirror of https://github.com/AxioDL/metaforce.git
Minor character cooking performance adjustment
This commit is contained in:
parent
29878b3627
commit
6ca1f05492
|
@ -1064,6 +1064,7 @@ BlenderConnection::DataStream::Actor::Action::Action(BlenderConnection& conn)
|
|||
subtypeAABBs.emplace_back();
|
||||
subtypeAABBs.back().first.read(conn);
|
||||
subtypeAABBs.back().second.read(conn);
|
||||
printf("AABB %d\n", i);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -206,6 +206,7 @@ def write_action_aabb(writebuf, arm_obj, mesh_obj):
|
|||
|
||||
# Cook
|
||||
def cook(writebuf):
|
||||
bpy.context.scene.hecl_auto_remap = False
|
||||
sact_data = bpy.context.scene.hecl_sact_data
|
||||
|
||||
# Output armatures
|
||||
|
|
Loading…
Reference in New Issue