melazoma Posted July 1, 2008 Share Posted July 1, 2008 Hi all, So I happened upon vray.info's 6/22 entry on a Russian project that brings V-Ray Standalone to Houdini 9 via SOHO. http://www.vray.info/news/article.asp?ID=266 The author's site is completely in Russian, would anyone care to translate the message to English? http://www.xn--d1abb4ane.com/blog/archives/99 I've downloaded the vraytestconnector-08-06-19.zip file on the entry and am poking at it at the moment. Any help is appreciated. Thanks! Quote Link to comment Share on other sites More sharing options...
symek Posted July 1, 2008 Share Posted July 1, 2008 Hi all,So I happened upon vray.info's 6/22 entry on a Russian project that brings V-Ray Standalone to Houdini 9 via SOHO. http://www.vray.info/news/article.asp?ID=266 The author's site is completely in Russian, would anyone care to translate the message to English? http://www.xn--d1abb4ane.com/blog/archives/99 I've downloaded the vraytestconnector-08-06-19.zip file on the entry and am poking at it at the moment. Any help is appreciated. Thanks! VRay? What a nice baking texture opportunity..! Quote Link to comment Share on other sites More sharing options...
CeeGee Posted July 1, 2008 Share Posted July 1, 2008 I install that script and try to render but have problem, with SOHO, script is start render but screen is empty, render script searching for some SOHO DLL files, Now i am searching for this file.... Quote Link to comment Share on other sites More sharing options...
Jason Posted July 1, 2008 Share Posted July 1, 2008 Interesting! Not that I need to use V-Ray, but it really seems useful for certain (commercial) projects for people out there! Quote Link to comment Share on other sites More sharing options...
JoshJ Posted July 1, 2008 Share Posted July 1, 2008 one nice thing is the HUGE material library at vray-materials.de 1421 materials, and a sample scene with hdr lighting and GI already set up... Interesting! Not that I need to use V-Ray, but it really seems useful for certain (commercial) projects for people out there! Quote Link to comment Share on other sites More sharing options...
nastaca Posted July 7, 2008 Share Posted July 7, 2008 The translation looks like this Hope it helps**)) This is connector for Windows and 32-bit version of Houdini. If you want to make it to work everywhere, you need to compile python module(Wich is located http://www.xn--d1abb4ane.com/blog/wp-conte...04/newpython.c). In order to make light to became a sun you need to create a param vr_lighttype and to assign to it vr_sun. You'l need to edit file run_vray.py. Also most probable you'l need to edit param soho_pipecmd in your ROP. This connector is in testing phase so you couldn't relay on it as on a finished connector, Connector is for looking throw the sources, by the way its very slow, I 'l rewrite geometry generator.Recently coming are Vray materials to work in VEX Builder. Here it comes (http://www.xn--d1abb4ane.com/blog/wp-content/uploads/2008/06/vraytestconnector-08-06-19.zip). Thank you for visiting Quote Link to comment Share on other sites More sharing options...
kubabuk Posted July 7, 2008 Share Posted July 7, 2008 Thanks nastaca for the info, and looking forward for the last missing link in the arch-vis industry kuba Quote Link to comment Share on other sites More sharing options...
kubabuk Posted July 7, 2008 Share Posted July 7, 2008 I may need a little bit of help, since I have never compiled anything in C before. Can I use g++ for that? (assuming I am on XP) I am getting lots of errors when I put the following command (not sure if it's correct) gcc -c newpython.c -o newpython.pyd newpython.c:1:20: Python.h: No such file or directory newpython.c:3: error: parse error before '*' token newpython.c:4: error: parse error before '*' token newpython.c: In function `ex_huj': newpython.c:14: error: `args' undeclared (first use in this function) newpython.c:14: error: (Each undeclared identifier is reported only once newpython.c:14: error: for each function it appears in.) newpython.c:15: error: `NULL' undeclared (first use in this function) newpython.c:41: warning: return makes pointer from integer without a cast newpython.c: At top level: newpython.c:44: error: parse error before '*' token newpython.c:45: error: parse error before '*' token newpython.c: In function `i2h': newpython.c:55: error: `args' undeclared (first use in this function) newpython.c:56: error: `NULL' undeclared (first use in this function) newpython.c:82: warning: return makes pointer from integer without a cast newpython.c: At top level: newpython.c:85: error: parse error before "example_methods" newpython.c:86: warning: braces around scalar initializer newpython.c:86: warning: (near initialization for `example_methods[0]') newpython.c:86: warning: initialization makes integer from pointer without a cas t newpython.c:86: warning: excess elements in scalar initializer newpython.c:86: warning: (near initialization for `example_methods[0]') newpython.c:86: error: `METH_VARARGS' undeclared here (not in a function) newpython.c:86: warning: excess elements in scalar initializer newpython.c:86: warning: (near initialization for `example_methods[0]') newpython.c:86: warning: excess elements in scalar initializer newpython.c:86: warning: (near initialization for `example_methods[0]') newpython.c:87: warning: braces around scalar initializer newpython.c:87: warning: (near initialization for `example_methods[1]') newpython.c:87: warning: initialization makes integer from pointer without a cas t newpython.c:87: warning: excess elements in scalar initializer newpython.c:87: warning: (near initialization for `example_methods[1]') newpython.c:87: warning: excess elements in scalar initializer newpython.c:87: warning: (near initialization for `example_methods[1]') newpython.c:87: warning: excess elements in scalar initializer newpython.c:87: warning: (near initialization for `example_methods[1]') newpython.c:88: warning: braces around scalar initializer newpython.c:88: warning: (near initialization for `example_methods[2]') newpython.c:88: error: `NULL' undeclared here (not in a function) newpython.c:88: error: initializer element is not constant newpython.c:88: error: (near initialization for `example_methods[2]') newpython.c:88: warning: excess elements in scalar initializer $ newpython.c:88: error: initializer element is not constant newpython.c:88: error: (near initialization for `example_methods[2]') newpython.c:89: warning: data definition has no type or storage class newpython.c:92: error: parse error before "initnewpython" newpython.c:95:2: warning: no newline at end of file Installing newest version of python 2.5.2 didn't help Even I have set up environment variable to the c:\pytho25\include the python.h file can not be found. any idea what might be wrong? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.