Description: blender plugin for generating circular dots Description: (source written/compiled by sylvio sell, 2006 ) Author: Sylvio Sell Email: semmi@maitag.de Website: http://www.maitag.de To give the dots at every circle some individual color there are 3 parameters added! You can define 100 color-indices (ci) that start with 1 (the smallest cirle in center) Every index can have a color and a range. The range will define the amount of circles between actual color-index and the next color-index (ci+1). Hints ----- Currently some problems still exists :/ 1) if you save your blender project, the colors and ranges of the indices will not be saved with 2) if you change the color-index (ci) the range and color will only be refreshed if texture-preview is visable Hope in future versions i can fix these bugs. (A more cleanly way to easy give every circle another color is to use circdot-plugin in stencil-mode above a colorbanded blend-type texture) Compiling --------- linux: simple bmake circdots_rgb.c windows(with lcc-compiler): lcc -o -Ic:\blender\plugins\include circdots_rgb.c lcclnk -dll -nounderscores circdots_rgb.obj c:\blender\plugins\include\tex.def (if an error try to remove last line with "hnoise" in include\tex.def)