rigGitLikeYouDigGit

Results 3 issues of rigGitLikeYouDigGit

It would be extremely useful to have a way of grouping certain inputs and outputs together, ideally recursively. This could be as a compound attribute, where the parent and each...

feature request

Tiny change to override_dict to allow overriding `__hash__(self)` magic method Can be verified by running following code: ``` import forbiddenfruit hashLambda = lambda obj: id(obj) forbiddenfruit.curse(set, "__hash__", hashLambda) baseSet =...

Using cmds.listRelatives as example, are there plans to allow direct passing of cmdx.Node objects, without explicitly converting them? At the moment this is possible using `cmds.listRelatives( str( myNode ) )`...

enhancement