hi, can you people help me?, i am new on blender pytohn i am tryng to build some primites by my self, but i cant.
The problem is when i tryng to build a cylinder the verts doesnt follow the correct way of creation, or that is what i think, so then i can not build the faces of the cilinder.
plz help,
the information will help to create cylinder that follows instructcion from an l-system parser
Well, the vertices should actually be sorted in the order they were created (starting with 0 of course).
maybe you are giving the parameters to the face-creation in the wrong order (it matters if you are using 4 sided polys).
How about you just post that bit of code here…
P.S.: The message-subject could be a bit more descriptive, too.
P.S.: The message-subject could be a bit more descriptive, too.
Nobody ever reads topics titled simply “HELP”, no matter how many exclamation points.
thx, but some times i am a dont have many patient; i have solve the problem; the script is going well.
The scripts is about to create trees and plants using l-system; i have already write the functions that read the differents kinds of l-system and i have 16 different l-system to create plants and trees.
i am now doing the functions that creates cylinder that going to work as the trunk and the steams.
Also i have modified the function that read the l-system to can read an different kind of production wich simulates ecosystems.
well when i done with some images i will poste.
thx agains!!!