ivan Posted March 25, 2009 Share Posted March 25, 2009 In the VRAY_Procedural.h, there is a commented out section explaining some of the implementation details. In it is this bit: // ... To do this, you should multiply // by the "object:velocityscale" property of the object. ... // if (!import("object:velocityscale", &vscale, 1)) So, it would seem likely that SOMEWHWERE there is a list of possible "property of the object" strings, or a way to echo them out or something. anybody find 'em? am I overlooking something obvious? Quote Link to comment Share on other sites More sharing options...
Jason Posted March 25, 2009 Share Posted March 25, 2009 In the VRAY_Procedural.h, there is a commented out section explaining some of the implementation details.In it is this bit: // ... To do this, you should multiply // by the "object:velocityscale" property of the object. ... // if (!import("object:velocityscale", &vscale, 1)) So, it would seem likely that SOMEWHWERE there is a list of possible "property of the object" strings, or a way to echo them out or something. anybody find 'em? am I overlooking something obvious? Besides this list: http://www.sidefx.com/docs/houdini9.5/props/mantra9_1 ... there are some undocumented (intrinsic?) properties. Mark once showed me a ray_property form which spat out Mantra's supported properties, but I can't find the mail I think you can find some in the SOHO source code too... Or, you could email this guy for answers http://www.sgpropertyhub.com/RaymondGoh/ Quote Link to comment Share on other sites More sharing options...
ivan Posted March 25, 2009 Author Share Posted March 25, 2009 um... like... thanks for that Raymond Goh link... took a while to figure out why that was there.... sheesh... I think I pulled a muscle.... Besides this list: http://www.sidefx.com/docs/houdini9.5/props/mantra9_1... there are some undocumented (intrinsic?) properties. Mark once showed me a ray_property form which spat out Mantra's supported properties, but I can't find the mail I think you can find some in the SOHO source code too... Or, you could email this guy for answers http://www.sgpropertyhub.com/RaymondGoh/ Quote Link to comment Share on other sites More sharing options...
ivan Posted March 25, 2009 Author Share Posted March 25, 2009 hm... int tst; if (!import("renderer:blurquality",&tst,1))cout<<"NOT"<<endl; cout <<"\n\n\nTST: "<<tst<<"\n\n\n"<<endl; NEVER prints "NOT" and tst ALWAYS equals 1, i.e. this does not work. toggling motionblur has no effect.... Quote Link to comment Share on other sites More sharing options...
stevenong Posted March 25, 2009 Share Posted March 25, 2009 Or, you could email this guy for answers http://www.sgpropertyhub.com/RaymondGoh/ You keeping an eye on the Singapore property market for me Jason? Quote Link to comment Share on other sites More sharing options...
Jason Posted March 26, 2009 Share Posted March 26, 2009 You keeping an eye on the Singapore property market for me Jason? YOU ARE NEVER ALLOWED TO LEAVE! 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.