-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Components & Groups w. new Muscle structure in Arms & Legs #31
base: ammr4-beta
Are you sure you want to change the base?
Conversation
Let us take the rest of the review tomorrow or next week. Whatever, you prefer. |
@melund The component & group PR in AMS has been merged now so there is support for this feature in AMS 8.2 now (Y) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 43 out of 43 changed files in this pull request and generated no suggestions.
PR to implement new
AnyComponentDefinitions
in the BodyModel. This replaces the old implementation with regex searching.New Muscle groups are also implemented with the new
AnyComponentGroup
class.This means that the Arm and Leg models have switched to the same folder structure as the Trunk model.
Individual muscle elements are collected into AnyFolders for AMS version < 8.2 and
AnyComponentGroup
for new AMS versions.The "old" structure with muscles in a flat list can be activated with the new temporary BM switch:
BM_COMPATIBILITY_30_MUSCLE_STRUCTURE
- this will create ref objects to allow users to gracefully switch to the new structure.A few side quests got handled also:
...Trunk.Mesh
folder inside the...Trunk.Abdominal
folder where it belongs...Trunk.LayerConstraints
into the...Trunk.Abdominal
where it belongs...ShoulderArm.Mus
so all none muscle objects are displayed at the bottom.InterpolFunWithSPar.any
as I believe they are only a debug tool