Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_opdefines.c
| Context not available. | |||||
| {"y_segments", BMO_OP_SLOT_INT}, /* number of y segments */ | {"y_segments", BMO_OP_SLOT_INT}, /* number of y segments */ | ||||
| {"size", BMO_OP_SLOT_FLT}, /* size of the grid */ | {"size", BMO_OP_SLOT_FLT}, /* size of the grid */ | ||||
| {"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}, /* calculate default UVs */ | |||||
| {{'\0'}}, | {{'\0'}}, | ||||
| }, | }, | ||||
| /* slots_out */ | /* slots_out */ | ||||
| Context not available. | |||||
| {"v_segments", BMO_OP_SLOT_INT}, /* number of v segment */ | {"v_segments", BMO_OP_SLOT_INT}, /* number of v segment */ | ||||
| {"diameter", BMO_OP_SLOT_FLT}, /* diameter */ | {"diameter", BMO_OP_SLOT_FLT}, /* diameter */ | ||||
| {"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}, /* calculate default UVs */ | |||||
| {{'\0'}}, | {{'\0'}}, | ||||
| }, | }, | ||||
| /* slots_out */ | /* slots_out */ | ||||
| Context not available. | |||||
| {{"subdivisions", BMO_OP_SLOT_INT}, /* how many times to recursively subdivide the sphere */ | {{"subdivisions", BMO_OP_SLOT_INT}, /* how many times to recursively subdivide the sphere */ | ||||
| {"diameter", BMO_OP_SLOT_FLT}, /* diameter */ | {"diameter", BMO_OP_SLOT_FLT}, /* diameter */ | ||||
| {"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}, /* calculate default UVs */ | |||||
| {{'\0'}}, | {{'\0'}}, | ||||
| }, | }, | ||||
| /* slots_out */ | /* slots_out */ | ||||
| Context not available. | |||||
| {"diameter2", BMO_OP_SLOT_FLT}, /* diameter of the opposite */ | {"diameter2", BMO_OP_SLOT_FLT}, /* diameter of the opposite */ | ||||
| {"depth", BMO_OP_SLOT_FLT}, /* distance between ends */ | {"depth", BMO_OP_SLOT_FLT}, /* distance between ends */ | ||||
| {"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}, /* calculate default UVs */ | |||||
| {{'\0'}}, | {{'\0'}}, | ||||
| }, | }, | ||||
| /* slots_out */ | /* slots_out */ | ||||
| Context not available. | |||||
| {"segments", BMO_OP_SLOT_INT}, | {"segments", BMO_OP_SLOT_INT}, | ||||
| {"diameter", BMO_OP_SLOT_FLT}, /* diameter of one end */ | {"diameter", BMO_OP_SLOT_FLT}, /* diameter of one end */ | ||||
| {"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}, /* calculate default UVs */ | |||||
| {{'\0'}}, | {{'\0'}}, | ||||
| }, | }, | ||||
| /* slots_out */ | /* slots_out */ | ||||
| Context not available. | |||||
| /* slots_in */ | /* slots_in */ | ||||
| {{"size", BMO_OP_SLOT_FLT}, /* size of the cube */ | {{"size", BMO_OP_SLOT_FLT}, /* size of the cube */ | ||||
| {"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}, /* calculate default UVs */ | |||||
| {{'\0'}}, | {{'\0'}}, | ||||
| }, | }, | ||||
| /* slots_out */ | /* slots_out */ | ||||
| Context not available. | |||||