Changeset View
Changeset View
Standalone View
Standalone View
rigify/legacy/rigs/pitchipoy/limbs/limb_utils.py
| Context not available. | |||||
| constraint['target'] = cls.obj | constraint['target'] = cls.obj | ||||
| # filter contraint props to those that actually exist in the currnet | # filter constraint props to those that actually exist in the currnet | ||||
| # type of constraint, then assign values to each | # type of constraint, then assign values to each | ||||
| for p in [ k for k in constraint.keys() if k in dir(const) ]: | for p in [ k for k in constraint.keys() if k in dir(const) ]: | ||||
| if p in dir( const ): | if p in dir( const ): | ||||
| Context not available. | |||||