R17 sdk [closed]
-
On 07/08/2015 at 09:50, xxxxxxxx wrote:
Originally posted by xxxxxxxx
And will there be a Python API for the Houdini Engine? To load and query assets or get houdini version/path etc?
Such?
for current beta(1) - > id of prefshoudini = 1032269import c4d from c4d import documents, plugins def prefs(id) : return plugins.FindPlugin(id, c4d.PLUGINTYPE_PREFS) def main() : c4d.PrefsLib_OpenDialog(1032269) print prefs(1032269)[c4d.PREFS_HOUDINI_ENGINE_VERSION] print prefs(1032269)[c4d.PREFS_HOUDINI_ENGINE_INSTALLATION_PATH] if __name__=='__main__': main()
Another things are through ctypes + several modules, according sdk - http://www.sidefx.com/docs/hengine1.9 + hdk , even enviro vars like HAPI
+ at video
--- 02:54: SideFx shows PyObjectScript and HE 2.0
interesting thing -
On 09/08/2015 at 08:48, xxxxxxxx wrote:
Yeah, today, after discussions with my employer, they decided will not upgrade to r17. They found replacement of mograph and something in c4d, in own in-house tools.
Good bye c4d, sdk team. Thanks for all
Andreas, you can to delete or close or anything else with topic
-
On 10/08/2015 at 03:59, xxxxxxxx wrote:
Hi Ilya,
sad to hear that. I hope, one day you'll return to C4D development.
-
On 10/08/2015 at 04:48, xxxxxxxx wrote:
Any comments on Tokens support in Python?
-b
-
On 10/08/2015 at 04:57, xxxxxxxx wrote:
Originally posted by xxxxxxxx
Hi Ilya,
sad to hear that. I hope, one day you'll return to C4D development.
Sure, i will test demo and will check out sdk changes - i'm not only lazy and be curious
-
On 24/08/2015 at 07:32, xxxxxxxx wrote:
Hello
I download demo.
testing examples of sdk ... docs?does updated to ogl 3.2 context for handles and etc.?
-
On 25/08/2015 at 01:25, xxxxxxxx wrote:
Hello,
what exactly is your question please?
Best wishes,
Sebastian -
On 25/08/2015 at 01:56, xxxxxxxx wrote:
Hello Sebastian
Argh, sorryI ask about release of sdk manuals for r17.
I test my several plug-ins, slightly. Something were change.
-
On 26/08/2015 at 01:37, xxxxxxxx wrote:
Hello,
the R17 C++ and Python documentation will be released next week.
Best wishes,
Sebastian -
On 26/08/2015 at 07:06, xxxxxxxx wrote:
Originally posted by xxxxxxxx
Hello,
the R17 C++ and Python documentation will be released next week.
Best wishes,
SebastianHi !
Thumbs Up
[URL-REMOVED]
Great!
[URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.
-
On 02/09/2015 at 09:57, xxxxxxxx wrote:
Thanks a'lot for sdk manuals!