Tomoyon / makehuman

Automatically exported from code.google.com/p/makehuman
0 stars 0 forks source link

r1883 - POV-Ray export unavailable after renaming _povray.py to povray.py #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout r1883
2. scons
3. cd plugins
4. cp _povray.py povray.py
5. cd ..
6. mkdir pov_output
7. ./makehuman

What is the expected output? What do you see instead?

./makehuman 
No antialiasing available, turning off antialiasing.
Version 1.0.0
Traceback (most recent call last):
  File "./core/gui3d.py", line 653, in onResizedCallback
    self.callEvent('onResized', event)
  File "./core/events3d.py", line 93, in callEvent
    getattr(self, eventType)(event)
  File "main.py", line 407, in onResized
    self.upperbar.mesh.resize(event[0], 32)
AttributeError: MHApplication instance has no attribute 'upperbar'
Color 0 ([0, 0, 0]) not found
not a clickable zone
Traceback (most recent call last):
  File "./core/gui3d.py", line 637, in onKeyDownCallback
    self.currentTask.callEvent('onKeyDown', event)
AttributeError: 'NoneType' object has no attribute 'callEvent'
Traceback (most recent call last):
  File "./core/gui3d.py", line 644, in onKeyUpCallback
    self.currentTask.callEvent('onKeyUp', event)
AttributeError: 'NoneType' object has no attribute 'callEvent'
Traceback (most recent call last):
  File "./core/gui3d.py", line 644, in onKeyUpCallback
    self.currentTask.callEvent('onKeyUp', event)
AttributeError: 'NoneType' object has no attribute 'callEvent'
Traceback (most recent call last):
  File "./core/gui3d.py", line 644, in onKeyUpCallback
    self.currentTask.callEvent('onKeyUp', event)
AttributeError: 'NoneType' object has no attribute 'callEvent'
Shortcuts imported
Hair chooser loaded
makehair plugin
Storing mesh status
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/envlight.slx
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/bakelightmap.slx
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/skinbump.slx
... 
/home/haakon/makehuman/renderman_output/ribFiles/shaders/scatteringtexture.slx
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/mixer.slx
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/cornea.slx
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/eyeball.slx
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/hair.slx
POV-Ray Export Parameter File
povray imported
Could not load povray
getCategory() takes at most 3 arguments (4 given)
... /home/haakon/makehuman/renderman_output/ribFiles/shaders/skin2.slx
Settings imported
hair properties imported
hair properties loaded
Rendering setting imported
Random imported
Asymm loaded
Asymm loaded
Texture chooser loaded
Pose plugin imported
pose loaded
Ethnics imported
Expression imported
Expression loaded
('setFocus', <gui3d.Slider instance at 0x9f2e74c>)
updated 15340 vertices

What version of the product are you using? On what operating system?

r1883 on Kubuntu 10.10

Original issue reported on code.google.com by haakon.e...@gmail.com on 31 Jan 2011 at 10:33

GoogleCodeExporter commented 8 years ago

Original comment by mflerack...@gmail.com on 1 Feb 2011 at 1:51

GoogleCodeExporter commented 8 years ago

Original comment by mflerack...@gmail.com on 1 Feb 2011 at 10:11