-
Notifications
You must be signed in to change notification settings - Fork 12
Useful Links
cnlbob edited this page May 9, 2015
·
2 revisions
The following links will primarily be of interest to CellBlender developers (and not users).
Blender and Python coding conventions:
Blender Python API Documentation:
- Formal Documentation
- Blender Scripts Cookbook - Useful, but somewhat out-of-date
- Interface - Very useful
Ensuring CellBlender is compatible with future versions of Blender:
- Blender Release Cycle
- Newer/Experimental builds of Blender - In case you don't feel like building it yourself
- Building Blender
Help from the community:
- Blender Artists forum - Specifically the Python section
- Developer Chat - #blendercoders on IRC
Tutorials:
- MCell and CellBlender - Intended for users, but likely useful to new developers who aren't yet familiar with CellBlender or MCell
- Blender 3D: Noob to Pro - Python scripting section
- Blender Addons - Check out "Python Scripting Tutorials"
Miscellaneous:
- Blender's MVC model - Not "required" reading, but interesting technical information
- Git Documentation
- MCell Quick Reference Guide
- CellBlender Data Model