So we can access UI element of blender's python code, but what If I want to inspect, check or study the code of existing operator in blender? Is it accessible anywhere?
Asked
Active
Viewed 363 times
0
But it would be nice to be able to study existing operator and how they work
– Wen-Han Diong May 10 '20 at 13:17bpy.ops.mesh.select_linked()is implemented ineditmesh_select.casMESH_OT_select_linked. – Robert Gützkow May 15 '20 at 22:19