Trying to run a script that works fine in maya 2018 but wont in 2022
import gw_anim_clip reload(gw_anim_clip) gw_anim_clip.anim_clip_ui() I'm getting this error:
Error: name 'reload' is not defined Traceback (most recent call last): File "<maya console>", line 2, in <module> NameError: name 'reload' is not defined #