Forum Moderators: Lobo3433
3D Modeling F.A.Q (Last Updated: 2025 Jan 05 8:10 pm)
Freeware 3D Modeling Software Links:
Blender | Trimble Sketchup | Wings 3D | Anim8or | Metasequoia | Clara IO (Browser-based 3d modeler)
Check out the MarketPlace Wishing Well, as a content creator's resource for your next project.
"What 3D Program Should I buy?" Not one person here can really tell you what's best for you, as everyone has their own taste in workflow. Try the demo or learning edition of the program you're interested in, this is the only way to find out which programs you like.
Good work so far. Is there a reason you chose to use cylinders instead of boxes for the body parts? When I run the script currently, it generates the figure from cylinders as expected, although the scale seems extraordinarily large and some clipping occurs in the viewport.
______________________________________
My Store
My Free Models
My Video Tutorials
My CG Animations
Instagram: @luxxeon3d
Facebook: https://www.facebook.com/luxxeon
Thank you for your comments on the script. I use cylinders because they require the most exact control, like rotation. It is difficult to tell if a box is rotated or simply changed width and height. If a cylinder works, everything else will work also. I know there are some problems with the blender script. If you would like to help with that, tell me and I will update with some fixes I have. But my origional question was about mathematical anatimy, not blender python programming.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I am writing cgi script to create humanoid figure. I have assembled primitive objects into a stick figure, using openscad, blender, contextfree. My blender script is at http://www.pasteall.org/73878. I would like math formulas and such, to modify each primitave, for a more realistic body part. The best reference I found was the book "Figure drawing for all it's worth, by Andrew loomis". It shows some proportions, but I need more than this book. Or another way to ask this question is, how to assemble primitaves to make a foot?