THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/01/2009 at 05:24, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.1
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hi,
in the description of my object, I have a LINK field. The user should be able only to link Vertexmap tags here, nothing else!
For Point Selection tags, it's easy:
LINK MY_LINK_ID { ACCEPT { Tpointselection; } }
But for Vertex Maps, the following doesn't work:
LINK MY_LINK_ID { ACCEPT { Tvertexmap; } }
When starting Cinema and selecting my object, Cinema shows a message, indicating an error in the res file, specifying this line.
Is there a secret way to do this? ;-)
Greetings,
Jack