Maybe its my ignorance, but how can you select the text above the text editor when it generates commands. I don’t want all the variables associated…so i’d like to be able to grab parts of the python code.
For example…i get this:
bpy.ops.transform.translate(value=(0, 4.28247, 0), constraint_axis=(False, True, False), constraint_orientation=‘GLOBAL’, mirror=False, proportional=‘DISABLED’, proportional_edit_falloff=‘SMOOTH’, proportional_size=1, release_confirm=True)
…and i want to select and copy this:
bpy.ops.transform.translate(value=(0, 4.28247, 0)
Is this even possible or do you have to type out manually what is already written above?
Thanks for any help!