26 May 2017 20:17
In my blend file I did tried to change the material with
var group_5 = m_scenes.get_object_by_name('group_10.002', m_scenes.DATA_ID_ALL);
m_mat.set_nodemat_rgb(group_5, ["mat_node_rgb", "RGB"], 0, 1, 0);
but I get
The type of the object "group_10.002" is not "MESH" or it is not dynamic.
Any idea please ?
var group_5 = m_scenes.get_object_by_name('group_10.002', m_scenes.DATA_ID_ALL);
m_mat.set_nodemat_rgb(group_5, ["mat_node_rgb", "RGB"], 0, 1, 0);
but I get
The type of the object "group_10.002" is not "MESH" or it is not dynamic.
Any idea please ?