Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_transverts.h
| Context not available. | |||||
| #define __ED_TRANSVERTS_H__ | #define __ED_TRANSVERTS_H__ | ||||
| struct Object; | struct Object; | ||||
| struct bContext; | |||||
| typedef struct TransVert { | typedef struct TransVert { | ||||
| float *loc; | float *loc; | ||||
| Context not available. | |||||
| void ED_transverts_update_obedit(TransVertStore *tvs, struct Object *obedit); | void ED_transverts_update_obedit(TransVertStore *tvs, struct Object *obedit); | ||||
| void ED_transverts_free(TransVertStore *tvs); | void ED_transverts_free(TransVertStore *tvs); | ||||
| bool ED_transverts_check_obedit(Object *obedit); | bool ED_transverts_check_obedit(Object *obedit); | ||||
| void ED_transverts_randomize(Object *ob, bool x, bool y, bool z, float amp, int freq); | |||||
| int ED_transverts_obedit_poll(struct bContext *C); | |||||
| /* currently only used for bmesh index values */ | /* currently only used for bmesh index values */ | ||||
| enum { | enum { | ||||
| Context not available. | |||||