geneome

geneome

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Two Errors In the Windows H10 10.0.249.3 Builds April 17, 2009, 9:47 a.m.

Wolfwood
This was noted earlier…

Really? Looks like my searching powers failed me.

edward
At what time did you download it?

I know ykcosmo answered (and he has downloaded it more recently) but I'll mention I downloaded the 32bit about an hour after announcement and the 64 bit about 3 hours after announcement.

Two Errors In the Windows H10 10.0.249.3 Builds April 16, 2009, 11:38 p.m.

Checked the forum and I don't see this posted yet, but on two different machines I'm getting two errors on the 32 and 64 bit Windows builds of 10.0.249.3. This will probably be fixed by tomorrow but I am compelled to mention it so if SESI hasn't noticed then can know it's happening.

1) When starting up I get the following in the console:

*myPath*/houdini/config/IconMapping(95): Missing semi-colon

This one is easy to fix (which I did).

2) When adding a camera then render using Mantra I get the following in the console:

cam1 evalInt: Invalid parameter name trange

Anyone else getting this?

No Python Libraries In Houdini? April 6, 2009, 10:21 p.m.

I think I figured out my problem. It wasn't the _ctypes.lib that's being called but the _ctypes.pyd. Houdini doesn't have it and neither does the 64-bit Python 2.5. So either I'll need to work on compiling my own 64-bit pyd for ctypes or go to 32 bit Houdini and copy the _ctypes.pyd from the 32-bit Python install and throw it in the ctypes folder (which worked). I thought I could take the 64-bit Python 2.6 _ctypes.pyd and use it but it's throwing an error because it's compiled with VC9.