Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blurstudio/cross3d
/ functions
Functions
2,316 in github.com/blurstudio/cross3d
⨍
Functions
2,316
◇
Types & classes
150
↓ 5 callers
Method
altMaterials
\remarks return a list of the alternate materials held by this layer \return <list> [ <cross3d.SceneMaterial>, .. ]
cross3d/abstract/abstractscenelayer.py:163
↓ 5 callers
Method
animationFPS
\remarks implements AbstractScene.animationFPS method to return the current frame per second rate. \return <float> fps
cross3d/softimage/softimagescene.py:498
↓ 5 callers
Method
animationRange
\remarks implements AbstractScene.animationRange method to return the current animation start and end frames \return <cross3d.FrameRange>
cross3d/studiomax/studiomaxscene.py:1876
↓ 5 callers
Method
cameraType
\remarks implements the AbstractSceneCamera.cameraType method to determine what type of camera this instance is \re
cross3d/studiomax/studiomaxscenecamera.py:195
↓ 5 callers
Method
clickPoint
(self, id)
cross3d/studiomax/rescaletime.py:81
↓ 5 callers
Method
displayName
\remarks implements the AbstractSceneObject.displayName method to look up the display name for this object and returns it \sa name, setDisp
cross3d/studiomax/studiomaxscenewrapper.py:142
↓ 5 callers
Method
environmentMapsCache
(self)
cross3d/studiomax/studiomaxscene.py:113
↓ 5 callers
Method
escapeValue
Replaces any unstorable characters in value with their html codes
cross3d/abstract/abstractuserprops.py:179
↓ 5 callers
Method
init
(self)
cross3d/studiomax/studiomaxscene.py:124
↓ 5 callers
Method
instance
()
cross3d/abstract/abstractscene.py:2625
↓ 5 callers
Method
nameTokens
(self)
cross3d/classes/filesequence.py:167
↓ 5 callers
Method
refresh
( self )
cross3d/softimage/softimageapplication.py:169
↓ 5 callers
Method
refresh
(self)
cross3d/studiomax/studiomaxapplication.py:350
↓ 5 callers
Method
resolutions
(self)
cross3d/softimage/softimagescenemodel.py:139
↓ 5 callers
Method
setAttrName
( cls, name )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:199
↓ 5 callers
Method
setdefault
(self, key, default=None)
cross3d/abstract/abstractuserprops.py:147
↓ 5 callers
Method
start
(self)
cross3d/classes/framerange.py:54
↓ 5 callers
Method
uniqueId
\remarks implements the AbstractSceneLayer.uniqueId method to retrieve the unique layer id for this layer instance \sa setUniqueId \ret
cross3d/studiomax/studiomaxscenelayer.py:1203
↓ 5 callers
Method
uniquePath
(self, paddingStyle=None)
cross3d/classes/filesequence.py:299
↓ 5 callers
Method
value
Return the value for a parameter name :param key: The key to get the value for :param caseSensitive: Defaults to True :returns: The value for t
cross3d/enum.py:761
↓ 4 callers
Method
_addToNativeSelection
\remarks add the inputed native objects to the selection in the scene. added by douglas \param nativeObjects <list> [ <variant> nativeObject,
cross3d/abstract/abstractscene.py:651
↓ 4 callers
Method
_createMTime
Constructs a OpenMaya.MTime with the provided value. If unit is None(its default) unit is set to the current unit setting in maya. :param value:
cross3d/maya/mayascene.py:99
↓ 4 callers
Method
_nativeObjects
\remarks implements the AbstractSceneObjectGroup._nativeObjects method to return a list of the native objects that are currently on this layer
cross3d/studiomax/studiomaxscenelayer.py:355
↓ 4 callers
Method
_setNativeSelection
\remarks implements the AbstractScene._setNativeSelection to select the inputed native objects in the scene \param nativeObjects <list> [ <PyS
cross3d/softimage/softimagescene.py:66
↓ 4 callers
Method
_valueString
\remarks returns the current key/value pairing to a string separated by '|' \return <str>
cross3d/studiomax/studiomaxscenepropset.py:92
↓ 4 callers
Method
altMaterialFlags
Return a list of material duplication flags for this layer :return: a list of :data:`cross3d.constants.MaterialDuplicateOptions`'s
cross3d/abstract/abstractscenelayer.py:179
↓ 4 callers
Method
attrName
( cls )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:187
↓ 4 callers
Method
bake
TODO: Add support for extrapolation.
cross3d/abstract/abstractsceneanimationcontroller.py:64
↓ 4 callers
Method
children
Collects all the child nodes of this element whose child type is an :class:`xml.dom.minidom.Element`, wrapping each child as an :class:`XMLElemen
cross3d/migrate/XML/xmlelement.py:321
↓ 4 callers
Method
close
(self)
cross3d/migrate/dsofile.py:78
↓ 4 callers
Method
conformObjectName
(self, name)
cross3d/abstract/abstractapplication.py:85
↓ 4 callers
Method
findChild
Loops through the children for this object searching for the proper one :return: :class:`cross3d.SceneObject` or None
cross3d/abstract/abstractsceneobject.py:319
↓ 4 callers
Method
fromString
Construct an instance of Timecode given a string representation of the desired timecode. Args: timecodeString(str): The string representati
cross3d/classes/timecode.py:181
↓ 4 callers
Method
fromValue
Construct an instance of Timecode given a float representation of the desired timecode in a specified TimeUnit. Args: value(float): The
cross3d/classes/timecode.py:218
↓ 4 callers
Method
getConnectionsBySignalName
(self, signal)
cross3d/studiomax/studiomaxapplication.py:90
↓ 4 callers
Method
isComplete
(self)
cross3d/classes/filesequence.py:322
↓ 4 callers
Method
isCustomProperty
( self, propname )
cross3d/studiomax/studiomaxscenepropset.py:112
↓ 4 callers
Method
iterTracks
Wraps the MAXScript getTrack global function into a generator that returns Track instances for each Track in the TrackGroup, from top to botto
cross3d/studiomax/mixer/trackgroup.py:62
↓ 4 callers
Method
layers
\remarks collects all the layers in the scene and returns them \sa createLayer, findLayer \return <list> [ <cross3d.SceneLayer>, .. ]
cross3d/abstract/abstractscene.py:1989
↓ 4 callers
Method
lookupProps
(self)
cross3d/softimage/softimageuserprops.py:77
↓ 4 callers
Method
lookupProps
(self)
cross3d/studiomax/studiomaxuserprops.py:70
↓ 4 callers
Method
name
(cls)
cross3d/studiomax/external.py:32
↓ 4 callers
Method
name
(cls)
cross3d/maya/external.py:30
↓ 4 callers
Method
parent
(self)
cross3d/migrate/XML/xmlelement.py:445
↓ 4 callers
Method
parse
(self, xmlString)
cross3d/migrate/XML/xmldocument.py:64
↓ 4 callers
Method
propertyNames
\remarks implements the AbstractSceneWrapper.propertyNames method to return a list of the properties that this object can access \retu
cross3d/studiomax/studiomaxscenewrapper.py:202
↓ 4 callers
Method
resolution
(self)
cross3d/softimage/softimagescenemodel.py:125
↓ 4 callers
Method
resolution
(self)
cross3d/maya/mayascenemodel.py:228
↓ 4 callers
Method
save
(self)
cross3d/migrate/dsofile.py:126
↓ 4 callers
Method
scriptPath
(cls)
cross3d/motionbuilder/external.py:79
↓ 4 callers
Method
setAnimationRange
\remarks implements AbstractScene.setAnimationRange method to set the current start and end frame for animation \param animationRange <tuple>
cross3d/softimage/softimagescene.py:705
↓ 4 callers
Method
setName
\remarks implements AbstractSceneWrapper.setName to set the name of this fx instance \sa name \param name <str> \return <bool> su
cross3d/studiomax/studiomaxscenefx.py:59
↓ 4 callers
Method
setProperty
Sets the global scene property to the inputed value \param key <str> || <QString> \param value <variant> \return <bool>
cross3d/maya/mayascene.py:532
↓ 4 callers
Method
setText
\remarks Sets the text hold by the clipboarc. \param text <string> \return <bool> success
cross3d/classes/clipboard.py:42
↓ 4 callers
Method
setValue
Set the value of the property
cross3d/abstract/abstractscenepropset.py:100
↓ 4 callers
Method
size
( self )
cross3d/studiomax/studiomaxsceneviewport.py:66
↓ 4 callers
Method
time
\remarks implements the AbstractSceneAnimationKey.time method to return the time frame of this key \return <float> value
cross3d/studiomax/studiomaxsceneanimationkey.py:90
↓ 4 callers
Method
toXML
Translate the curve data into a XML. TODO: I hate the API for XML so I shove most of it here. Returns: str: The XML data for that curve.
cross3d/classes/fcurve.py:307
↓ 4 callers
Method
toxml
(self, encoding='utf-8')
cross3d/migrate/XML/xmldocument.py:139
↓ 4 callers
Method
unescapeKey
Replaces any html codes with their associated unstorable characters
cross3d/abstract/abstractuserprops.py:189
↓ 4 callers
Method
unescapeValue
Replaces any html codes with their associated unstorable characters
cross3d/abstract/abstractuserprops.py:199
↓ 4 callers
Method
version
\remarks Returns the version major of XSI.
cross3d/softimage/softimageapplication.py:107
↓ 3 callers
Method
__init__
Initializes a new Enum object. In addition to the named arguments listed below, keyword arguments may be given that will be set as attributes on
cross3d/enum.py:135
↓ 3 callers
Method
_activeString
\remarks converts the current key/active pairing to a string separated by '|' \return <str>
cross3d/studiomax/studiomaxscenepropset.py:36
↓ 3 callers
Method
_cachedNativeMaterial
\remarks implements the AbstractScene._cachedNativeMaterial method to return the cached material for the inputed material id \param cacheType
cross3d/studiomax/studiomaxscene.py:195
↓ 3 callers
Method
_cachedNativeMaterials
\remarks implements the AbstractScene._cachedNativeMaterials method to return the cached material for the inputed material cache type \param c
cross3d/studiomax/studiomaxscene.py:217
↓ 3 callers
Method
_createResolutionComboBox
(self)
cross3d/maya/mayascenemodel.py:124
↓ 3 callers
Method
_currentTimeUnit
Returns the current time unit name. See MayaScene._timeUnitToFPS to map this value to real world fps. :return: The name of the current fps
cross3d/maya/mayascene.py:91
↓ 3 callers
Method
_document
recursese up the hierarchy to find the parent who is a <xml.dom.minidom.Document> class
cross3d/migrate/XML/xmlelement.py:48
↓ 3 callers
Method
_findNativeObject
\remarks implements AbstractScene._findNativeObject method to looks up a native object based on the inputed name \param name <string> \retu
cross3d/softimage/softimagescene.py:156
↓ 3 callers
Method
_hasStruct
(self)
cross3d/maya/mayauserprops.py:108
↓ 3 callers
Method
_isDagNode
Is this object in the DAG.
cross3d/maya/mayascenewrapper.py:110
↓ 3 callers
Method
_nativeAltMaterials
\remarks return a list of the alternate materials associated with this layer \return <list> [ <variant> nativeMaterial, .. ]
cross3d/abstract/abstractscenelayer.py:31
↓ 3 callers
Method
_nativeAltMaterials
\remarks implements the AbstractSceneLayer._nativeAltMaterials method to return a list of the alternate materials associated with this layer
cross3d/studiomax/studiomaxscenelayer.py:296
↓ 3 callers
Method
_nativeChildren
\remarks looks up the native children for this object \param recursive <bool> \param parent <variant> nativeObject(used for
cross3d/abstract/abstractsceneobject.py:87
↓ 3 callers
Method
_nativeRootObject
\remarks implements the AbstractScene._nativeRoot method to return the native root of the scene \return <PySoftimage.xsi.X3DObject> nativeObje
cross3d/softimage/softimagescene.py:103
↓ 3 callers
Method
_nativeSelection
(self, wildcard='')
cross3d/softimage/softimagescene.py:153
↓ 3 callers
Method
_normalizeAttributeName
Removes invalid characters for attribute names from the provided string. :param name: The string used as the name of a attribute. :return: stri
cross3d/maya/mayascenewrapper.py:120
↓ 3 callers
Method
_removeNativeObjects
\remarks implements the AbstractScene._removeNativeObjects method to return the native root of the scene \return <bool> success
cross3d/softimage/softimagescene.py:110
↓ 3 callers
Method
_setNativeModel
\remarks sets the native model for this object \sa model, setModel, _nativeModel \param <variant> nativeObject || None \return <bool>
cross3d/abstract/abstractsceneobject.py:164
↓ 3 callers
Method
_setNativeSelection
\remarks selects the inputed native objects in the scene \param nativeObjects <list> [ <variant> nativeObject, .. ] \return <bool> success
cross3d/abstract/abstractscene.py:633
↓ 3 callers
Method
_setNativeSelection
Select the inputed native objects in the scene :param selection: <list> [ <PySoftimage.xsi.Object> nativeObject, .. ] || MSelectionList || str ||
cross3d/maya/mayascene.py:340
↓ 3 callers
Method
_setValueString
\remarks sets the value for these properties by the inputed value string, which contains the properties with a '|' separating the values \par
cross3d/studiomax/studiomaxscenepropset.py:78
↓ 3 callers
Method
addKey
(self, **kwargs)
cross3d/classes/fcurve.py:226
↓ 3 callers
Method
altPropSets
\remarks implements the AbstractSceneLayer.altPropSets method to retrive the alternate SceneObjectPropSet's for this layer \sa altPropSetCo
cross3d/studiomax/studiomaxscenelayer.py:669
↓ 3 callers
Method
clear
(self)
cross3d/abstract/abstractuserprops.py:68
↓ 3 callers
Method
clearSelection
\remarks clears the scene's selection. \return <bool>
cross3d/studiomax/studiomaxscene.py:2961
↓ 3 callers
Method
connect
\remarks connect application specific callbacks to <cross3d.Dispatch>, dispatch will convert the native object to a cross3d object and emit
cross3d/studiomax/studiomaxapplication.py:251
↓ 3 callers
Method
controller
Lookup a controller based on the inputed controllerName for this object :return: :class:`cross3d.SceneAnimationController` or None
cross3d/abstract/abstractscenewrapper.py:147
↓ 3 callers
Method
currentFrame
\remarks gets the current scene's frame. \return <float>
cross3d/studiomax/studiomaxscene.py:2945
↓ 3 callers
Method
disconnectCallback
Disconnect a single callback when it is no longer used. Called when the last signal for this callback is disconnected.
cross3d/maya/mayaapplication.py:101
↓ 3 callers
Method
displayName
Returns the display name for this wrapper instance, if not reimplemented, then it will just return the name of the object
cross3d/abstract/abstractscenewrapper.py:163
↓ 3 callers
Method
displayName
( self )
cross3d/softimage/softimagescenewrapper.py:59
↓ 3 callers
Method
end
(self)
cross3d/classes/framerange.py:57
↓ 3 callers
Method
exportFile
\remarks implements AbstractScene.exportFile method to export objects from the scene to a file on disk \raises ValueError \return N/A
cross3d/studiomax/studiomaxscene.py:1972
↓ 3 callers
Method
extrapolation
(self)
cross3d/studiomax/studiomaxsceneanimationcontroller.py:135
↓ 3 callers
Method
findThreadWindow
(self, name)
cross3d/studiomax/rescaletime.py:68
↓ 3 callers
Method
frameRange
(self, returnsAsString=False)
cross3d/classes/filesequence.py:201
↓ 3 callers
Method
fromXml
Create a new layer from the inputed xml data :param xml: :class:`cross3d.migrate.XMLElement`
cross3d/abstract/abstractscenelayer.py:717
↓ 3 callers
Method
getClip
Returns the Clip instance for the Clip at the specified index within this Track. Returns: Clip: Clip instance for the Clip at the
cross3d/studiomax/mixer/track.py:135
← previous
next →
101–200 of 2,316, ranked by callers