Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 06/11/2016 at 10:00, xxxxxxxx wrote:
User Information: Cinema 4D Version: 18 Platform: Mac ; Mac OSX ; Language(s) : C++ ;
--------- Hello,
Is there a message that gets sent/fired when a MatAssignData object gets updated (ex: InsertObject or DeleteObject gets called)? Tried looking through the SDK examples, but it seems no examples use MatAssignData.
I'm hoping my MaterialData plugin can do something when its MatAssignData gets updated.
Thanks, Ian
On 08/11/2016 at 13:43, xxxxxxxx wrote:
Hi Ian, thanks for writing us.
Actually a plausible workaround to get acknowledged about a material assignment to an object is to override in your MaterialData-derived class the Message() method and filter for:
Last but not least, it's also relevant to know that if an object is dragged 'n dropped from the Object Manager to the Material Assignment list in your material "Assign" tab neither MSG_MATERIALDRAGANDDROP nor MSG_DRAGANDDROP are fired and you would be able to detect the assignment (at least from the test I run)
Feel free to come back if any further detail is required.
Best, Riccardo