Flag per View: with TagPlugin ?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/03/2006 at 00:43, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ;
Language(s) : C++ ;---------
Hi,I'm relative new in using Cinema and developping plugins.
Actually I would like to set a flag per view that would describe if my video post effect plugin should do something or not during the update of the view. I thought that a TagPlugin would be maybe a solution but it seems not possible to attach it to a view but only to an object of the scene.
Well, how should I do ?Thanks for your future help !
Vincent
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/03/2006 at 15:43, xxxxxxxx wrote:
You can access the view objects through BaseDocument::GetBaseDraw(). I don't know how persistent they are; they might be regenerated on layout changes for example. But you could use it to check the index of the current BaseDraw, and use that to differentiate your settings.