<div dir="ltr"><div><div><div><div>Hi there, I am experimenting with using RNA paths, I would really like a way to access the bps.ops.ui.copy_data-_path_button() from python. however it doesn't look like this is possible. I have also tried using the method path_from_id() with no argument on a number of id blocks but I don't think I understand what this is really used for since it keeps on giving me the following error:<br><br>>>> D.materials['Material'].path_from_id()<br>Traceback (most recent call last):<br>  File "<blender_console>", line 1, in <module><br>ValueError: Material.path_from_id() does not support path creation for this type<br><br></div>I have tried this with other ID blocks but keep getting the same error. <br><br></div>Currently running 2.76 on windows 7 can do a system info dump if that would help.<br><br></div>My current goal is to be able to generate a path to the active object dynamically in python so something like bpy.data.objects['Cube']<br><br></div>Thanks<br></div>