Questions tagged as 'blender'

1
answer

How can I activate an object in Blender with Python

From a Python script I want to activate an object in order to enter editing mode and edit it. To select the desired object I use bpy.context.scene.objects["Nombre_objeto"].select = True # (1) What happens is that if before selecting the ob...
asked by 30.04.2018 / 18:55
1
answer

Create own materials to objects from Python

People, what I want is to create own materials to each object so that when modifying some property of the material, it does not do it in more than one object. What happens is that all the materials created assign them to only one object, the fir...
asked by 31.05.2018 / 18:54
0
answers

In Blender, how to save object properties in key-frames with python

When I change the material of an object as I can save that action in a keyframe, since the idea is that during the animation the objects change material repeatedly. The materials have color and transparency data. This from a script in Python lan...
asked by 10.05.2018 / 21:04
0
answers

Ogre does not take the materials correctly

in blender I made a model with several textures to give the depth effect (version of blender 2.69) and then export (exporter of ogre version 0.6.0), but when I load it in ogre it is very badly loaded, I do not know It combines the materials well...
asked by 25.05.2017 / 20:14