Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/DRW_render.h
| Show First 20 Lines • Show All 611 Lines • ▼ Show 20 Lines | DrawData *DRW_drawdata_ensure(ID *id, | ||||
| DrawEngineType *engine_type, | DrawEngineType *engine_type, | ||||
| size_t size, | size_t size, | ||||
| DrawDataInitCb init_cb, | DrawDataInitCb init_cb, | ||||
| DrawDataFreeCb free_cb); | DrawDataFreeCb free_cb); | ||||
| void **DRW_duplidata_get(void *vedata); | void **DRW_duplidata_get(void *vedata); | ||||
| /* Settings */ | /* Settings */ | ||||
| bool DRW_object_is_renderable(const struct Object *ob); | bool DRW_object_is_renderable(const struct Object *ob); | ||||
| bool DRW_object_is_in_edit_mode(const struct Object *ob); | |||||
| int DRW_object_visibility_in_active_context(const struct Object *ob); | int DRW_object_visibility_in_active_context(const struct Object *ob); | ||||
| bool DRW_object_is_flat_normal(const struct Object *ob); | bool DRW_object_is_flat_normal(const struct Object *ob); | ||||
| bool DRW_object_use_hide_faces(const struct Object *ob); | bool DRW_object_use_hide_faces(const struct Object *ob); | ||||
| bool DRW_object_is_visible_psys_in_active_context(const struct Object *object, | bool DRW_object_is_visible_psys_in_active_context(const struct Object *object, | ||||
| const struct ParticleSystem *psys); | const struct ParticleSystem *psys); | ||||
| struct Object *DRW_object_get_dupli_parent(const struct Object *ob); | struct Object *DRW_object_get_dupli_parent(const struct Object *ob); | ||||
| ▲ Show 20 Lines • Show All 66 Lines • Show Last 20 Lines | |||||