On 15/04/2013 at 15:00, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
I'm trying to only accept Vertex-Maps in my In-Exclude list. Could it be that it is not possible to
do by using the identifier? It's rather inconvenient to use the integer symbol instead.
// Works
IN_EXCLUDE FOOBAR_PARAMETER { ACCEPT { 5682; }
// Does not
IN_EXCLUDE FOOBAR_PARAMETER { ACCEPT { Tvertexmap; }
Cheers,
-Niklas