I get a error in my ASE Exporter. In the old Blender version it worked.
objs = Blender.getCurrentScene().objects
Error:
Traceback (most recent call last):
File "ExportASE.py", line 370, in ?
AttributeError: 'module' object has no attribute 'getCurrentScene'
i have no idea to transform this code to the new blender/python api.
Thanks for your help.
The interpreter still gets a error when i call:
| Code: |
scene = Blender.Scene.GetCurrent()
File "ExportASE.py", line 372, in ?
AttributeError: 'module' object has no attribute 'GetCurrent'
|
[/code]
oh im so stupid ;o) have to write get not Get.
Thanks for help
Hello, I am writing an ASE importer, Its works about 90% so far, have a little way to go.
Mabe we could share code?
Oh hi,
sorry but this is not my ASE Exporter, im just trying to convert the old ASE Exporter to the new Blender Version.
Here is the E-Mail Adress from the writer of ASE Export:
andrewc@piffle.org
Here you can download the exporter:
http://www.piffle.org/3d/ase-export-filter.html