DRW: Add access to object dupli parent
This commit is contained in:
@@ -516,6 +516,9 @@ bool DRW_object_use_hide_faces(const struct Object *ob);
|
||||
|
||||
bool DRW_object_is_visible_psys_in_active_context(const struct Object *object, const struct ParticleSystem *psys);
|
||||
|
||||
struct Object *DRW_object_get_dupli_parent(const struct Object *ob);
|
||||
struct DupliObject *DRW_object_get_dupli(const struct Object *ob);
|
||||
|
||||
/* Draw commands */
|
||||
void DRW_draw_pass(DRWPass *pass);
|
||||
void DRW_draw_pass_subset(DRWPass *pass, DRWShadingGroup *start_group, DRWShadingGroup *end_group);
|
||||
|
||||
Reference in New Issue
Block a user