Reply To: It looks like import to console is no longer supported by blender.

Forum Archive It looks like import to console is no longer supported by blender. Reply To: It looks like import to console is no longer supported by blender.

#70685
Glenn Lewis
Participant

    Now, in Blender 4.02, this seems to work in the console:

    m = D.texts['rename.py'].as_module()
    m.rename_selected('New Name')