Hey,
I know its not officially out yet but I’ve switched over to 2.5 and am trying to grasp some of the changes in how python is implemented. All of the modules and code that I was just getting familiar with is now gone:) I’m trying to get back to just writing basic code that creates objects within the scene but its saying modules aren’t valid and commands that are in the API don’t exist…
for example:
if I’d just like to create an empty within the scene and type–
newEmpty = OBJECT_OT_object_add(type=‘EMPTY’)
it comes back to me and says that “name OBJECT_OT_object_add is not defined”
i thought that meant I wasn’t including the proper module but it keeps saying that bpyoperator and rna modules don’t exist.
would someone mind posting a simple script that creates an object in the scene so I can see how the basics have changed and then move from there?
Thanks!! --Ryan