Running Scripts in Darkradiant: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
add troubleshooting |
mirror on bloodgate.com |
||
| Line 23: | Line 23: | ||
== Example scripts == | == Example scripts == | ||
* [http:// | By '''rich_is_bored''': | ||
* [http://bloodgate.com/mirrors/tdm/pub/scripts/ase_export.py ASE Exporter] | |||
== See also == | == See also == | ||
* [[DarkRadiant_Script_Reference|Darkradiant Python Script Reference]] | * [[DarkRadiant_Script_Reference|Darkradiant Python Script Reference]] | ||
Scripts for Blender: | |||
* [http://bloodgate.com/mirrors/tdm/pub/scripts/import_ase.py ASE Import for Blender] | |||
{{editing}} | {{editing}} | ||
Revision as of 06:35, 30 June 2010
DarkRadiant is offering a Python script interface which provides access to the most important functions. A complete reference of all available classes can be found here.
Where to place the scripts
Windows
Darkradiant\scripts\commands
Linux
/usr/lib/darkradiant/scripts/commands/
How to run them
Select them under the "Scripts" menu and choose the one you want to run.
Troubleshooting
I don't have a script menu?
It seems you either have Python not installed, or the script module is not compiled in. Solution: Unknown.
Example scripts
By rich_is_bored:
See also
Scripts for Blender: