Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_group.h
| Context not available. | |||||
| struct Group *BKE_group_object_find(struct Group *group, struct Object *ob); | struct Group *BKE_group_object_find(struct Group *group, struct Object *ob); | ||||
| bool BKE_group_object_exists(struct Group *group, struct Object *ob); | bool BKE_group_object_exists(struct Group *group, struct Object *ob); | ||||
| bool BKE_group_is_animated(struct Group *group, struct Object *parent); | bool BKE_group_is_animated(struct Group *group, struct Object *parent); | ||||
| bool BKE_check_object_instances_group_recursive(struct Object *object, struct Group *group); | |||||
| bool BKE_group_link_early_exit_check(struct Group *group, struct Object *object); | |||||
| void BKE_group_tag_recalc(struct Group *group); | void BKE_group_tag_recalc(struct Group *group); | ||||
| void BKE_group_handle_recalc_and_update(struct EvaluationContext *eval_ctx, struct Scene *scene, struct Object *parent, struct Group *group); | void BKE_group_handle_recalc_and_update(struct EvaluationContext *eval_ctx, struct Scene *scene, struct Object *parent, struct Group *group); | ||||
| Context not available. | |||||