mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
cosmetics
This commit is contained in:
parent
70bab49ce3
commit
21aeb2edd0
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import avalon.maya
|
||||
from maya import cmds
|
||||
|
||||
import avalon.maya
|
||||
|
||||
|
||||
class CreateRig(avalon.maya.Creator):
|
||||
"""Skeleton and controls for manipulation of the geometry"""
|
||||
|
|
@ -12,6 +13,8 @@ class CreateRig(avalon.maya.Creator):
|
|||
def process(self):
|
||||
instance = super(CreateRig, self).process()
|
||||
|
||||
self.log.info("Creating Rig instance set up ...")
|
||||
|
||||
controls = cmds.sets(name="controls_SET", empty=True)
|
||||
pointcache = cmds.sets(name="out_SET", empty=True)
|
||||
cmds.sets([controls, pointcache], forceElement=instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue