pymel.core.windows.Callback

Inheritance diagram of Callback

class Callback(func, *args, **kwargs)

Enables deferred function evaluation with ‘baked’ arguments. Useful where lambdas won’t work...

It also ensures that the entire callback will be be represented by one undo entry.

Example:

Previous topic

pymel.core.windows.BaseCallback

Next topic

pymel.core.windows.CallbackWithArgs

Core

Core Modules

Other Modules

This Page