Uses of Class
org.blender.dna.SessionUUID
-
Packages that use SessionUUID Package Description org.blender.dna -
-
Uses of SessionUUID in org.blender.dna
Methods in org.blender.dna that return SessionUUID Modifier and Type Method Description SessionUUID
bPoseChannel_Runtime. getSession_uuid()
Get method for struct member 'session_uuid'.SessionUUID
ModifierData. getSession_uuid()
Get method for struct member 'session_uuid'.SessionUUID
SequenceRuntime. getSession_uuid()
Get method for struct member 'session_uuid'.Methods in org.blender.dna that return types with arguments of type SessionUUID Modifier and Type Method Description CPointer<SessionUUID>
SessionUUID. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type SessionUUID Modifier and Type Method Description void
bPoseChannel_Runtime. setSession_uuid(SessionUUID session_uuid)
Set method for struct member 'session_uuid'.void
ModifierData. setSession_uuid(SessionUUID session_uuid)
Set method for struct member 'session_uuid'.void
SequenceRuntime. setSession_uuid(SessionUUID session_uuid)
Set method for struct member 'session_uuid'.Constructors in org.blender.dna with parameters of type SessionUUID Constructor Description SessionUUID(SessionUUID that)
-