Home
last modified time | relevance | path

Searched defs:protectflag (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_mode.c96 void protectedTransBits(short protectflag, float vec[3]) in protectedTransBits()
110 static void protectedQuaternionBits(short protectflag, float quat[4], const float oldquat[4]) in protectedQuaternionBits()
165 static void protectedRotateBits(short protectflag, float eul[3], const float oldeul[3]) in protectedRotateBits()
181 short protectflag, float axis[3], float *angle, const float oldAxis[3], float oldAngle) in protectedAxisAngleBits()
231 static void protectedSizeBits(short protectflag, float size[3]) in protectedSizeBits()
H A Dtransform_data.h149 short protectflag; member
H A Dtransform_gizmo_3d.c479 static void protectflag_to_drawflags(short protectflag, short *drawflags) in protectflag_to_drawflags()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_object_types.h296 short transflag, protectflag; member
H A DDNA_action_types.h235 short protectflag; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dobject.c2329 const short protectflag) in BKE_object_tfm_protected_restore()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_edit.c1263 const short protectflag, in view3d_ndof_fly()