Hi all,
If anyone wants to start development of an export script for a particular host application to octane (as some have already started on),
please contact me.
We have developed a specification and guidelines for writing exporters in such way that they are simple to implement, consistent accross all host applications,
and can be documented as one identical script, which we will do in our included PDF manual.
You can contact me via pm or via email at info @ <this company's name> dot com
Yours,
Radiance
NOTE to all people who want to develop exporters for Octane
Forum rules
Please do not post any material that is copyrighted or restricted from public use in any way. OTOY NZ LTD and it's forum members are not liable for any copyright infringements on material in this forum. Please contact us if this is the case and we will remove the material in question.
Please do not post any material that is copyrighted or restricted from public use in any way. OTOY NZ LTD and it's forum members are not liable for any copyright infringements on material in this forum. Please contact us if this is the case and we will remove the material in question.
The user interface looks like this. ( excluding the bitmpa in the top )
Which by the way is a 3dsmax render script that is supported for the following 3dsmax version :
3dsmax 9 32bit 64bit
3dsmax 2008 32bit 64bit
3dsmax 2009 32bit 64bit
3dsmax 2010 32bit 64bit
3dsmax 2011 32bit 64bit

Which by the way is a 3dsmax render script that is supported for the following 3dsmax version :
3dsmax 9 32bit 64bit
3dsmax 2008 32bit 64bit
3dsmax 2009 32bit 64bit
3dsmax 2010 32bit 64bit
3dsmax 2011 32bit 64bit

Amiga 1000 with 2mb memory card
- ribrahomedesign
- Posts: 415
- Joined: Fri Mar 05, 2010 9:32 am
please , can somebody do a script for Maxons Cinema 4d R 11,5
regards
Rico
regards
Rico
Windows 7 , 64 b / GTX 590 / Archicad 15 , 64 b / Cinema 4D R 13 studio , 64b /Intel(R)Core(TM)Extreme3,20Ghz /always latest Octane.
Today I started working on an exporter (that follows the official guidlines). As soon there is something useful I will post it in this forum. Shouldn't take too long hopefully.ribrahomedesign wrote:please , can somebody do a script for Maxons Cinema 4d R 11,5
regards
Rico
Cheers,
Marcus
In theory there is no difference between theory and practice. In practice there is. - Yogi Berra
- ribrahomedesign
- Posts: 415
- Joined: Fri Mar 05, 2010 9:32 am
fantastic news ,
cant wait
thanks.
cant wait
thanks.
Windows 7 , 64 b / GTX 590 / Archicad 15 , 64 b / Cinema 4D R 13 studio , 64b /Intel(R)Core(TM)Extreme3,20Ghz /always latest Octane.
- zangtumtum
- Posts: 6
- Joined: Tue May 25, 2010 2:38 pm
I know it's a strange request but i think interesting:
it's possible to have a direct exporter for Alias Studio?
it's possible to have a direct exporter for Alias Studio?
If we can find somenone with experience with Alias Studio, yes.zangtumtum wrote:I know it's a strange request but i think interesting:
it's possible to have a direct exporter for Alias Studio?
Maybe you know someone ?
Radiance
Win 7 x64 & ubuntu | 2x GTX480 | Quad 2.66GHz | 8GB
- zangtumtum
- Posts: 6
- Joined: Tue May 25, 2010 2:38 pm
you mean experience in scripting with Alias Studio?radiance wrote:If we can find somenone with experience with Alias Studio, yes.zangtumtum wrote:I know it's a strange request but i think interesting:
it's possible to have a direct exporter for Alias Studio?
Maybe you know someone ?
Radiance
copy/paste from manual for make plug-in with API:
"The API provides developers with access to Alias internal data and functionality through two products, OpenModel and OpenAlias.
OpenModel (OM) provides a programmer’s interface to the Alias wire file (our proprietary data files).
OpenAlias (OA) provides a programmer’s interface to the Alias application.
The API is written in C++ and is supplied as C++ classes. Most of the discussion in this document is intended for C++ programmers, and we assume that you understand the C++ concepts of classes and inheritance, and have a familiarity with the Alias interactive software"