BAKED GUIDES This object can be considered a base for guide state, similarly an editable mesh is considered a base for geometry. Whenever you collapse your stack or load guides from an external file, baked guides object will be created. This object contains raw data and thus can be very fast. If you specify a distribution object and guides have surface dependancy information the guides will deform with the mesh as the mesh deforms. Inherited MXS Access: Interface: OrnaGuideHair Functions: .GetGuides() "Retreives OrnaGuides interface to the raw guides data" (Example: myGuides = myObj.GetGuides(); myHair = myGuides.AsHair() ) Parameters: Topology-based orientation - Read help on guides from surface for a detailed explanation. Convert time - Read help on guides object for a detailed explanation. |