Home
last modified time | relevance | path

Searched refs:ND_CONSTRAINT (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_constraint.c843 RNA_def_property_update(prop, NC_OBJECT | ND_CONSTRAINT, "rna_Constraint_update"); in rna_def_constraint_headtail_common()
892 prop, NC_OBJECT | ND_CONSTRAINT, "rna_ConstraintTarget_dependency_update"); in rna_def_constrainttarget()
898 prop, NC_OBJECT | ND_CONSTRAINT, "rna_ConstraintTarget_dependency_update"); in rna_def_constrainttarget()
925 prop, NC_OBJECT | ND_CONSTRAINT, "rna_ConstraintTarget_dependency_update"); in rna_def_constrainttarget_bone()
931 prop, NC_OBJECT | ND_CONSTRAINT, "rna_ConstraintTarget_dependency_update"); in rna_def_constrainttarget_bone()
960 RNA_def_property_update(prop, NC_OBJECT | ND_CONSTRAINT, "rna_Constraint_update"); in rna_def_constraint_childof()
965 RNA_def_property_update(prop, NC_OBJECT | ND_CONSTRAINT, "rna_Constraint_update"); in rna_def_constraint_childof()
970 RNA_def_property_update(prop, NC_OBJECT | ND_CONSTRAINT, "rna_Constraint_update"); in rna_def_constraint_childof()
975 RNA_def_property_update(prop, NC_OBJECT | ND_CONSTRAINT, "rna_Constraint_update"); in rna_def_constraint_childof()
980 RNA_def_property_update(prop, NC_OBJECT | ND_CONSTRAINT, "rna_Constraint_update"); in rna_def_constraint_childof()
[all …]
H A Drna_pose.c589 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_ADDED, id); in rna_PoseChannel_constraints_new()
615 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_REMOVED, id); in rna_PoseChannel_constraints_remove()
637 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT, ob); in rna_PoseChannel_constraints_move()
650 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_ADDED, id); in rna_PoseChannel_constraints_copy()
H A Drna_object.c1465 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_ADDED, object); in rna_Object_constraints_new()
1490 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_REMOVED, object); in rna_Object_constraints_remove()
1500 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_REMOVED, object); in rna_Object_constraints_clear()
1516 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT, object); in rna_Object_constraints_move()
1525 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_ADDED, object); in rna_Object_constraints_copy()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_constraint.c862 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, NULL); in stretchto_reset_exec()
917 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, NULL); in limitdistance_reset_exec()
994 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in childof_set_inverse_exec()
1043 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in childof_clear_inverse_exec()
1166 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in followpath_path_animate_exec()
1247 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in objectsolver_set_inverse_exec()
1303 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in objectsolver_clear_inverse_exec()
1440 WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT, ob); in ED_object_constraint_move_to_index()
1558 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in constraint_move_down_exec()
1613 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in constraint_move_up_exec()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/
H A DWM_types.h359 #define ND_CONSTRAINT (26 << 16) macro
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Dspace_outliner.c163 case ND_CONSTRAINT: in outliner_main_region_listener()
H A Doutliner_tools.c1256 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in constraint_fn()
1261 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in constraint_fn()
1280 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT | NA_REMOVED, ob); in constraint_fn()
H A Doutliner_select.c813 WM_event_add_notifier(C, NC_OBJECT | ND_CONSTRAINT, ob); in tree_element_active_constraint()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_buttons/
H A Dspace_buttons.c723 case ND_CONSTRAINT: in buttons_area_listener()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dspace_view3d.c867 case ND_CONSTRAINT: in view3d_main_region_listener()