drjustice
Newcomer
since ‎2021-06-02
‎2021-09-27

User Statistics

  • 30 Posts
  • 0 Solutions
  • 0 Likes given
  • 9 Likes received

User activity

Not sure this is the right place to post. Hopefully this post will cause some changes to happen. - Please have a form to "contact us" -- for example to contact forum moderators directly. This post would have been private if I had had the opportunity ...
Can someone explain the difference between modiStamp and modiTime? I figured out that modiTime is a straight unix time stamp. Ex: attribute.header.modiTime = 1569584172 = Fri Sep 27 2019 11:36:12 GMT+0000Ex: element.header.modiStamp = 46103487 = ??? ...
I am experiencing a problem when enumerating the lights in a model.- Load the S-Office sample- Call ModelerAPI::Model::GetLightCount(), returns 253 lights in the model.- Call ModelerAPI::Model::GetLight(4, &light), and argument 4 causes exception to ...
The light properties as given by the ModelerAPI are a bit too rudimentary for me. For this reason I am enumerating C4D light properties by calling ModelerAPI::Light::GetExtraParameters()I found some documentation on C4D light properties here:http://g...
When looking at some headers of the SDK, it looks like a GenId might refer to a "Genral Unique Id".But, still, what's a GenId, and since elements can already return a GS::Guid, what purpose might it serve?