Home
last modified time | relevance | path

Searched refs:do_props (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_armature.h85 void ED_armature_edit_transform(struct bArmature *arm, const float mat[4][4], const bool do_props);
86 void ED_armature_transform(struct bArmature *arm, const float mat[4][4], const bool do_props);
/dports/dns/libidn/libidn-1.35/lib/
H A Dgen-unicode-tables.pl157 $do_props = 1;
161 $do_props = 0;
197 print "Creating property table\n" if ($do_props);
502 if ($do_props) {
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_mball.h61 void BKE_mball_transform(struct MetaBall *mb, const float mat[4][4], const bool do_props);
H A DBKE_curve.h101 const bool do_props,
106 const bool do_props);
H A DBKE_armature.h150 void BKE_armature_transform(struct bArmature *arm, const float mat[4][4], const bool do_props);
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgen-unicode-tables.pl176 $do_props = 1;
181 $do_props = 0;
226 print "Creating property table\n" if ($do_props);
560 if ($do_props) {
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_transform.c617 bool do_props) in apply_objects_internal() argument
819 BKE_armature_transform(arm, mat, do_props); in apply_objects_internal()
828 BKE_mball_transform(mb, mat, do_props); in apply_objects_internal()
833 BKE_curve_transform_ex(cu, mat, true, do_props, scale); in apply_objects_internal()
848 if (do_props) { in apply_objects_internal()
999 const bool do_props = RNA_boolean_get(op->ptr, "properties"); in object_transform_apply_exec() local
1002 return apply_objects_internal(C, op->reports, loc, rot, sca, do_props); in object_transform_apply_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Darmature_edit.c72 void ED_armature_edit_transform(bArmature *arm, const float mat[4][4], const bool do_props) in ED_armature_edit_transform() argument
97 if (do_props) { in ED_armature_edit_transform()
109 void ED_armature_transform(bArmature *arm, const float mat[4][4], const bool do_props) in ED_armature_transform() argument
112 ED_armature_edit_transform(arm, mat, do_props); in ED_armature_transform()
115 BKE_armature_transform(arm, mat, do_props); in ED_armature_transform()
/dports/math/grace/grace-5.1.25/src/
H A Deditpwin.c253 void do_props(EditPoints *ep, int column) in do_props() function
305 do_props(ep, -1); in do_props_cb()
432 do_props(ep, cbs->column); in labelCB()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmball.c612 void BKE_mball_transform(MetaBall *mb, const float mat[4][4], const bool do_props) in BKE_mball_transform() argument
624 if (do_props) { in BKE_mball_transform()
H A Darmature.c482 const bool do_props, in armature_transform_recurse() argument
544 if (do_props) { in armature_transform_recurse()
557 armature_transform_recurse(&bone->childbase, mat, do_props, mat3, scale, bone, arm_mat_inv); in armature_transform_recurse()
562 void BKE_armature_transform(bArmature *arm, const float mat[4][4], const bool do_props) in BKE_armature_transform() argument
571 armature_transform_recurse(&arm->bonebase, mat, do_props, mat3, scale, NULL, NULL); in BKE_armature_transform()
H A Dcurve.c5283 const bool do_props, in BKE_curve_transform_ex() argument
5298 if (do_props) { in BKE_curve_transform_ex()
5308 if (do_props) { in BKE_curve_transform_ex()
5327 if (do_props) { in BKE_curve_transform_ex()
5336 if (do_props) { in BKE_curve_transform_ex()
5347 void BKE_curve_transform(Curve *cu, const float mat[4][4], const bool do_keys, const bool do_props) in BKE_curve_transform() argument
5350 BKE_curve_transform_ex(cu, mat, do_keys, do_props, unit_scale); in BKE_curve_transform()
/dports/net/x11vnc/x11vnc-0.9.16/
H A Dtkx11vnc4369 proc do_props {} {
5369 $menu add command -font $mfont -label "Properties" -command do_props
7302 do_props