Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_curve_types.h
| Context not available. | |||||
| short type; | short type; | ||||
| short mat_nr; /* index into material list */ | short mat_nr; /* index into material list */ | ||||
| short hide, flag; | short hide, flag; | ||||
| short pntsu, pntsv; /* number of points in the U or V directions */ | int pntsu, pntsv; /* number of points in the U or V directions */ | ||||
| short pad[2]; | |||||
| short resolu, resolv; /* tessellation resolution in the U or V directions */ | short resolu, resolv; /* tessellation resolution in the U or V directions */ | ||||
| short orderu, orderv; | short orderu, orderv; | ||||
| short flagu, flagv; | short flagu, flagv; | ||||
| Context not available. | |||||