I want to access shape keys thru python and give values, but I am stuck
Each time I want to run my script, I get the error NoneType Object is not iterable
not shure,
but to have “shapekeys” is not the same like to have “ipo”-curves.
You have to create animation-entries – for example for a
special shapekey you can animate the position - with key “i”
(insert a keyframe – and this autmatically creates an ipo-curve, if there is not already one for this kind of animation)
– and is the ipo-curve (from blender-2.4x) not always part of an “action”?
This is just python telling you that you need to test if your object is “None” before you proceed. You are making the mistake that the object you are referencing actually has shape keys. Even if it does, you still have to check.