Month: August 2015

Blender Add-ons and source code documentation – Part 4

Finally figured out how to change the text of a textfield after clicking a button!  Explanation here:  Change text when clicking a button

And now that I got widgets that can talk to each other more-or-less, I’m ending this intro series, and going to proceed to start creating the real Add-on.  I’m currently calling it MegaRend, and it’s going to be a Network Render.

–Shaun

Blender Add-ons and source code documentation – Part 1

As I get further and further into Blender, I’m now going to be documenting what I am working on, in the hopes that others can quickly and easily learn different aspects of this amazing program.

So for part 1 in this series, I have two things:

  1.  Editor Types and Properties Icons – variables and their values:  https://ontheothersideofthefirewall.wordpress.com/blender-module-writing-part-1-editor-types-and-properties-icons/
  2. Source Code files and their usage:  https://ontheothersideofthefirewall.wordpress.com/blender-source-code-reference-descriptions/

–Shaun