Skip to content

Blender addon to edit text with external text editor such as Emacs. The text will be automatically reloaded if changed on disk.

Notifications You must be signed in to change notification settings

iRi-E/blender_external_text_edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

External Text Edit

"External Text Edit" is a Blender addon to edit text in an external editor, even if the text is internal (not a separate text file).


Installation

  1. Download "external_text_edit.py" file
  2. In User Preferences window, install the addon file and enable it

Setup

If the addon is enabled in the User Preferences window, "Preferences" box will appear just under there.

setup

You can use preset data if the text editor you want to use is listed in the "Preset" menu. Otherwise, you have to manually specify the text editor, command line options, and whether the addon waits the external program terminated or not.

Usage

Start

  1. Open Text Editor in Blender and create new text if no text exists
  2. Select menu Text > External Text Editor > Start

menu

If the text is internal, a temporary file is created.

Edit

  1. Edit the text in the external text edior
  2. Save the text, then the Blender's Text Editor will be updated immediately

edit

Finish

  1. Close the text you are editing in the external text editor
  2. Select menu Text > External Text Editor > Stop

The step 2 above is unnecessary if "Wait for Return" is ON and correctly working. The temporary file created for internal text is deleted automatically.

About

Blender addon to edit text with external text editor such as Emacs. The text will be automatically reloaded if changed on disk.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages