Hi Manuel,
I updated other plugins to the new version, my plugin can work, thank you for your help!
Thank,
AiMiDi
Hi Manuel,
I updated other plugins to the new version, my plugin can work, thank you for your help!
Thank,
AiMiDi
Hi Manuel,
thank you for your reply!
I changed the ID and the plugin can be started separately.
I added the plugins I use frequently, still can't start, I found it conflicted with other plugins.
Report is report.txt .
I don't know what caused the conflict.
I wrote the code on R21sdk, then ported it to R20sdk, and removed the incompatible parts.
It worked well before until I registered the tag plugin.
Thank,
AiMiDi
Hi Manuel,
thank you for your reply!
My project is link.
I register tag plugin on PluginRegister.cpp,line 248.
I created it by referring to the LookAtCamera tag.
Even though I delete the flags TAG_ADDTOTAKEGROUP, I still cannot register.
Thank,
AiMiDi
I can't register a tag plugin.
I have applied for a plugin ID, and it can be used on the R21 version, but after I change it to the R20 version, C4D will stop running on the startup interface. After deleting the registration tag plug-in statement, it is no problem.
RegisterTagPlugin(ID_PMX_MODEL_TAG, GeLoadString(IDS_PMX_MODEL_TAG), TAG_EXPRESSION | TAG_VISIBLE | TAG_ADDTOTAKEGROUP, mmd::PMX_Model_Tag::Alloc, "PMX_Model_Tag"_s, AutoBitmap("MMDIcon.tif"_s), 0);
All resource files are complete and no problem