Python Scripting - Blender Tutorial


The Python integration into Blender is an evolving subject. Therefore, all we can give you here just a quick overview of the possibilities of Python in Blender. The new API is closer to the data structure of Blender. It is strongly oriented on what you can visualize in the OopsWindow. There are classes for Scene, Object, Mesh, Curve etc., and functions to connect and create them. - View Tutorial »


submitted: 5 years and 3482 days ago


Tags:connections curves functions python scriptings
Submitted by Guest - 248 Views

Did you like this tut?
We've got 437 more tuts in the
blender tutorial directory »

Did you try out this tut?
Upload and share
your result here »


Similar Blender Tutorials:


Editing Curves - Blender Tutorial

Once a curve is created you can add new segments or edit it in some other ways. Let's talk more about this.


submitted: 5 years and 3485 days ago


About Surfaces - Blender Tutorial

Surfaces are actually an extension of NURBS curves but are still a unique object unto themselves. Whereas a curve produces only one-dimensional interpolation, Surfaces have a second extra dimension of interpolation. The first dimension is U, as for curves, and the second dimension is V.


submitted: 5 years and 3485 days ago


Interior Forces - Blender Tutorial

To create a connection between the vertices of a Soft Body object there have to be forces that hold the vertices together. These forces are effective along the edges in a mesh, the connections between the vertices...


submitted: 5 years and 3485 days ago


Curves and Surfaces - Blender Tutorial

This tutorial is actually a whole chapter dealing with curvses and surfaces in Blender.


submitted: 5 years and 3482 days ago