 7th Guest |
Quote
|
| 2009-06-07 19:47:42 |
|
Hi,
I'm writing script for export irrEdit scene to my file format. But i don't see any function to get animator of a node. I get property of node and material but no animator. Is this possible?
And second thing, is there any site with free plugins to irrEdit?
|
 niko Moderator |
Quote
|
| 2009-06-07 19:50:58 |
|
This is missing in squirrel, but you could write it in C++ instead, there you have access to everything. There's no site with plugins, but if you google you find some few.
|
 7th Guest |
Quote
|
| 2009-06-08 17:58:36 |
|
In c++? What do you mean? As a plugin? Or Everything else as a script and only getting animators from c++ code?
|
 niko Moderator |
Quote
|
| 2009-06-10 13:20:59 |
|
Yes, as plugin.
|