Closed GoogleCodeExporter closed 9 years ago
try http://splutterfish.com
Original comment by ultimasw...@gmail.com
on 11 Jan 2011 at 8:51
The BlurTools hosted by splutterfish have nothing to do with this project sadly.
Original comment by instinctvfx@gmail.com
on 17 Jan 2011 at 8:55
Hi there,
I have just updated the downloads and wiki to support the latest code changes.
We had been down for maintenance and upgrades, and it took considerably longer
than anticipated to finish this up.
Sorry for the length, and thanks for the patience.
Eric
Original comment by eric.hul...@gmail.com
on 7 May 2011 at 1:27
Hi Eric,
I can't manage to get it working. I have installed the version of python you
recommend, set write permissions for system32 and installed all the components.
I am able to open the IDE in 3ds max, but can´t run any python scripts. When I
was trying to figure out what could be wrong, I found out these things are not
working properly.
1. Shortcuts for IDE on desktop are not working...when I lookend in to the
path, there it says: "...site-packages\blurdev\runtimes\ide-editor.py"... but
the runtimes folder does not exist...even when I set it to
"...site-packages\blurdev\ide\ideeditor.py", still it does not work...I am only
able to run main.py from this folder.
2. When I try to open IDE with console window opened and browse in menu, I will
get this message..."this implementation does not support subelements....unknown
for qmenubar"....I am also not able to open qt tools directly from the
menu".....so probably the problem is something with qt...I had no previous
instalation of Qt.
3.SDK folder does not exist in "...site-packages\blurdev\resources" foler...is
blurdev.sdk for help somewhere else?
thanks for any ideas.
Jan
Original comment by Jan.Hul...@gmail.com
on 7 May 2011 at 5:49
Hey Jan,
Looks like this is a slightly older version of the blurdev package. I'll
upload a new one tomorrow.
Thats before we migrated the launch scripts to the runtimes/ folder and put the
SDK files in there.
Sorry about that...
What scripts aren't running in 3dsMax? Those should still work.
Eric
Original comment by eric.hul...@gmail.com
on 8 May 2011 at 12:14
For example when I tried to run python_checker I got this:
Traceback (most recent call last):
File "C:\Python26_64\lib\site-packages\blurdev\ide\ideeditor.py", line 314, in documentExec
doc.exec_()
File "C:\Python26_64\lib\site-packages\blurdev\ide\documenteditor.py", line 136, in exec_
blurdev.core.runScript( self.filename() )
File "C:\Python26_64\lib\site-packages\blurdev\cores\studiomaxcore.py", line 192, in runScript
return Core.runScript( self, filename, scope, argv, toolType )
File "C:\Python26_64\lib\site-packages\blurdev\cores\core.py", line 540, in runScript
execfile( filename, scope )
File "C:/blur/dev/offline/code\python\scripts\Utilities\python_checker.py", line 27, in <module>
from win32api import GetFileVersionInfo
ImportError: No module named win32api
Original comment by Jan.Hul...@gmail.com
on 8 May 2011 at 7:50
Ok - Looks like some of the older tools will require the pywin32 DLLs installed
as well.
It thought those were only needed for XSI, but looks like they were used a bit
for Max tools too.
I'll update the install docs - to get those packages, they're 3rd-party python
plugins and can be found here:
[http://sourceforge.net/projects/pywin32/files/pywin32/Build216/pywin32-216.win3
2-py2.4.exe/download pywin32]
Should solve that problem.
Original comment by eric.hul...@gmail.com
on 8 May 2011 at 10:05
Also, not sure if you're using 32 or 64 bit, here's the link for the pywin32
package for Python26 64:
http://sourceforge.net/projects/pywin32/files/pywin32/Build216/pywin32-216.win-a
md64-py2.6.exe/download
Original comment by eric.hul...@gmail.com
on 8 May 2011 at 10:09
thank you very much...it works now...I am using 64 bit.
Original comment by Jan.Hul...@gmail.com
on 8 May 2011 at 11:43
Original issue reported on code.google.com by
eurofigh...@gmail.com
on 24 Jun 2010 at 11:40