== Array modifier upgrade ==
Upgraded the Array modifier to allow the user to specify start and end cap objects. This makes arrays more flexible and more useful for creating subsurf cages. The cap objects are added at the start and end of the array, and will be auto-merged with the rest of the array if the 'Merge' button is on. Examples at: - http://members.optusnet.com.au/~bbatt/tentacle01-endcaps.blend - http://members.optusnet.com.au/~bbatt/arraytest06.blend - http://members.optusnet.com.au/~bbatt/arraytest07.blend
This commit is contained in:
@@ -137,6 +137,7 @@ extern void do_ipobuts(unsigned short event); // drawipo.c (bad! ton)
|
||||
/* butspace.c */
|
||||
void test_meshpoin_but(char *name, struct ID **idpp);
|
||||
void test_obpoin_but(char *name, struct ID **idpp);
|
||||
void test_meshobpoin_but(char *name, struct ID **idpp);
|
||||
void test_scenepoin_but(char *name, struct ID **idpp);
|
||||
void test_matpoin_but(char *name, struct ID **idpp);
|
||||
void test_scriptpoin_but(char *name, struct ID **idpp);
|
||||
|
||||
Reference in New Issue
Block a user