orientjoints.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:cmt 作者: chadmv 项目源码 文件源码
def _unparent_children(joint):
    """Helper function to unparent any children of the given joint.

    @param joint: Joint whose children to unparent.
    @return: A list of the unparented children.
    """
    children = cmds.listRelatives(joint, children=True, path=True) or []
    return [cmds.parent(child, world=True)[0] for child in children]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号