Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Softimage® / XSI SDK / Explicitly adding information to Deltas: siModificationDeltaGroupRelation
  RSS 2.0 ATOM  

Explicitly adding information to Deltas: siModificationDeltaGroupRelation
Rate this thread
 
63799
 
Permlink of this thread  
avatar
  • Dixiecup
  • Posted: 23 January 2012 10:24 AM
  • Total Posts: 1
  • Joined: 23 January 2012 10:07 AM

Hi All,

Right now I’m trying to learn more about explicitly adding information to deltas and recently hit a point where the SDK doesn’t seem to cover what I’d like to do:  I’ve had good success following the SDK for the commands it states, but seem to be missing the command to add an entry to siModificationDeltaGroupRelation

ex:
siModificationDeltaType.siModificationDeltaStaticValue
from http://www.kxcad.net/Softimage_X...ta_AddStaticValueItem.htm

var oDeltaAction = oDelta.AddAction(siModificationDeltaStaticValue)
// Add the Static Value item
var oActionDeltaItem = oDeltaAction.AddStaticValueItem(oCube + “.kine.global.posx”, 10);

what I’m looking for: 
siModificationDeltaType.siModificationDeltaGroupRelation
var oActionDeltaItem = oDeltaAction.???????????????(oCube + “.kine.global.posx”, 10);

I’m assuming the command exists as the entries get added if I add an object to a group or partition, but have no idea how to access it explicitly.  I have had success with taking an already existing entry and modifying it to do what I want, but still leaves the question.

Thanks in advance!



Replies: 0