MCPcopy Create free account

hub / github.com/blurstudio/cross3d / functions

Functions2,316 in github.com/blurstudio/cross3d

↓ 189 callersMethodappend
Appends additional enumerators to the EnumGroup. New members can be provided as ordered arguments where the each Enum's label is used to determin
cross3d/enum.py:366
↓ 129 callersMethodnativePointer
Return the pointer to the native object that is wrapped :return: native object
cross3d/abstract/abstractcontainer.py:332
↓ 113 callersMethodsetValue
( self, propname, value )
cross3d/studiomax/studiomaxscenepropset.py:127
↓ 103 callersMethodvalue
( self, propname, default = None )
cross3d/studiomax/studiomaxscenepropset.py:148
↓ 99 callersMethodget
(self, key, default=None)
cross3d/maya/mayauserprops.py:69
↓ 90 callersMethodjoin
Joins all child Enums together into a single string. The string representation of each Enum is joined using the given separator. Args: incl
cross3d/enum.py:471
↓ 57 callersMethodsplit
Splits the given string and returns the corresponding Enums. The string is split using the provided separator, and all names contained within mus
cross3d/enum.py:499
↓ 57 callersMethodupdate
(self)
cross3d/maya/mayascenemodel.py:421
↓ 50 callersMethodattribute
Gets the attribute value of the element by the given attribute id :param attr: Name of the atribute you want to recover. :param fail: If the atrib
cross3d/migrate/XML/xmlelement.py:283
↓ 40 callersMethodsetAttribute
Sets the attribute of this instance to the inputed value, automatically converting the value to a string to avoid errors on the :class:`xml.dom.
cross3d/migrate/XML/xmlelement.py:469
↓ 38 callersMethod_mObjName
A Maya Helper that returns the name of a object, because OpenMaya can't expose the name in a single call. :param nativeObject: The OpenMaya.MO
cross3d/maya/mayascenewrapper.py:269
↓ 37 callersMethodmetaData
( self )
cross3d/studiomax/studiomaxscenelayer.py:773
↓ 36 callersMethodmetaData
\remarks initializes the SceneMetaData class for this scene instance for retrieving information from the scene \return <SceneMetaData>
cross3d/studiomax/studiomaxscene.py:2081
↓ 35 callersMethod_defineProperty
\remarks define the inputed propname with the current value, tagging whether or not it is a custom property \param propname <str> \param
cross3d/studiomax/studiomaxscenepropset.py:49
↓ 34 callersMethodupdate
(self, connection)
cross3d/studiomax/studiomaxapplication.py:87
↓ 32 callersMethoddefineParam
( cls, paramName, paramType, control = '', animatable = False, default = None, paramId = '', tabSizeVariable =
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:141
↓ 26 callersMethodexists
(self)
cross3d/classes/filesequence.py:302
↓ 24 callersMethodtoSeconds
Convert the Timecode object to a float quantity of seconds. Returns: float: This Timecode instance converted to a float quantity of seconds
cross3d/classes/timecode.py:353
↓ 24 callersMethoduserProps
Returns the FileProps object associated with this file :return; :class:`cross3d.FileProps`
cross3d/abstract/abstractscene.py:2492
↓ 22 callersMethodindex
Returns the index of the atmosperhic Returns: int:
cross3d/studiomax/studiomaxsceneatmospheric.py:41
↓ 22 callersMethoditeritems
(self)
cross3d/abstract/abstractuserprops.py:86
↓ 22 callersMethodname
(cls)
cross3d/softimage/external.py:32
↓ 21 callersMethodfindChild
Finds the first instance of the child of this instance whose nodeName is the given child name. :param childName: Name to search for. :param recurs
cross3d/migrate/XML/xmlelement.py:345
↓ 19 callersMethodwrite
(self, path)
cross3d/classes/fcurve.py:343
↓ 18 callersMethodaddNode
Adds a new node child to the current element with the given node name. :param nodeName: name of the child to add :type nodeName: str :rtype:
cross3d/migrate/XML/xmlelement.py:259
↓ 16 callersMethoddso
(self)
cross3d/abstract/abstractuserprops.py:349
↓ 15 callersMethodkeys
(self)
cross3d/classes/fcurve.py:123
↓ 15 callersMethodlookupProps
This is the workhorse method for the class, it is responsible for providing the dictionary of key value pares used for most of the class.
cross3d/abstract/abstractuserprops.py:101
↓ 14 callersMethodnamespace
(self)
cross3d/maya/mayasceneobject.py:255
↓ 14 callersMethodread
(self, path)
cross3d/classes/fcurve.py:352
↓ 13 callersMethoddispatch
\remarks dispatches a string based signal through the system from an application \param signal <str> \param *args <tuple> additional argum
cross3d/classes/dispatch.py:192
↓ 13 callersMethodlinkSignals
\remarks creates a dependency so that when the inputed signal is dispatched, the dependent trigger signal is also dispatched. This will only work
cross3d/classes/dispatch.py:275
↓ 13 callersMethodopen
:return: Returns True if the provided file supports dso. :rtype: bool
cross3d/migrate/dsofile.py:105
↓ 12 callersMethodbasePath
From "Path/Sequence.0-100.jpg" it will return "Path".
cross3d/classes/filesequence.py:284
↓ 12 callersMethodcamera
Return the viewport's camera :return: :class:`cross3d.SceneCamera`
cross3d/abstract/abstractsceneviewport.py:173
↓ 12 callersMethodextension
From "Path/Sequence.0-100.jpg" it will return "jpg".
cross3d/classes/filesequence.py:230
↓ 12 callersMethodlayers
\remarks implements the AbstractLayerGroup.layers method to retrieve the layers that are currently on this group \return <list> [ <cross3d.S
cross3d/studiomax/studiomaxscenelayergroup.py:64
↓ 12 callersMethodstart
(self)
cross3d/classes/filesequence.py:206
↓ 11 callersMethod_nativeObjects
\remarks return a list of the native objects that are currently on this group \sa objects \return <list> [ <variant> nativeObject, ..
cross3d/abstract/abstractcontainer.py:96
↓ 11 callersMethodbaseName
From "Path/Sequence.0-100.jpg" it will return "Sequence".
cross3d/classes/filesequence.py:185
↓ 11 callersMethodend
(self)
cross3d/classes/filesequence.py:212
↓ 11 callersMethodfind
( cls, object )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:159
↓ 10 callersMethodlabelByValue
Returns the label for a specific value. Labels automatically add spaces for every capital letter after the first. :param value: The value you wan
cross3d/enum.py:721
↓ 10 callersMethodname
(cls)
cross3d/abstract/external.py:26
↓ 10 callersMethodname
\remarks implements the AbstractSceneLayerGroup.name method to retrieve the unique layer name for this layer \return <str> name
cross3d/studiomax/studiomaxscenelayergroup.py:32
↓ 10 callersMethodvalue
(self)
cross3d/migrate/dsofile.py:47
↓ 9 callersMethod_asMOBject
When passed a object name it will convert it to a MObject. If passed a MObject, it will return the MObject :param obj: A MObject or object name to
cross3d/maya/mayascenewrapper.py:14
↓ 9 callersMethodcount
(self)
cross3d/classes/filesequence.py:235
↓ 9 callersMethodfindObject
\remarks looks up an individual object by its name \sa _findNativeObject \param name <str> \return <cross3d.SceneObject> || None
cross3d/abstract/abstractscene.py:1834
↓ 9 callersMethodget
(self, key, default=None)
cross3d/abstract/abstractuserprops.py:98
↓ 9 callersMethodobjects
\remarks returns a list of all the objects in the scene wrapped as api objects \param wildcard <string> \param type <cross3d.constants.Obj
cross3d/abstract/abstractscene.py:2076
↓ 9 callersMethodregister
( cls )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:203
↓ 9 callersMethodsetProperty
\remarks implements AbstractScene.setProperty to set the global scene property to the inputed value \param key <str> || <QString> \param
cross3d/studiomax/studiomaxscene.py:2878
↓ 9 callersMethodversion
(self, major=True)
cross3d/studiomax/studiomaxapplication.py:343
↓ 8 callersMethodemitChange
(self, key=None)
cross3d/abstract/abstractuserprops.py:74
↓ 8 callersMethodisReferenced
(self)
cross3d/softimage/softimagescenemodel.py:34
↓ 8 callersMethodkeys
(self)
cross3d/maya/mayauserprops.py:44
↓ 8 callersMethodnameToken
(self, key)
cross3d/classes/filesequence.py:182
↓ 8 callersMethodpath
(self)
cross3d/maya/mayasceneobject.py:282
↓ 8 callersMethodpaths
(self)
cross3d/classes/filesequence.py:315
↓ 8 callersMethodpop
(self, key, default = None)
cross3d/studiomax/studiomaxuserprops.py:52
↓ 8 callersMethodsetFromSeconds
Set the timecode component values given a number of seconds. Args: secs(float): The number of seconds to set this Timecode instance based o
cross3d/classes/timecode.py:337
↓ 8 callersMethoduserProps
Returns the FileProps object associated with this file :return; :class:`cross3d.FileProps`
cross3d/studiomax/studiomaxscene.py:2977
↓ 7 callersMethod_findNativeObject
\remarks implements the AbstractScene._findNativeObject to look up an object based on the inputed name \sa findNativeObject \param name <
cross3d/studiomax/studiomaxscene.py:500
↓ 7 callersMethod_setNativeSelection
\remarks implements the AbstractScene._setNativeSelection to select the inputed native objects in the scene \param nativeObjects <list> [ <Py3
cross3d/studiomax/studiomaxscene.py:1250
↓ 7 callersMethod_toNativeValue
\remarks [virtual] reimplements the AbstractScene._setNativeUpdatesEnabled to convert the inputed value from Qt/Python to whatever value is requir
cross3d/studiomax/studiomaxscene.py:1325
↓ 7 callersMethodanimationFPS
\remarks gets the current scene's fps. \return <float>
cross3d/studiomax/studiomaxscene.py:2938
↓ 7 callersMethodcopy
(self, output)
cross3d/classes/filesequence.py:345
↓ 7 callersMethoddelete
(self, deletesBasePath=False)
cross3d/classes/filesequence.py:378
↓ 7 callersMethoddisconnectCallback
Disconnect a single callback when it is no longer used. Called when the last signal for this callback is disconnected.
cross3d/motionbuilder/motionbuilderapplication.py:77
↓ 7 callersMethodsetSelection
Selects the inputed objects in the scene :param objects: <list> [ <cross3d.SceneObject>, .. ] :return: <bool> success
cross3d/maya/mayascene.py:578
↓ 7 callersMethodtoString
Convert the Timecode object to a string, using the provided formatString. If no formatString is specified, the object's formatString attribute wi
cross3d/classes/timecode.py:365
↓ 7 callersMethodvalueByLabel
Return the binary value fromt the given label. :param label: The label you want the binary value of :param caseSensitive: Defaults to True :r
cross3d/enum.py:781
↓ 6 callersMethod_nativeCamera
( self )
cross3d/softimage/softimagesceneviewport.py:50
↓ 6 callersMethod_nativeName
A convience method that returns the name of the shape node, not the transform node.
cross3d/maya/mayasceneobject.py:126
↓ 6 callersMethodaltPropSets
Retrive the alternate SceneObjectPropSet's for this layer :return: a list of :class:`cross3d.SceneObjectPropSet`'s
cross3d/abstract/abstractscenelayer.py:216
↓ 6 callersMethodanimationRange
\remarks implements AbstractScene.animationRange method to return the current animation start and end frames \return <cross3d.FrameRange>
cross3d/softimage/softimagescene.py:482
↓ 6 callersMethodcount
( cls, object )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:102
↓ 6 callersMethodcreateUnique
( cls, object )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:128
↓ 6 callersMethodinsert
(self, index, item)
cross3d/abstract/collection.py:37
↓ 6 callersMethodisReferenced
(self)
cross3d/maya/mayascenemodel.py:147
↓ 6 callersMethoditems
(self)
cross3d/abstract/abstractuserprops.py:83
↓ 6 callersMethodkeys
Returns a list of parameter names
cross3d/enum.py:756
↓ 6 callersMethodname
\remarks implements the AbstractSceneLayer.name method to retrieve the unique layer name for this layer \sa name \return <str> name
cross3d/studiomax/studiomaxscenelayer.py:815
↓ 6 callersMethodpadding
(self, style=PaddingStyle.Number)
cross3d/classes/filesequence.py:246
↓ 6 callersMethodpath
From "Path/Sequence.0-100.jpg" it will return "Path/Sequence.0-100.jpg".
cross3d/classes/filesequence.py:137
↓ 6 callersMethodpop
(self, key, default=None)
cross3d/maya/mayauserprops.py:83
↓ 6 callersMethodremove
( self )
cross3d/migrate/XML/xmlelement.py:464
↓ 6 callersMethodscene
Return the scene instance that this fx is linked to :return: :class:`cross3d.Scene` or None
cross3d/abstract/abstractscenefx.py:73
↓ 6 callersMethodselection
\remarks returns the currently selected objects from the scene \param wildcard <string> \param type <cross3d.constants.ObjectType> \ret
cross3d/abstract/abstractscene.py:2067
↓ 6 callersMethodsetAnimationRange
\remarks implements AbstractScene.setAnimationRange method to set the current start and end frame for animation \param animationRange <tuple>
cross3d/studiomax/studiomaxscene.py:2701
↓ 6 callersMethoduniqueId
Return the unique id for this controller instance
cross3d/abstract/abstractscenewrapper.py:298
↓ 6 callersMethodvalueAtTime
Returns the value of the fcurve at the specified time Args: time (float): time at which to evaluate the fcurve. Returns: f
cross3d/classes/fcurve.py:53
↓ 5 callersMethod_attrName
(self)
cross3d/maya/mayascenemodel.py:62
↓ 5 callersMethod_close
(self)
cross3d/abstract/abstractuserprops.py:314
↓ 5 callersMethod_fromNativeValue
\remarks converts the inputed value from a native value from whatever application we're in \param nativeValue <variant> \return <variant>
cross3d/abstract/abstractscene.py:326
↓ 5 callersMethod_namespace
(self, mObj)
cross3d/maya/mayascenewrapper.py:115
↓ 5 callersMethod_nativeObjects
\remarks implements the AbstractScene._nativeObjects method to return the native objects from the scene \return <list> [ <Py3dsMax.mxs.Object>
cross3d/studiomax/studiomaxscene.py:861
↓ 5 callersMethod_nativeSelection
(self, wildcard='')
cross3d/studiomax/studiomaxscene.py:900
↓ 5 callersMethod_toNativeValue
\remarks [virtual] converts the inputed value from Qt/Python to whatever value is required for the native application \param pyValue <variant
cross3d/abstract/abstractscene.py:782
next →1–100 of 2,316, ranked by callers