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).
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
On 06/01/2009 at 09:19, xxxxxxxx wrote:
In case of vertex maps you have to directly use the ID.
> \> LINK MY_LINK_ID { ACCEPT { 5682; } } \>
\> LINK MY_LINK_ID { ACCEPT { 5682; } } \>
cheers, Matthias
On 07/01/2009 at 12:38, xxxxxxxx wrote:
Ah, ok. Thanks again for your help, Matthias