CheckOutlinerAssets
CheckOutlinerAssets
flowchart LR
publisher.utils.maya_checks.CheckOutlinerAssets[CheckOutlinerAssets]
publisher.utils.maya_checks.CheckOutliner[CheckOutliner]
publisher.utils.maya_checks.CheckOutliner --> publisher.utils.maya_checks.CheckOutlinerAssets
click publisher.utils.maya_checks.CheckOutlinerAssets href "" "publisher.utils.maya_checks.CheckOutlinerAssets"
click publisher.utils.maya_checks.CheckOutliner href "" "publisher.utils.maya_checks.CheckOutliner"
Methods:
-
__new__–NOTE: the reason why we create these here is because this module
__new__
NOTE: the reason why we create these here is because this module is imported by a module that does not support maya environment, to inspect the checks and generate an UI. By hiding the maya_utils in the new() we defer the execution of those lines until a new instance is created, and these instances are only created in a Maya Env.