Add shoe warp #8
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IllusionMods/Stiletto!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "shoe-warp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Useful for tweaking the dimensions/shape of shoes.
Only accessible from Maker GUI for now.
The code looks good to me as far as functionality goes, although it looks like performance can be a problem.
This is fairly expensive to run on every frame. At the very least check if user changed any of the transform properties and don't run this code if not.
Good point, thanks for noticing that. I'll see if I can optimize that a bit.
Hopefully better now?
Yeah, that works, thanks.