Game Development Community

...

by Redacted · in Artist Corner · 01/26/2006 (1:03 pm) · 32 replies

...

About the author

Recent Threads

  • ...
  • ...
  • ...
  • ...
  • ...
  • Page«First 1 2 Next»
    #21
    02/12/2006 (2:52 am)
    There is an error in the script InstallScripts.sh for linux :

    if ( p -Rfv Dts_Blender.py ....

    the correct syntax is :

    if ( cp -Rfv Dts_Blender.py ...
    #22
    02/12/2006 (3:04 am)
    On linux with blender version 2.37a i got the folowing error when I try to export the blender model provided in Torque_Exporter_90.zip.

    Dumping output to console
    Exception exceptions.AttributeError: "DtsStream instance has no attribute 'buffer8'" in > ignored
    Traceback (most recent call last):
    File "/home/pc/.blender/scripts/Common_Gui.py", line 908, in button_event
    c.onAction(evt, curMousePos, -1)
    File "/home/pc/.blender/scripts/Common_Gui.py", line 348, in onAction
    control.onAction(evt, newpos, value)
    File "/home/pc/.blender/scripts/Common_Gui.py", line 133, in onAction
    if self.callback: self.callback(self)
    File "", line 968, in guiBaseCallback
    File "", line 774, in export
    File "/home/pc/.blender/scripts/Common_Gui.py", line 817, in update
    self.cProgress += self.stack[-1][1]
    IndexError: list index out of range



    I know that you recomand Blender 2.40 but with ubuntu it does not work ... It is not available at this moment in the automatic update of ubuntu. I try to install it but I get errors with missing python library ....
    #23
    02/12/2006 (1:15 pm)
    ...
    #24
    02/12/2006 (4:58 pm)
    Did anybody noticed that the plugin in Blender 2.41 sometimes works incorrectly (does not export and Blender shows generic error message) on AMD64?
    #25
    02/12/2006 (5:29 pm)
    ...
    #26
    02/12/2006 (5:55 pm)
    Oops, never mind, that was my bad Python installation, just found that, soory for the alarm...
    I was just misleaded by posts in the Blender forums about problems with AMD64.

    FYI, I'm running it on Win XP SP2 32bit.
    #27
    02/12/2006 (10:51 pm)
    Ok joseph

    where can I download the previous version of the DTS exporter , e.g. : version 0.87 ?
    #28
    02/12/2006 (11:11 pm)
    ...
    #29
    02/12/2006 (11:58 pm)
    Thanks joseph, dts exporter works again with blender 2.37a .

    I should wait for the upgrade of ubuntu now ...

    :)
    #30
    02/16/2006 (3:20 am)
    @Joseph

    Quote:
    You need at least Blender 2.40 to use the 0.90 version of the exporter. Too much has changed in the Blender Python API, as well in the Python language itself between Python 2.3 and 2.4. It wasn't really practical to wrap all the code in version checks. You could try Debian or Fedora, or just wait for Ubuntu to upgrade their system.

    Joseph,

    The ubuntu version with blender 2.40 is available. I have installed it.
    $ blender --version
    Blender 2.40

    I have installed the last version of DTS exporter 0.90

    And I try to do an export with the model provided : .../Torque_Exporter_90/example.blend

    The export function crashes and I get the folowing error message in the linux windows :
    $ blender -windows
    Using Python version 2.4
    Dumping output to file '/home/pc/Torque_Exporter_90/example.log'
    Exporting...
    Dumping output to console
    Exception exceptions.AttributeError: "DtsStream instance has no attribute 'buffer8'" in <bound method DtsStream.__del__ of <DTSPython.Dts_Stream.DtsStream instance at 0xb562becc>> ignored
    Traceback (most recent call last):
      File "Common_Gui.py", line 908, in button_event
        c.onAction(evt, curMousePos, -1)
      File "Common_Gui.py", line 348, in onAction
        control.onAction(evt, newpos, value)
      File "Common_Gui.py", line 133, in onAction
        if self.callback: self.callback(self)
      File "<string>", line 968, in guiBaseCallback
      File "<string>", line 774, in export
      File "Common_Gui.py", line 817, in update
        self.cProgress += self.stack[-1][1]
    IndexError: list index out of range
    #31
    02/16/2006 (3:31 am)
    ...
    #32
    02/16/2006 (4:11 am)
    Yeeeeeeeeeeees !

    it works !

    thanks Joseph

    you are my hero ....

    ;-)
    Page«First 1 2 Next»