Maya 2023 | how to rig a LONG skirt

My Discord for Contact: / discord
Abe_Leal KZread Channel: / @abe_leal3d
SCRIPT: Language; Python
from maya import cmds
sel = cmds.ls(sl=1)
controller = None
preParent = None
for i in sel:
cmds.select(cl=1)
if controller == None or cmds.objExists(controller) == False:
controller1 = cmds.circle( nr=(1, 0, 0 ), name = i+"Ctrl")[0]
else:
controller1 = cmds.duplicate(controller, name = i+"Ctrl")[0]
grp = cmds.group(em =1, name = i+"grp")
cmds.parent(controller1, grp)
pc = cmds.parentConstraint(i, grp, mo=0)
cmds.delete(pc)
cmds.pointConstraint(controller1, i, mo=0)
cmds.orientConstraint(controller1, i, mo=0)
if preParent != None:
cmds.parent(grp, preParent)
preParent = controller1

Пікірлер: 10

  • @atitshrestha-cy5pn
    @atitshrestha-cy5pn3 ай бұрын

    Thank you! Helped me.

  • @bmd_videos
    @bmd_videos5 ай бұрын

    What rigging tool u use? I stop using advanced skeleton cause it break all my riggs after animation same day or wen i re start maya

  • @JaiesPond

    @JaiesPond

    4 ай бұрын

    What do you mean by rigging tool? I didnt use the default auto created skeleton, OR the fancy IK skeleton setup Maya has. I created the skeleton from scratch, it's tedious but I never could get the advanced to work. Also for animation- This method so far works for animation that I've tested.

  • @TuLe-gw6gu
    @TuLe-gw6gu2 ай бұрын

    Does it work with character have a wide skirt ?

  • @persiabudi1555
    @persiabudi15554 ай бұрын

    where i download before and after use your script like your youtube video

  • @CraftyJit
    @CraftyJit4 ай бұрын

    I haven't tried this yet, but will it work with ik control? Im just a bit confused, or im just being dumb

  • @JaiesPond

    @JaiesPond

    4 ай бұрын

    No dumb questions!! I have not tried this method with IK controls yet, BUT in theory it should work, just with a little bit of tweaking of the connections/parenting, I think. Can you go into detail about what you're confused about? That way I can help u out! And feel free to join my discord for more direct communication :)

  • @CraftyJit

    @CraftyJit

    4 ай бұрын

    @@JaiesPond I'm not sure about it, because I'm bad in rigging, not done many, in ik mode the knees controller will be hidden won't it better paranting with bone or something like that I'm not sure about this, i have a clothing design in mind which is bit complicated never saw anyone making it soo dk where to go about it

  • @CraftyJit

    @CraftyJit

    4 ай бұрын

    Oh thx for the dc info imma get there

  • @TuLe-gw6gu

    @TuLe-gw6gu

    2 ай бұрын

    did it work ?