Jump to content

V-Ray standalone via SOHO (Russian project)


Recommended Posts

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!

Link to comment
Share on other sites

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..!

Link to comment
Share on other sites

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....

Link to comment
Share on other sites

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! :D Not that I need to use V-Ray, but it really seems useful for certain (commercial) projects for people out there!
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...