Skip to content

chebhou/Text-from-to-.XML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Text from/to .XML

blender addon to export/import text objects as .XML file

the addon is useful when you need to edit a lot of text objects externaly , you can export them to .xml file and edit them then synchronize them with the import function (no other properties will be changed only the body "content" of the text object is updated )

  • all text objects from all scenes are exported
  • the .xml fil will have the following structure :
<?xml version="1.0" ?>
<data>
	<scene name="Scene">
		<object name="Text.002">Text</object>
		<object name="Text.001">Text</object>
		<object name="Text">Text</object>
	</scene>
	<scene name="Scene.001">
		<object name="Text.005">Text</object>
		<object name="Text.004">Text</object>
		<object name="Text.003">Text</object>
	</scene>
</data>

Using the addon :

  • hit Space and type "text from" and select "text from-to xml"

OR

  • go to File-->Import/Export-->text from-to xml

  • choose wether to export or import from the tools panel :

image

About

blender addon to export/import text objects as .XML file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages