Well, in Blender, how can I create a new material, assign it to the current object, create an image texture and assign it and then open an image for it (and also open the image in the UV/Image Editor)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest reading the Blender API Python Cookbook on the Blender wiki. It has sections for each of the features that you want with code examples.