MCPcopy Create free account

hub / github.com/blurstudio/cross3d / functions

Functions2,316 in github.com/blurstudio/cross3d

↓ 3 callersFunctiongetRegKey
Returns a _winreg hkey or none. Args: registry (str): The registry to look in. 'HKEY_LOCAL_MACHINE' for example key (str): The key to open. r'
cross3d/migrate/winregistry.py:4
↓ 3 callersMethodhide
Hides the objects on this object group in the scene :return: bool
cross3d/abstract/abstractcontainer.py:285
↓ 3 callersFunctionimageSequenceInfo
Return a re.match object that seperates the file path into pre/postfix and frame number. Args: path (str): The path to split osystem (str): pa
cross3d/migrate/imagesequence.py:48
↓ 3 callersMethodindex
Returns the index of the atmosperhic Returns: int: Returns -1 if invalid
cross3d/abstract/abstractsceneatmospheric.py:52
↓ 3 callersMethoditerClips
Wraps the MAXScript getClip global function into a generator that returns each clip in the Track chronologically. Returns: generator: G
cross3d/studiomax/mixer/track.py:146
↓ 3 callersMethodkeys
(self)
cross3d/abstract/abstractuserprops.py:80
↓ 3 callersMethodlayers
Returns the SceneLayer's that are associated with this layer :return: list of :class:`cross3d.SceneLayer`'s
cross3d/abstract/abstractscenelayergroup.py:109
↓ 3 callersMethodlookupProps
(self)
cross3d/maya/mayauserprops.py:77
↓ 3 callersMethodmaterialOverrideFlags
Return the duplication flags for the override material :return: :data:`cross3d.constants.MaterialOverrideOptions`
cross3d/abstract/abstractcontainer.py:383
↓ 3 callersMethodnamespace
(self)
cross3d/maya/mayascenewrapper.py:351
↓ 3 callersFunctionpackageName
(modname)
cross3d/__init__.py:115
↓ 3 callersMethodpath
(self)
cross3d/maya/mayascenewrapper.py:382
↓ 3 callersMethodproperty
\remarks implements AbstractScene.property to return a global scene value \param key <str> || <QString> \param default <variant> defaul
cross3d/studiomax/studiomaxscene.py:2134
↓ 3 callersMethodrecordXml
Define a way to record this controller to xml :param xml: :class:`cross3d.migrate.XMLElement`
cross3d/abstract/abstractscenewrapper.py:219
↓ 3 callersMethodremove
\remarks implements the AbstractSceneObjectGroup.remove method to remove the layer from the scene (objects included when desired) \param rem
cross3d/studiomax/studiomaxscenelayer.py:863
↓ 3 callersMethodrenderSize
\remarks implements AbstractScene.renderSize method to return the current output width and height for renders \return <QSize>
cross3d/studiomax/studiomaxscene.py:2567
↓ 3 callersMethodresolutionPath
(self, resolution='')
cross3d/maya/mayascenemodel.py:233
↓ 3 callersMethodresolutions
(self)
cross3d/maya/mayascenemodel.py:247
↓ 3 callersMethodscale
(self, value, attr='time', pivot=0.0, rnd=False)
cross3d/classes/fcurve.py:126
↓ 3 callersMethodscriptPath
(cls)
cross3d/abstract/external.py:48
↓ 3 callersMethodseparator
(self)
cross3d/classes/filesequence.py:176
↓ 3 callersMethodsetCurrentFrame
\remarks sets the current scene's frame. \param frame <int> \return <float>
cross3d/studiomax/studiomaxscene.py:2952
↓ 3 callersMethodsetDescription
Used to set a description string for a value. :param value: The parameter value to set the description on :param descr: The description string to
cross3d/enum.py:852
↓ 3 callersMethodsetFCurve
(self, fCurve)
cross3d/abstract/abstractsceneanimationcontroller.py:191
↓ 3 callersMethodsetName
(self, baseName='', start='', end='', extension='', separator='')
cross3d/classes/filesequence.py:148
↓ 3 callersMethodtime
Return the time frame of this key.
cross3d/abstract/abstractsceneanimationkey.py:58
↓ 3 callersMethodunescapeValue
\remarks replaces any html codes with their associated unstorable characters \return <str>
cross3d/studiomax/studiomaxuserprops.py:86
↓ 3 callersMethodunhide
Unhides the objects on this object group :return: bool
cross3d/abstract/abstractcontainer.py:564
↓ 3 callersMethoduniqueId
( self )
cross3d/studiomax/studiomaxscenepropset.py:145
↓ 3 callersMethodupdate
(self, *args, **kwargs)
cross3d/abstract/abstractuserprops.py:161
↓ 3 callersMethodupdate
(self)
cross3d/softimage/softimagescenemodel.py:37
↓ 3 callersMethodvalues
(self)
cross3d/abstract/abstractuserprops.py:165
↓ 2 callersMethod__getValueForIndex__
(self, index)
cross3d/studiomax/studiomaxuserprops.py:137
↓ 2 callersMethod__hash__
(self)
cross3d/classes/fcurve.py:251
↓ 2 callersMethod__init_enums__
(cls)
cross3d/enum.py:525
↓ 2 callersMethod_addCallback
(self, connDef, cross3dSignal, callbackName='cross3dcallbacks')
cross3d/studiomax/studiomaxapplication.py:198
↓ 2 callersMethod_addNativeObjects
\remarks add the native objects to the object group \sa addObjects, addSelection \param nativeObjects <list> [ <variant> nativeObject,
cross3d/abstract/abstractcontainer.py:52
↓ 2 callersMethod_addToNativeSelection
(self, nativeObjects)
cross3d/maya/mayascene.py:377
↓ 2 callersMethod_cachedNativeMaps
Return the cached native maps for the inputed cache type. :type cacheType: :class:`cross3d.constants.MapCacheType` :rtype: list of nativeMaps [
cross3d/abstract/abstractscene.py:110
↓ 2 callersMethod_cachedNativeMaterials
Return the cached native materials for the inputed cache type. :type cacheType: :class:`cross3d.constants.MaterialCacheType` :rtype: list of na
cross3d/abstract/abstractscene.py:119
↓ 2 callersMethod_clearNativePropSetOverride
\remarks [virtual] clear the native objects of any property set overrides for this group \sa cross3d.Scene._clearNativePropSetOverride
cross3d/abstract/abstractcontainer.py:69
↓ 2 callersMethod_createNativeCamera
Creates and returns a new native 3d camera with the inputed name and objects. Args: name: the name of the camera type: The type of cam
cross3d/abstract/abstractscene.py:179
↓ 2 callersMethod_decodeString
(string)
cross3d/abstract/abstractuserprops.py:219
↓ 2 callersMethod_fbxIOPresetPaths
(self, action='export')
cross3d/studiomax/studiomaxscene.py:1666
↓ 2 callersMethod_findNativeObject
\remarks looks up a native object based on the inputed name \sa findNativeObject \param name <str> \return <variant> nativeObject ||
cross3d/abstract/abstractscene.py:256
↓ 2 callersMethod_findNativeObject
Looks up a native object based on the inputed name or uniqueId. If name is provided it will find the object by the name, if uniqueId is provided it
cross3d/maya/mayascene.py:202
↓ 2 callersMethod_findPoint
(self, name, cls, method)
cross3d/migrate/XML/xmlelement.py:61
↓ 2 callersMethod_findRect
( self, name, cls, method )
cross3d/migrate/XML/xmlelement.py:69
↓ 2 callersMethod_findSize
(self, name, cls, method)
cross3d/migrate/XML/xmlelement.py:82
↓ 2 callersMethod_findUniqueName
A generic method to find a unique name in a given set of names. :param name: The name to search for in the scene :param names: The set of strin
cross3d/abstract/abstractscene.py:711
↓ 2 callersMethod_freezeNativeObjects
\remarks freeze(lock)/unfreeze(unlock) a list of native objects \param nativeObjects <list> [ <variant> nativeObject, .. ] \param state
cross3d/abstract/abstractscene.py:316
↓ 2 callersMethod_fromNativeValue
\remarks re-implements the AbstractScene._fromNativeValue method to convert some native maxscript values to proper python/pyqt values \pa
cross3d/studiomax/studiomaxscene.py:618
↓ 2 callersMethod_genNativeTypePointer
Generates a MFn object for the provided MObject.
cross3d/maya/mayasceneobject.py:180
↓ 2 callersMethod_getHkey
(cls, version, langId)
cross3d/studiomax/external.py:84
↓ 2 callersMethod_getShapeNode
A Maya Helper that returns the first shape node of the provided transform node. If no shape node exists the nativeObject is returned. A
cross3d/maya/mayascenewrapper.py:209
↓ 2 callersMethod_getTransformNode
A Maya Helper that returns the first transform node of the provided shape node. The nativeObject is returned if the nativeObject is a transform no
cross3d/maya/mayascenewrapper.py:233
↓ 2 callersMethod_hasAttribute
(cls, mObj, name)
cross3d/maya/mayascenewrapper.py:104
↓ 2 callersMethod_hideNativeObjects
\remarks hide/unhide a list of native objects \param nativeObjects <list> [ <variant> nativeObject, .. ] \param state <bool> \return
cross3d/abstract/abstractscene.py:360
↓ 2 callersMethod_isolateNativeObjects
\remarks isolate (hide all other objects) or unisolate the inputed objects in the native scene \param nativeObjects <list> [ <variant> nativeO
cross3d/abstract/abstractscene.py:370
↓ 2 callersMethod_nativeControllers
\remarks collect a list of the native controllers that are currently applied to this cache instance \return <list> [ <variant> nativeControl
cross3d/abstract/abstractscenewrapper.py:65
↓ 2 callersMethod_nativeEnvironmentMapOverride
\remarks return the current scene environment map override \return <variant> nativeMap || None
cross3d/abstract/abstractscene.py:456
↓ 2 callersMethod_nativeFxs
\remarks return a list of the fx that are associated with this object group \sa fxs \return <list> [ <variant> nativeFx, .. ]
cross3d/abstract/abstractcontainer.py:87
↓ 2 callersMethod_nativeLayers
\remarks return a list of the native layers that are currently on this layer group \sa layers \return <list> [ <variant> nativeLayers,
cross3d/abstract/abstractscenelayergroup.py:42
↓ 2 callersMethod_nativeObjects
Implements the AbstractScene._nativeObjects method to return the native objects from the scene :return: list [<Py3dsMax.mxs.Object> nativeObject,
cross3d/maya/mayascene.py:252
↓ 2 callersMethod_nativePropSetOverride
( self )
cross3d/studiomax/studiomaxscenelayer.py:413
↓ 2 callersMethod_objects
\remarks returns a list of all the objects in the scene wrapped as api objects \param getsFromSelection <bool> \param wildcard <string>
cross3d/abstract/abstractscene.py:2040
↓ 2 callersMethod_objectsOfMTypeIter
Maya Helper that returns a iterator of maya objects filtered by objectType. :param objectType: A enum value used to identify objects. .. seeAlso.
cross3d/maya/mayascene.py:129
↓ 2 callersMethod_occludeClipPortions
(self, ClipPortions, occludedPortions)
cross3d/studiomax/mixer/clip.py:254
↓ 2 callersMethod_posCounter
(string, opening = '#(', closing = ')')
cross3d/abstract/abstractuserprops.py:252
↓ 2 callersMethod_removeNativeObjects
Removes the inputed objects from the scene :param nativeObjects: <list> [ <variant> nativeObject, .. ] :return: <bool> success
cross3d/maya/mayascene.py:327
↓ 2 callersMethod_restoreFBXIOPresets
(self)
cross3d/studiomax/studiomaxscene.py:1734
↓ 2 callersMethod_scheduleClose
(self, save=False)
cross3d/abstract/abstractuserprops.py:321
↓ 2 callersMethod_setCachedNativeMaps
\remarks set the currently cached maps for the inputed cache type \param cacheType <cross3d.constants.MapCacheType> \param nativeMaps <lis
cross3d/abstract/abstractscene.py:545
↓ 2 callersMethod_setCachedNativeMaterials
\remarks set the currently cached materials for the inputed cache type \param cacheType <cross3d.constants.MaterialCacheType> \param nat
cross3d/abstract/abstractscene.py:555
↓ 2 callersMethod_setNativeRotationOrder
Sets the transform rotation order for the provided object to the provided value. Args: order: cross3d.constants.RotationOrder enum
cross3d/maya/mayasceneobject.py:366
↓ 2 callersMethod_setNativeUpdatesEnabled
\remarks enables/disables scene updates \param state <bool> \return <bool> success
cross3d/abstract/abstractscene.py:667
↓ 2 callersMethod_setThinkingPropertyController
(self, thinking, prop, controller)
cross3d/studiomax/studiomaxscene.py:2541
↓ 2 callersMethod_setupFBXIOPresets
(self, presetPaths, templatePath, **kwargs)
cross3d/studiomax/studiomaxscene.py:1689
↓ 2 callersMethod_typeOfNativeObject
\remarks [virtual] returns the ObjectType of the nativeObject applied \param <variant> nativeObject || None \return <bool> success
cross3d/abstract/abstractsceneobject.py:721
↓ 2 callersMethod_wildcardToRegex
Convert a * syntax wildcard string into a parsable regular expression
cross3d/maya/mayaapplication.py:28
↓ 2 callersMethodactiveProperties
Return a list of the active property names for this prop set :return: a list of strings (propnames)
cross3d/abstract/abstractscenepropset.py:48
↓ 2 callersMethodaltMaterialAt
Retrieve the alternate material at the inputed index :param index: int :return: :class:`cross3d.SceneMaterial` or None
cross3d/abstract/abstractscenelayer.py:138
↓ 2 callersMethodaltPropSetAt
Retrive the alternate SceneObjectPropSet at the inputed index :return: :class:`cross3d.SceneObjectPropSet` or None
cross3d/abstract/abstractscenelayer.py:198
↓ 2 callersMethodboundingBox
Returns a blur3d.lib.cartesian.BoundingBox object representing the bounding box of the SceneObject.
cross3d/abstract/abstractsceneobject.py:198
↓ 2 callersMethodconnectCallback
Connects a single callback. This allows cross3d to only have to respond to callbacks that tools actually need, instead of all callbacks. C
cross3d/maya/mayaapplication.py:59
↓ 2 callersMethodcontains
(self, frameRange)
cross3d/classes/framerange.py:68
↓ 2 callersMethodconvert
(self, output)
cross3d/classes/filesequence.py:361
↓ 2 callersMethodcreate
( cls, object )
cross3d/studiomax/_Py3dsMax_setup/site-packages/mxscustattribdef.py:115
↓ 2 callersMethodcreateCamera
Creates a new camera in the scene. Args: name (str): The name of the camera. Defaults to 'Camera' type (str): the type of camera. Defaults
cross3d/abstract/abstractscene.py:1612
↓ 2 callersMethodcurrentFileName
\remarks returns the current filename for the scene that is active in the application \return <str>
cross3d/abstract/abstractscene.py:1014
↓ 2 callersMethodcustomProperties
(self)
cross3d/studiomax/studiomaxscene.py:91
↓ 2 callersMethodcustomProperty
\remarks return a custom property in the scene with the given key \return <variant>
cross3d/abstract/abstractscene.py:1700
↓ 2 callersMethodcustomProperty
Finds the key with the provided name and returns a custom Property. If the key is not found it returns None. :rtype: :class:`DSOCustPropert
cross3d/migrate/dsofile.py:87
↓ 2 callersFunctiondebugObjectString
(object, msg)
cross3d/__init__.py:61
↓ 2 callersMethoddeleteProperty
\remarks implements the AbstractSceneObject.deleteProperty that deletes a property of this object. \return <bool> success
cross3d/softimage/softimagesceneobject.py:169
↓ 2 callersMethoddisconnect
\remarks All disconnections to software callbacks should be handled through this function. It will be responsible for dynamicly creating callbacks
cross3d/classes/dispatch.py:154
↓ 2 callersMethoddisplayName
(self)
cross3d/maya/mayascenemodel.py:80
↓ 2 callersMethodenvironmentType
(self)
cross3d/studiomax/studiomaxsceneatmospheric.py:37
↓ 2 callersFunctionescape
(data, entities={})
cross3d/migrate/XML/minidom.py:15
↓ 2 callersMethodfilmWidth
(self)
cross3d/abstract/abstractscenecamera.py:226
← previousnext →201–300 of 2,316, ranked by callers