|
Blender V5.0
|
Public Attributes | |
| float | loc [3] |
| float | dloc [3] |
| float | scale [3] |
| float | dscale [3] |
| float | rot [3] |
| float | drot [3] |
| float | quat [4] |
| float | dquat [4] |
| float | rotAxis [3] |
| float | drotAxis [3] |
| float | rotAngle |
| float | drotAngle |
| float | obmat [4][4] |
| float | parentinv [4][4] |
| float | constinv [4][4] |
| float | imat [4][4] |
See struct members from Object in DNA_object_types.h
Definition at line 3894 of file blenkernel/intern/object.cc.
| float ObTfmBack::constinv[4][4] |
Definition at line 3903 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::dloc[3] |
Definition at line 3895 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::dquat[4] |
Definition at line 3898 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::drot[3] |
Definition at line 3897 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::drotAngle |
Definition at line 3900 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::drotAxis[3] |
Definition at line 3899 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::dscale[3] |
Definition at line 3896 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::imat[4][4] |
Definition at line 3904 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::loc[3] |
Definition at line 3895 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::obmat[4][4] |
Definition at line 3901 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::parentinv[4][4] |
Definition at line 3902 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::quat[4] |
Definition at line 3898 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::rot[3] |
Definition at line 3897 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::rotAngle |
Definition at line 3900 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::rotAxis[3] |
Definition at line 3899 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().
| float ObTfmBack::scale[3] |
Definition at line 3896 of file blenkernel/intern/object.cc.
Referenced by BKE_object_tfm_backup(), and BKE_object_tfm_restore().