src.tik.tools.polish.core ========================= .. py:module:: src.tik.tools.polish.core .. autoapi-nested-parse:: Core utilities for Tik Maya Polish tools. Classes ------- .. autoapisummary:: src.tik.tools.polish.core.PolishCore Module Contents --------------- .. py:class:: PolishCore Core utilities for Tik Maya Polish tools. .. py:method:: capture_control_shape(shape_transform, name=None, category='custom') :staticmethod: Capture a control shape to disk using the ControlShapeLibrary. Args: shape_transform (str): The transform node of the control shape. name (str, optional): The name to save the shape as. Defaults to None. category (str, optional): The category under which to save the shape. Defaults to "custom". .. py:attribute:: library