Forgot your password?

typodupeerror
Image

Blender 2.49 Scripting 51

Posted by samzenpus
from the read-all-about-it dept.
terrywallwork writes "A few days ago I received an email from Packt Publishing informing me of their new Blender 2.49 Scripting book. I was very interested in reading this book as there are very few Blender books that cover the scripting aspect of Blender 2.49 and Python. So I navigated my way to the packt publishing website and ordered myself the ebook version. They were having a special at the time and I ended up getting a full color ebook for less than £9. If nothing else the price is extremely impressive." Read on for the rest of terrywallwork's review.
Blender 2.49 Scripting
author Michel J. Anders
pages 292
publisher Packt Publishing
rating 7.5/10
reviewer terrywallwork
ISBN 1849510407
summary This book is for users comfortable with Blender as a modeling and rendering tool who want to expand their skills to include Blender scripting
The author is Michel Anders, known as varkenvarken on Blender Artists forum. He is an extremely talented Blender Python scripter and has written many very useful scripts for Blender. Knowing who is behind this book explains a lot about the way this books is constructed.

The teaching approach taken, is to present a series of tasks that need to be achieved and then present sections of scripts that demonstrate the most important concepts and Blender Python code, to allow the tasks to be carried out.

At the beginning of the book a basic explanation of some of the terms and concepts are gone over and a few very simple Blender python commands are demonstrated to do the equivalent of a Blender Hello World script. This beginning part of the book is the only part that really can be classed as beginner level, everything after this has a much steeper learning curve.

Many of the scripts written by Michel are very technically advanced scripts, the same also holds true for this book. Most of the scripts and techniques described within require a very good level of understanding. I debated with myself as to weather it is an Intermediate/Advanced level book, but one thing is certain, if you are a beginning Blender user and your Python knowledge is beginner level, you will struggle to get much from Michel's latest work. I think that to get anything out of this material a very good understanding of Python, Blender and Mathematics (especially vector math and 3D related mathematics) will be required.

Assuming you have the requisite knowledge all the bases of using Blender through Python scripting are covered, for example, setting up materials, ipo manipulation, texture setting, texture nodes and so on. But again very simple things are not covered. To me it seems that it is assumed that you will just read the Blender Python API docs for the very simple things such as how to do rotations and scaling on objects, deleting and adding vertices, etc. You will have to be prepared to get a lot of information from the scripts supplied rather than be spoon fed information.

So if you are very knowledgeable with Blender and Python you will likely find that this book is very handy as it covers ways of scripting and leveraging Blender Python scripting to do some very clever things. I do think it would have been very helpful to have a less steep learning curve but that's a matter of my personal taste.

I am not a Python expert and so this has probably affected my ability to properly appreciate this book, that said I can see that a lot of time and effort has gone into putting this book together, especially given thw fact the Python scripting books for Blender are so few and far between.

It probably hasn't escape most Blender users notice that Blender 2.5 is now currently in Alpha state and it uses completely different scripting model, so stuff learned in this book unfortunately won't transfer to Blender 2.5, as it uses Python 3 and has a completely different API structure.

This book would of been much more relevant if it have been released a year or 2 earlier. Still if you're used Blender 2.49 and need an advanced Blender scripting book, you now have one to read.

I really hope Michel does a Blender 2.6 version when it comes out, and maybe makes it slightly more targeted at beginners and experts, so my head doesn't hurt quite so much.

You can purchase Blender 2.49 Scripting from amazon.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

*

This discussion has been archived. No new comments can be posted.

Blender 2.49 Scripting

Comments Filter:
  • by tbcpp (797625) on Monday June 21 2010, @12:51PM (#32642924)
    There's been talks about that, but one of the big issues is that the language then becomes non-standardized. So if you give me a script, I'll have to install whatever language binding you used, plus any libraries and modules for that language as well. That doesn't sound fun.
  • Re:£9 for a PDF? (Score:4, Informative)

    by Scrameustache (459504) on Monday June 21 2010, @01:45PM (#32643554) Homepage Journal

    The cost of a PDF is intangible. Writing, typesetting, marketing, webhosting. It already happened. It happened once; it’s paid for.

    No, it's not paid for: It's borrowed and owed.

    Millions of copies can be sold with very negligible overhead. It’s nothing but a giant number. Ones and zeros. Costly to produce, but easy to replicate.

    £9 for an e-book is borderline ridiculous in my opinion. I guess some people will buy that, though.

    Millions of copies of a technical book on an (lets face it) obscure product? In magical-thinking land, sure, but in reality there's but a niche market for this item and if he's going to recoup the cost of rent, food and utilities he had to pay during the time it took to research, write and polish the book he has to price it where the numbers will add up to black ink at the bottom line.

    That being said, the line about how nine pounds is a fantastic price is just born out of a habit of seeing computer books go for ridiculously high prices.

  • by PhilHibbs (4537) <snarks@gmail.com> on Monday June 21 2010, @02:04PM (#32643814) Homepage Journal

    Heh, you should try OpenOffice.org basic.

"And remember: Evil will always prevail, because Good is dumb." -- Spaceballs

Working...