Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_opdefines.c
| Context not available. | |||||
| static BMOpDefine bmo_create_monkey_def = { | static BMOpDefine bmo_create_monkey_def = { | ||||
| "create_monkey", | "create_monkey", | ||||
| /* slots_in */ | /* slots_in */ | ||||
| {{"matrix", BMO_OP_SLOT_MAT}, /* matrix to multiply the new geometry with */ | {{"matrix", BMO_OP_SLOT_MAT}, /* matrix to multiply the new geometry with */ | ||||
| {"calc_uvs", BMO_OP_SLOT_BOOL}, | |||||
| {{'\0'}}, | {{'\0'}}, | ||||
| }, | }, | ||||
| /* slots_out */ | /* slots_out */ | ||||
| Context not available. | |||||