If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
We have begun the beginning of integrating the latest version in to Rhino, but we haven't begun a full swing development cycle for a new VfR version. We are still fixing some bugs in SketchUp before we bring that code over to Rhino. The good news is that we won't have to spend time fixing those bugs a second time in Rhino, we just fix it on one side, and it's fixed in both SketchUp and Rhino. We don't have an estimated release date yet for a new VfR version, but it is the next thing we are going to work on.
As far as scriptablility, we rewrote the whole plugin in Python, which is a scripting language. So is it more scriptable? Yeah, I'd say so. How much scriptability will be integrated in to rhinoscript? Not sure yet, but it'd be nice to have as much of our plugin exposed to rhinoscript as we can manage.
...we rewrote the whole plugin in Python, which is a scripting language. So is it more scriptable? Yeah, I'd say so.
Interesting, I would not have thought the Rhino Python scripting component was far enough along for such a complex plug-in. Does this mean that the next release of VrR will be Rhino 5.0 only?
The what? No, we don't rely on other people's stuff. We distribute python and all the necessary files ourselves.
edit: I just read this post to myself again, and had to laugh about the irony of what I said. We don't rely on other people's stuff... We distribute python <== hahahaha Because we wrote Python right? Good job Devin!
What I actually meant, is that we don't rely on any other Rhino + Python types of tools/scripts/plugins/etc. The core of our plugin runs off of an embedded version of Python, that we tossed in to the rhino plugin.
hi dkendig,
I know it's an old post but...I am really interrested about scripting in rhino/vray...
I just saw an old post from Damien Alomar ( http://forum.asgvis.com/index.php?topic=5630.0 ) who wrote a small script to set Z-Depth in VRay.
The script uses some VRay method like " Call Vray.AddVFBChannelByName "...for example, and I am wondering where I can find such methods.
Can you please tell me ?
Comment