MCPcopy Create free account

hub / github.com/blurstudio/cross3d / functions

Functions2,316 in github.com/blurstudio/cross3d

↓ 1 callersMethodaltMaterialFlagsAt
Return the material flags at the inputed index :return: :data:`cross3d.constants.MaterialDuplicateOptions`
cross3d/abstract/abstractscenelayer.py:187
↓ 1 callersMethodaltPropSetCount
Retrieve the number of alternate SceneObjectPropSet's for this layer
cross3d/abstract/abstractscenelayer.py:209
↓ 1 callersMethodanalyzeTrackWeights
Determines which portions of Clips within the Track are used, and which portions of the track will occlude Tracks below. Args: occlude
cross3d/studiomax/mixer/track.py:193
↓ 1 callersMethodanalyzeWeights
Determines which portions of the Clip are used, and which portions of the Clip will occlude Tracks below. Args: occludedPortions(list)
cross3d/studiomax/mixer/clip.py:78
↓ 1 callersMethodanimateTurntable
Orbits the camera around the given object(s).
cross3d/abstract/abstractscenecamera.py:212
↓ 1 callersMethodanimationRange
\remarks return the start and end frames for the animation range for the scene \return <cross3d.FrameRange>
cross3d/abstract/abstractscene.py:981
↓ 1 callersMethodanimationRange
\remarks implements AbstractScene.animationRange method to return the current animation start and end frames \return <cross3d.FrameRange>
cross3d/maya/mayascene.py:419
↓ 1 callersMethodatmospherics
\remarks returns the atmospheric instances from this scene \return <list> [ <cross3d.SceneAtmospheric>, .. ]
cross3d/abstract/abstractscene.py:1422
↓ 1 callersMethodautokey
(self)
cross3d/abstract/abstractapplication.py:170
↓ 1 callersMethodautokey
(self)
cross3d/softimage/softimageapplication.py:91
↓ 1 callersMethodbezierEvaluation
Finds the point on a cubic bezier spline at time frame between two keys. Args: key0 (Key): Starting key for the spline key1 (Key)
cross3d/classes/fcurve.py:449
↓ 1 callersMethodbinariesPath
Finds the install path for various software installations. :param version: The version of the software. Default is None :param architecture: Th
cross3d/motionbuilder/external.py:33
↓ 1 callersMethodbinariesPath
Finds the install path for various software installations. If version is None, the default it will return the latest installed version of the soft
cross3d/softimage/external.py:82
↓ 1 callersMethodbinariesPath
Finds the install path for various software installations. If version is None, the default it will return the latest installed version of the soft
cross3d/studiomax/external.py:91
↓ 1 callersMethodbinariesPath
Finds the install path for various software installations. :param version: The version of the software. Default is None :param architecture: Th
cross3d/maya/external.py:85
↓ 1 callersMethodblockRefresh
If returns true, the refresh method will not refresh.
cross3d/abstract/abstractapplication.py:283
↓ 1 callersMethodboundingBox
Returns a blur3d.lib.cartesian.BoundingBox object representing the bounding box of the SceneObject.
cross3d/studiomax/studiomaxsceneobject.py:278
↓ 1 callersFunctionbuildMaterialFrom
\remarks creates a new material using the properties from the inputed material as its base, creating the material with an inputed opacity an
cross3d/studiomax/matlib/functions.py:13
↓ 1 callersMethodbuildPath
(cls, uniquePath, frameRange)
cross3d/classes/filesequence.py:131
↓ 1 callersMethodcaches
Return a list of the caches that are applied to this object :param cacheType: :data:`cross3d.constants.CacheType` :return: a list of :class:`cr
cross3d/abstract/abstractsceneobject.py:246
↓ 1 callersMethodcameraName
( self )
cross3d/softimage/softimagesceneviewport.py:80
↓ 1 callersMethodcameraType
Returns the camera type for this camera instance as cross3d.constants.CameraType.
cross3d/abstract/abstractscenecamera.py:219
↓ 1 callersFunctioncanDisableCaches
( object )
cross3d/studiomax/cachelib/pointcache.py:13
↓ 1 callersFunctioncanDisableCaches
\remarks checks to see if the inputed object can disable the transform cache on it \param object <Py3dsMax.mxs.Controller> \return <bool>
cross3d/studiomax/cachelib/transformcache.py:13
↓ 1 callersMethodcheckFilter
Tests whether a filter name is enabled for this TrackGroup. Args: filterName: string or Py3dsMax.ValueWrapper instance of the filt
cross3d/studiomax/mixer/trackgroup.py:145
↓ 1 callersMethodchildCount
\remarks returns the number of children this object has \sa childAt, children, findChild, _nativeChildren \return <int>
cross3d/abstract/abstractsceneobject.py:267
↓ 1 callersMethodchildren
Returns SceneObject wrappers over the children for this object :param recursive: If True, will recursively traverse child tree :param wildcard:
cross3d/abstract/abstractsceneobject.py:275
↓ 1 callersMethodclear
(self)
cross3d/migrate/dsofile.py:74
↓ 1 callersMethodclear
\remarks remove all userProps from the object, Use with caution, it will remove any UserDataBlob objects.
cross3d/softimage/softimageuserprops.py:53
↓ 1 callersMethodclear
\remarks remove all userProps from the object
cross3d/studiomax/studiomaxuserprops.py:46
↓ 1 callersMethodclear
( cls )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:97
↓ 1 callersMethodclearInput
(self, count=9)
cross3d/studiomax/rescaletime.py:98
↓ 1 callersMethodclearMaterialOverride
\remarks clear the inputed objects of any material overrides that are applied \param objects <list> [ <cross3d.SceneObject>, .. ] \return
cross3d/abstract/abstractscene.py:1527
↓ 1 callersMethodclearPropSetOverride
\remarks clear the inputed objects of any property set overrides that are applied \param objects <list> [ <cross3d.SceneObject>, .. ] \ret
cross3d/abstract/abstractscene.py:1535
↓ 1 callersMethodclippingEnabled
(self)
cross3d/studiomax/studiomaxscenecamera.py:640
↓ 1 callersMethodclips
Get a list of Clip instance for each Clip in this track chronologically. Returns: list: List of Clip instances for each clip in the
cross3d/studiomax/mixer/track.py:158
↓ 1 callersMethodcloneObjects
Duplicates the provided objects, optionally keeping the heierarchy. :param objects: A list of objects to clone :param cloneHierarchy: Duplicate p
cross3d/studiomax/studiomaxscene.py:1888
↓ 1 callersMethodclose
Immediately closes the connection to the file.
cross3d/abstract/abstractuserprops.py:340
↓ 1 callersMethodconnect
\remarks All connections to software callbacks should be handled through this function. It will be responsible for dynamicly creating callbacks
cross3d/classes/dispatch.py:116
↓ 1 callersMethodconnect
(self)
cross3d/classes/signalinspector.py:19
↓ 1 callersMethodconnect
\remarks connect application specific callbacks to <cross3d.Dispatch>, dispatch will convert the native object to a cross3d object and emit
cross3d/softimage/softimageapplication.py:53
↓ 1 callersMethodcount
(self)
cross3d/enum.py:692
↓ 1 callersMethodcreateKeyAt
Creates a new key at the inputed time :param time: time to create a key at. :type time: float :return: the new animation key :rtype: :
cross3d/abstract/abstractsceneanimationcontroller.py:96
↓ 1 callersMethodcurrentFileName
\remarks implements AbstractScene.currentFileName method to return the current filename for the scene that is active in the application \return
cross3d/studiomax/studiomaxscene.py:1957
↓ 1 callersMethodcurrentFileName
Implements AbstractScene.currentFileName method to return the current filename for the scene that is active in the application :return: The curren
cross3d/maya/mayascene.py:455
↓ 1 callersMethodcurrentFrame
\remarks implements AbstractScene.currentFrame method to return the current frame \return <int>
cross3d/softimage/softimagescene.py:513
↓ 1 callersMethodcurrentFrame
returns the current frame \return <float> frame
cross3d/maya/mayascene.py:461
↓ 1 callersMethodcurrentRenderPass
\remarks returns the active render pass \return <cross3d.SceneRenderPass> || None
cross3d/abstract/abstractscene.py:2547
↓ 1 callersMethodcustomProperties
(self)
cross3d/migrate/dsofile.py:81
↓ 1 callersMethoddefString
( self )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:34
↓ 1 callersMethoddefaultRotationOrder
The default rotation order when creating new cameras. Returns: cross3d.constants.RotationOrder
cross3d/maya/mayascenecamera.py:19
↓ 1 callersMethoddefine
( cls )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:155
↓ 1 callersMethodderivatedController
(self)
cross3d/abstract/abstractsceneanimationcontroller.py:124
↓ 1 callersMethoddisconnect
\remarks disconnect application specific callbacks to <cross3d.Dispatch>. This will be called when <cross3d.Dispatch> is deleted, disconnect
cross3d/studiomax/studiomaxapplication.py:291
↓ 1 callersMethoddisconnectCallback
\remarks Disconnect a single callback when it is no longer used.
cross3d/studiomax/studiomaxapplication.py:275
↓ 1 callersMethoddisconnectSignals
\remarks Handle cleanup of cross3d code, in this case disable any callbacks/events etc to cross3d.Dispatch
cross3d/classes/dispatch.py:103
↓ 1 callersMethoddispatchEvent
(self, signal, *args)
cross3d/classes/dispatchprocess.py:42
↓ 1 callersMethoddisplayName
(self)
cross3d/studiomax/studiomaxsceneanimationcontroller.py:117
↓ 1 callersMethoddisplayName
Returns the display name for object. This does not include parent structure
cross3d/maya/mayascenewrapper.py:374
↓ 1 callersMethodduration
(self)
cross3d/classes/valuerange.py:72
↓ 1 callersMethodemitLayerStateChanged
\remarks emits the layerStateChanged signal provided signals are not blocked
cross3d/abstract/abstractscene.py:1707
↓ 1 callersMethodemitProgressUpdated
\remarks emits the progress updated signal provided signals are not blocked \param section <str> progress section \param percent <int> (
cross3d/abstract/abstractscene.py:1714
↓ 1 callersMethodend
The end of the region, in global frames.
cross3d/abstract/mixer/clipportion.py:51
↓ 1 callersMethodenvironmentMapCache
(self)
cross3d/studiomax/studiomaxscene.py:102
↓ 1 callersMethodenvironmentMapOverride
\remarks return the current environment map override for this scene \sa setEnvironmentMapOverride, _nativeEnvironmentOverride \return <cr
cross3d/abstract/abstractscene.py:1773
↓ 1 callersMethodescapeKey
Replaces any unstorable characters in key with their html codes
cross3d/maya/mayauserprops.py:101
↓ 1 callersMethodescapeValue
\remarks replaces any unstorable characters in value with their html codes \return <str>
cross3d/softimage/softimageuserprops.py:99
↓ 1 callersMethodexplode
(self)
cross3d/studiomax/studiomaxscenemodel.py:52
↓ 1 callersMethodextrapolateValue
Returns the value at a given time outside the range of keyframes for the curve, using the curve's extrapolation mode for values outside the keyfra
cross3d/classes/fcurve.py:357
↓ 1 callersMethodfCurve
Returns a FCurve object to manipulate or save the curve data.
cross3d/studiomax/studiomaxsceneanimationcontroller.py:150
↓ 1 callersMethodfarClippingPlane
(self)
cross3d/studiomax/studiomaxscenecamera.py:679
↓ 1 callersMethodfilmHeight
\remarks Returns the film_height of the camera. \return film_height (float)
cross3d/studiomax/studiomaxscenecamera.py:211
↓ 1 callersMethodfilters
Returns a list of stringified names of enabled filter on the TrackGroup. Returns: list: A list of the string names of enabled filters.
cross3d/studiomax/mixer/trackgroup.py:212
↓ 1 callersMethodfindAtmospheric
\remarks look up an atmospheric based on the inputed name \sa _findNativeAtmospheric \param name <str> \return <cross3d.SceneAtmosphe
cross3d/abstract/abstractscene.py:1795
↓ 1 callersFunctionfindBumpMap
\remarks looks for the bump map for the inputed material based on its type \param material <Py3dsMax.mxs.Material> \return <Py3dsMax.mxs.M
cross3d/studiomax/matlib/functions.py:354
↓ 1 callersMethodfindColor
( self, name, fail = None )
cross3d/migrate/XML/xmlelement.py:387
↓ 1 callersFunctionfindDisplacementMap
\remarks looks for the displacement map for the inputed material based on its type \param material <Py3dsMax.mxs.Material> \return <Py3dsM
cross3d/studiomax/matlib/functions.py:419
↓ 1 callersMethodfindLayer
\remarks looks up a layer based on the inputed name \sa _findNativeLayer \param name <str> \return <cross3d.SceneLayer> || None
cross3d/abstract/abstractscene.py:1808
↓ 1 callersMethodfindLayerGroup
\remarks look up a layer group based on the inputed name \sa _findNativeLayerGroup \param name <str> \return <cross3d.SceneLayerGroup
cross3d/abstract/abstractscene.py:1821
↓ 1 callersMethodfindMap
\remarks looks up an individual map by its name \sa _findNativeMap \param name <str> \return <cross3d.SceneMap> || None
cross3d/abstract/abstractscene.py:1879
↓ 1 callersMethodfindMaterial
\remarks looks up an individual material by its name \sa _findNativeMaterial \param name <str> \return <cross3d.SceneMaterial> || Non
cross3d/abstract/abstractscene.py:1860
↓ 1 callersFunctionfindOpacityMap
\remarks looks for the opacity map for the inputed material based on its type \param material <Py3dsMax.mxs.Material> \return <Py3dsMax.mx
cross3d/studiomax/matlib/functions.py:489
↓ 1 callersMethodfindPoint
(self, name)
cross3d/migrate/XML/xmlelement.py:415
↓ 1 callersMethodfindPointF
(self, name)
cross3d/migrate/XML/xmlelement.py:418
↓ 1 callersMethodfindRect
( self, name )
cross3d/migrate/XML/xmlelement.py:421
↓ 1 callersMethodfindRectF
( self, name )
cross3d/migrate/XML/xmlelement.py:425
↓ 1 callersMethodfindSize
(self, name)
cross3d/migrate/XML/xmlelement.py:429
↓ 1 callersMethodfindSizeF
(self, name)
cross3d/migrate/XML/xmlelement.py:432
↓ 1 callersMethodformatXml
(xmltext, indented=4)
cross3d/migrate/XML/xmldocument.py:149
↓ 1 callersMethodfov
(self, rounded=False)
cross3d/abstract/abstractscenecamera.py:238
↓ 1 callersMethodfov
\remarks returns the current FOV of the camera. \return <float>
cross3d/studiomax/studiomaxscenecamera.py:255
↓ 1 callersMethodframeRange
(self)
cross3d/abstract/abstractsceneanimationcontroller.py:232
↓ 1 callersMethodfreeze
Freezes (locks) the objects on this object group in the scene :return: bool
cross3d/abstract/abstractcontainer.py:257
↓ 1 callersMethodfromFileName
Given a single file in a file sequence, create a FileSequence object that represents the current sequence on disk. Args: fileName(str) : The
cross3d/classes/filesequence.py:45
↓ 1 callersMethodfromXML
Loads curve data from an XML document. Args: xml(string): The xml we want to load on the curve.
cross3d/classes/fcurve.py:257
↓ 1 callersMethodgeneratePlayblast
Creates an unpadded JPG file sequence from the viewport for a given range.
cross3d/softimage/softimagesceneviewport.py:100
↓ 1 callersMethodgetTrack
Returns a Track instance for the MxTrack at the specified index in the TrackGroup. Args: index(int): Index of desired track to retriev
cross3d/studiomax/mixer/trackgroup.py:40
↓ 1 callersMethodgetTrackGroup
Retrieves the TrackGroup for the TrackGroupt at the specified index. Args: index(int): Index of desired TrackGroup to retrieve. R
cross3d/studiomax/mixer/mixer.py:68
↓ 1 callersMethodgetWeightTime
Retrieves the global frame number the weight at the specified index is placed at. Args: index(int): Index of desired weight to retriev
cross3d/studiomax/mixer/clip.py:175
↓ 1 callersMethodgetWeightTime
Retrieves the global frame number the weight at the specified index is placed at. Args: index(int): Index of desired weight to retriev
cross3d/studiomax/mixer/track.py:89
← previousnext →601–700 of 2,316, ranked by callers