Menu

#2 automatically recognize export script in blender

open
nobody
None
5
2004-06-26
2004-06-26
No

If you place the code below at the top of export.py, it
will be automatically recognized and added to the
Export menu of blender, if export.py is saved in the
Blender python scripts directory.

----code below here----
#!BPY

"""
Name: 'Blend2Java'
Blender: 232
Group: 'Export'
"""
----code above here----

(Forgive me for submitting the patch and support
request originally via e-mail)

Discussion


Log in to post a comment.