Small Blender Things
Customizing Blender with Python and OSL
Weightlifter Watershed Demo
›
I just uploaded a new version of my WeightLifter add-on to BlenderMarket . The video gives a short impression of the new watershed mode. You...
Performance of ray casting in Blender Python
›
The Python API for ray casts on objects and scenes was changed in a breaking manner in Blender 2.77 . And because several of my add-ons depe...
Floor boards add-on: another small feature
›
Again prompted by a question I added a feature to guarantee minimum plank lengths at the sides when using random plank lengths, to mimic re...
1 comment:
Calculating the number of connections in a tree, or why numpy is awesome but a good algorithm even more so
›
the issue imagine you are creating trees, either pure data structures or ones that try to mimic real trees, and that you are interested in...
Floor boards add-on: minor feature added
›
Prompted by a question from Trevor I added a Restricted random mode to the uv randomization. It still randomizes the position of planks on...
1 comment:
random vertex colors using Numpy
›
The bit of research presented in a previous article was not completely academical: speed improvements using Numpy are very welcome when for...
3 comments:
Copying vertices to Numpy arrays in Blender
›
If you want to do a lot of mathematical work on very large Blender meshes using plain Python might be too slow. Fortunately Blender comes bu...
6 comments:
‹
›
Home
View web version