On 04/05/2015 at 13:38, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16
Platform: Windows ;
Language(s) : C++ ;
---------
I am attempting to create a custom tag plugin with a few attributes. The tag registers without issue, and I can add and remove it from objects. But no matter what I do, I can't seem to add new attributes to the description. I am only trying to add one bool attribute. I've created a simplified version of my project to demonstrate:
**
**
Folder Structure
- Tcustom
| Tcustom.cdl64
- res
| c4d_symbols.h
| Tcustom.tif
- description
|| Tcustom.h
|| Tcustom.res
- strings_us
| c4d_strings.str
- description
| Tcustom.str
Code
https://gist.github.com/anonymous/53fda4bb8ee26f3f93f6
I seem to be misunderstanding descriptions, I've been reading the C++ documentation but I can't seem to find any gotchas to fix this problem. Any help would be appreciated as I've been stuck on this issue for a few days.
Thanks