Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_view3d.h
| Show First 20 Lines • Show All 359 Lines • ▼ Show 20 Lines | |||||
| /* unused */ | /* unused */ | ||||
| #if 0 | #if 0 | ||||
| void ED_view3d_operator_properties_viewmat(struct wmOperatorType *ot); | void ED_view3d_operator_properties_viewmat(struct wmOperatorType *ot); | ||||
| void ED_view3d_operator_properties_viewmat_set(struct bContext *C, struct wmOperator *op); | void ED_view3d_operator_properties_viewmat_set(struct bContext *C, struct wmOperator *op); | ||||
| void ED_view3d_operator_properties_viewmat_get(struct wmOperator *op, int *winx, int *winy, float persmat[4][4]); | void ED_view3d_operator_properties_viewmat_get(struct wmOperator *op, int *winx, int *winy, float persmat[4][4]); | ||||
| #endif | #endif | ||||
| /* render */ | /* render */ | ||||
| void ED_view3d_shade_update(struct Main *bmain, struct View3D *v3d, struct ScrArea *sa); | void ED_view3d_shade_update(struct Main *bmain, struct Scene *scene, struct View3D *v3d, struct ScrArea *sa); | ||||
| #endif /* __ED_VIEW3D_H__ */ | #endif /* __ED_VIEW3D_H__ */ | ||||