Getting object and object name from object id?
11 February 2016 12:47
11 February 2016 15:21
get_object_by_name(name, data_idopt)Data Id is not an Object id . It is a unique identifier for data which was loaded from .json file by data.load() method. It will be different for a same object which is loaded several times. This is an optional parameter an by default it equals zero (for the first loaded json).
You need to know a name of the required object from blend scene. And it should be used in methods like get_object_by_name.