Change scenes
21 October 2017 10:23
23 October 2017 16:19
23 October 2017 18:33
24 October 2017 19:42
Test it possibly so:
It may be m_scenes.set_active() a name may be his parameter only. (I am not a programmer)
var scenes = m_scenes.get_all_scenes();
var scene_names = [];
for (var i = 0; i < scenes.length; i++)
scene_names.push(scenes[i]["name"]);
It may be m_scenes.set_active() a name may be his parameter only. (I am not a programmer)
http://blender.hu Hungary Blender Community Site
24 October 2017 21:36
I'm sorry, stewet, this code does not work, the method (get_all_scenes) does not exist, there is (get_scenes ()), this method is already a list, it could be accessed by name or by index, I tried it with a loop but it does not work.
Regards.
P.S. I'm not a programmer, I'm an amateur, it's my hobby.
Regards.
P.S. I'm not a programmer, I'm an amateur, it's my hobby.
25 October 2017 11:05
25 October 2017 20:48