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 / C++ SDK: Closing PPG Programatically
  RSS 2.0 ATOM  

C++ SDK: Closing PPG Programatically
Rate this thread
 
48680
 
Permlink of this thread  
avatar
  • Total Posts: 101
  • Joined: 31 August 2010 07:17 AM

Dear all,

I have difficulties figuring out how to close open PPG within C++ plug-in programatically.

Imagine, the PPG has a button, and I wisth to close it on that button press.

Thanks.



Replies: 0
avatar

This is the way:

PPGEventContext::PutAttributeL"Close"true );


Replies: 0