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
↓ 1 callers
Method
getWeightValue
Retrieves the value of the weight at the specified index. Args: index(int): Index of desired weight to retrieve a value for.
cross3d/studiomax/mixer/clip.py:195
↓ 1 callers
Method
getWeightValue
Retrieves the value of the weight at the specified index. Args: index(int): Index of desired weight to retrieve a value for.
cross3d/studiomax/mixer/track.py:72
↓ 1 callers
Method
groupName
Implements the :meth:`cross3d.SceneObjectGroup.groupName` method to retrieve the group name for this object group instance
cross3d/abstract/abstractscenelayer.py:370
↓ 1 callers
Method
hasKey
(self, key)
cross3d/enum.py:709
↓ 1 callers
Method
hasSoloedTrack
Returns a boolean indicating whether any track in this TrackGroup is soloed.
cross3d/studiomax/mixer/trackgroup.py:118
↓ 1 callers
Function
hasVisibleDescendent
( object )
cross3d/studiomax/cachelib/transformcache.py:25
↓ 1 callers
Method
index
Finds the index of the inputed child object in this instance's XMLElement children, returning -1 if it cannot be found.
cross3d/migrate/XML/xmlelement.py:331
↓ 1 callers
Function
init
()
cross3d/__init__.py:118
↓ 1 callers
Method
invert
Inverse time and values of each key. Args: conversionRatio(float): The conversion ratio to go from Y to X. For example you might want to
cross3d/classes/fcurve.py:169
↓ 1 callers
Method
isActiveProperty
Teturn whether or not the inputed property name is currently being used in this set :param propname: str :return: bool
cross3d/abstract/abstractscenepropset.py:78
↓ 1 callers
Method
isHidden
(self)
cross3d/abstract/abstractgroup.py:27
↓ 1 callers
Method
isNull
( self )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:69
↓ 1 callers
Method
iterEnabledTracks
Wraps the MAXScript getTrack global function into a generator that returns Track instances for each enabled Track in the TrackGroup, from top
cross3d/studiomax/mixer/trackgroup.py:84
↓ 1 callers
Method
iterFilters
Returns a generator that returns stringified names for each enabled filter on the TrackGroup. Returns: generator: Generator that produ
cross3d/studiomax/mixer/trackgroup.py:200
↓ 1 callers
Method
key
Set keys on the object parameters.
cross3d/abstract/abstractsceneobject.py:536
↓ 1 callers
Method
keyByIndex
Finds the key based on a index. This index contains the *args in the order they were passed in then any **kwargs's keys in the order **kwargs.keys(
cross3d/enum.py:735
↓ 1 callers
Method
keyedFrames
(self, start=None, end=None)
cross3d/softimage/softimagesceneobject.py:368
↓ 1 callers
Method
keys
(self)
cross3d/maya/mayauserprops.py:180
↓ 1 callers
Method
layer
\remarks reimplements AbstractSceneAtmospheric.layer to return the layer that this atmospheric is associated with \return <cross3d.Layer> ||
cross3d/studiomax/studiomaxsceneatmospheric.py:64
↓ 1 callers
Method
layer
\remarks reimplements AbstractSceneFx.layer to return the layer that this fx is associated with \return <cross3d.Layer> || None
cross3d/studiomax/studiomaxscenefx.py:46
↓ 1 callers
Method
layerGroup
Return the layer group that this layer belongs to :return: :class:`cross3d.SceneLayerGroup` or None
cross3d/abstract/abstractscenelayer.py:381
↓ 1 callers
Method
loadAnimation
(self, path)
cross3d/softimage/softimagescenemodel.py:216
↓ 1 callers
Method
maps
\remarks returns a list of all the maps in the scene wrapped as SceneMaps \return <list> [ <cross3d.SceneMap>, .. ]
cross3d/abstract/abstractscene.py:2024
↓ 1 callers
Method
matchTransforms
Currently the auto-key support is a bit lite, but it should cover most of the cases.
cross3d/maya/mayasceneobject.py:285
↓ 1 callers
Method
materials
\remarks returns a list of all the materials in the scene wrapped as SceneMaterials \return <list> [ <cross3d.SceneMaterial>, .. ]
cross3d/abstract/abstractscene.py:2016
↓ 1 callers
Method
maximizeMax
Maximize max to ensure that the Time Configuration button is on the monitor and clickable, and to ensure that the dialogs will be on screen.
cross3d/studiomax/rescaletime.py:126
↓ 1 callers
Method
minimizeWindows
(self, id)
cross3d/studiomax/rescaletime.py:106
↓ 1 callers
Method
missingFrames
(self)
cross3d/classes/filesequence.py:327
↓ 1 callers
Method
mouseToTimeButton
(self)
cross3d/studiomax/rescaletime.py:140
↓ 1 callers
Method
name
(self)
cross3d/classes/filesequence.py:145
↓ 1 callers
Method
name
( self )
cross3d/softimage/softimageapplication.py:117
↓ 1 callers
Method
name
\remarks implements AbstractSceneWrapper.name to return the name of this animation controller instance \sa setName \return <str> name
cross3d/studiomax/studiomaxsceneanimationcontroller.py:120
↓ 1 callers
Method
name
(self)
cross3d/maya/mayascenemodel.py:216
↓ 1 callers
Method
nameAndVersion
( self )
cross3d/studiomax/studiomaxapplication.py:393
↓ 1 callers
Method
nameSpaceSeparator
(self)
cross3d/abstract/abstractapplication.py:193
↓ 1 callers
Method
nativePointer
(self)
cross3d/abstract/abstractsceneviewport.py:163
↓ 1 callers
Method
nativePointer
Return the pointer to the native controller instance
cross3d/abstract/abstractscenewrapper.py:195
↓ 1 callers
Method
nearClippingPlane
(self)
cross3d/studiomax/studiomaxscenecamera.py:673
↓ 1 callers
Method
objectType
Returns the type of object this wrapper represents for the native object :return: :data:`cross3d.constants.ObjectType`
cross3d/abstract/abstractsceneobject.py:449
↓ 1 callers
Method
objectsKeyedFrames
(self, objects, start=None, end=None)
cross3d/softimage/softimagescene.py:522
↓ 1 callers
Method
offload
(self)
cross3d/softimage/softimagescenemodel.py:44
↓ 1 callers
Method
offset
(self, value, attr='time', rnd=False)
cross3d/classes/fcurve.py:117
↓ 1 callers
Method
offseted
\remarks Returns the offset range.
cross3d/classes/framerange.py:129
↓ 1 callers
Method
originalRenderSize
Returns the pre-overscan render size stored on in the cameras userProps under 'overscanOrigRenderSize'. :param storeSize: If the user prop doesn't
cross3d/abstract/abstractscenecamera.py:189
↓ 1 callers
Method
output
(self, name)
cross3d/classes/signalinspector.py:27
↓ 1 callers
Method
overlaps
\remarks Returns weather the ranges overlaps. \param separator <string>
cross3d/classes/valuerange.py:88
↓ 1 callers
Method
overscan
Returns the current overscan value of the camera. :param stored: If false calculates the current overscan instead of returning the stored value. T
cross3d/abstract/abstractscenecamera.py:152
↓ 1 callers
Method
parameters
(self)
cross3d/abstract/abstractsceneobject.py:690
↓ 1 callers
Method
parameters
(self)
cross3d/softimage/softimagesceneobject.py:230
↓ 1 callers
Method
parameters
(self)
cross3d/maya/mayasceneobject.py:310
↓ 1 callers
Method
pictureRatio
(self)
cross3d/softimage/softimagescenecamera.py:351
↓ 1 callers
Function
popFrame
()
cross3d/studiomax/_Py3dsMax_setup/site-packages/stattrac.py:45
↓ 1 callers
Method
postDeleteObject
Emits the signal that a object has been deleted. This method is used for applications like max that generate a pre and post delete signal.
cross3d/abstract/abstractapplication.py:139
↓ 1 callers
Method
preDelete
(self, callback, *args)
cross3d/classes/dispatch.py:296
↓ 1 callers
Method
preDeleteObject
Pre-process the object that is going to be deleted.
cross3d/abstract/abstractapplication.py:133
↓ 1 callers
Method
propSetOverride
Return the current override prop set for this object set :return: :class:`cross3d.SceneObjectPropSet` or None
cross3d/abstract/abstractcontainer.py:392
↓ 1 callers
Method
property
\remarks returns a global scene value \param key <str> || <QString> \param default <variant> default value to return if no value was fo
cross3d/maya/mayascene.py:523
↓ 1 callers
Method
propertyNames
Return a list of the property names for this property set :return: a list of strings (propnames)
cross3d/abstract/abstractscenepropset.py:90
↓ 1 callers
Method
propertyNames
(self)
cross3d/softimage/softimagescenewrapper.py:62
↓ 1 callers
Method
propertyNames
Return a list of the property names linked to this instance :return: list of names
cross3d/maya/mayascenewrapper.py:340
↓ 1 callers
Method
recompose
(self)
cross3d/studiomax/studiomaxscenemodel.py:68
↓ 1 callers
Method
recordLayerState
\remarks records the layer state to XML text \sa restoreLayerState, SceneLayer.recordLayerState \return <str>
cross3d/abstract/abstractscene.py:2089
↓ 1 callers
Method
recordValue
( self, value )
cross3d/migrate/XML/xmlelement.py:95
↓ 1 callers
Method
refresh
( self )
cross3d/studiomax/studiomaxsceneviewport.py:344
↓ 1 callers
Method
refresh
(self)
cross3d/maya/mayasceneviewport.py:256
↓ 1 callers
Method
remove
( cls, object )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:171
↓ 1 callers
Method
removeAdvancedAltMaterialStateAt
Remove the advanced alternate material state from the layer at the alternate material index
cross3d/abstract/abstractscenelayer.py:470
↓ 1 callers
Method
removeCustomProperty
(self, key)
cross3d/migrate/dsofile.py:119
↓ 1 callers
Method
removeKeyAt
Clears the key at the inputed time :param time: time to check key at :type time: float :return: True if key was removed :rtype: bool
cross3d/abstract/abstractsceneanimationcontroller.py:179
↓ 1 callers
Method
removeWitespaceNodes
Removes any nodes that are simply whitespace. Because we are saving to disk using toprettyxml the new lines get read into the xml leading to file
cross3d/migrate/XML/xmldocument.py:78
↓ 1 callers
Method
renderMultiPassEffects
\remarks runs the multipass effects on this camera \return <bool>
cross3d/studiomax/studiomaxscenecamera.py:283
↓ 1 callers
Method
renderSize
\remarks return the render output size for the scene \return <QSize>
cross3d/abstract/abstractscene.py:1184
↓ 1 callers
Method
renderSize
Return the render output size for the scene :return: <QSize>
cross3d/maya/mayascene.py:548
↓ 1 callers
Method
resolutionPath
(self, resolution='')
cross3d/softimage/softimagescenemodel.py:70
↓ 1 callers
Method
restoreLayerState
\remarks restores the layer state from the inputed XML text \sa recordLayerState, SceneLayer.restoreLayerState \return <bool> success
cross3d/abstract/abstractscene.py:2100
↓ 1 callers
Method
restoreState
\remarks restores the state of the scene based on previously stored state. \return <bool> success
cross3d/softimage/softimagescene.py:682
↓ 1 callers
Method
restoreValue
( self, fail = None )
cross3d/migrate/XML/xmlelement.py:168
↓ 1 callers
Method
restoreWindows
(self)
cross3d/studiomax/rescaletime.py:121
↓ 1 callers
Method
rootObject
\remarks returns the root object of the scene \return <cross3d.SceneObject> || None
cross3d/abstract/abstractscene.py:2202
↓ 1 callers
Method
run
(self)
cross3d/classes/flipbook.py:31
↓ 1 callers
Method
safeFrameIsActive
( self )
cross3d/studiomax/studiomaxsceneviewport.py:70
↓ 1 callers
Method
safeFrameMargins
( self )
cross3d/studiomax/studiomaxsceneviewport.py:101
↓ 1 callers
Method
saveFileAs
\remarks saves the current scene to the inputed name specified. If no name is supplied, then the user should be prompted to pick a filename \p
cross3d/abstract/abstractscene.py:1229
↓ 1 callers
Method
scaleTime
Uses the Mouse and keyboard to rescale the max timeline to value. This is a hack to add script functionality that maxscript has been lacking fo
cross3d/studiomax/rescaletime.py:35
↓ 1 callers
Method
sceneFileExtension
(self)
cross3d/studiomax/studiomaxapplication.py:365
↓ 1 callers
Method
sceneFileExtension
(self)
cross3d/maya/mayaapplication.py:139
↓ 1 callers
Method
select
\remarks implements AbstractScene.select to launch Max's "selectByName" dialog and then select the user's choice. \return <list> objects
cross3d/studiomax/studiomaxscene.py:2600
↓ 1 callers
Method
setAltMaterialAt
Sets the alternate material at the inputed index to the given material instance
cross3d/abstract/abstractscenelayer.py:496
↓ 1 callers
Method
setAltPropSetAt
Set the alternate object property set at the inputed index
cross3d/abstract/abstractscenelayer.py:566
↓ 1 callers
Method
setAltPropSets
\remarks implements the AbstractSceneLayer.setAltPropSets method to set the alternate object property set list for this layer \sa altPropSe
cross3d/studiomax/studiomaxscenelayer.py:1076
↓ 1 callers
Method
setColor
( self, name, color )
cross3d/migrate/XML/xmlelement.py:482
↓ 1 callers
Method
setController
lookup a controller based on the inputed controllerName for this object :param name: str :param controller: :class:`cross3d.SceneAni
cross3d/abstract/abstractscenewrapper.py:242
↓ 1 callers
Method
setCurrentFrame
\remarks implements AbstractScene.setCurrentFrame method to set the current frame \return <bool> success
cross3d/softimage/softimagescene.py:528
↓ 1 callers
Method
setCurrentRenderer
\remarks set the current scene renderer to this class type \param renderer <cross3d.SceneRenderer> \return <bool> success
cross3d/abstract/abstractscene.py:2333
↓ 1 callers
Method
setDisplayName
(self, name)
cross3d/softimage/softimagescenemodel.py:157
↓ 1 callers
Method
setEnvironmentMapOverride
\remarks override the current environment map in the scene to the inputed map \sa setEnvironmentMap, _setNativeEnvironmentMapOverride \par
cross3d/abstract/abstractscene.py:2237
↓ 1 callers
Method
setExtrapolation
(self, extrapolation=[None, None])
cross3d/abstract/abstractsceneanimationcontroller.py:198
↓ 1 callers
Method
setExtrapolation
(self, extrapolation=[None, None])
cross3d/classes/fcurve.py:207
↓ 1 callers
Method
setExtrapolation
None will leave the the extrapolation unaffected.
cross3d/studiomax/studiomaxsceneanimationcontroller.py:139
↓ 1 callers
Method
setFilmWidth
(self, width)
cross3d/abstract/abstractscenecamera.py:253
← previous
next →
701–800 of 2,316, ranked by callers