Fixed & UnFixed

To do some things like simulating clothes, we need to slow down the character's movement speed, We can do this using this script. Because the speed of the character's movement is high for simulating clothes and the like, this script can be very useful.

6

 

To do some things like simulating clothes, we need to slow down the character’s movement speed, We can do this using this script.
Because the speed of the character’s movement is high for simulating clothes and the like, this script can be very useful.
This script can also be used to change the character’s movement speed.
For example, the movement range of the character can be reduced or increased as desired.

 

 

See example in the video above.

To use this script:

  • Copy Fixed.py and UnFixed.py to Maya script folder
  • Run below code in script editor for Fixed:

import Fixed
Fixed.Run()

  • Run below code in script editor for UnFixed:

import UnFixed
UnFixed.Run()

Reviews

Reviews

There are no reviews yet.

Be the first to review “Fixed & UnFixed”

Your email address will not be published. Required fields are marked *

Post comment