Skip to content

Commit 800e72a

Browse files
committed
Core: Applyop: create_proximity_constraint now return pyNode not string
1 parent 3c56f32 commit 800e72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/scripts/mgear/core/applyop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def create_proximity_constraint(shape,
946946
out_trans + ".offsetParentMatrix",
947947
f=True)
948948

949-
return out_trans, pin
949+
return pm.PyNode(out_trans), pm.PyNode(pin)
950950

951951

952952
def create_proximity_constraints(shape, in_trans_list):

0 commit comments

Comments
 (0)