Navigation

    • Register
    • Login
    • Search
    • Categories
    1. Home
    2. AiMiDi
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    AiMiDi

    @AiMiDi

    0
    Reputation
    4
    Posts
    3
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    AiMiDi Follow

    Posts made by AiMiDi

    • RE: register tag plugin

      Hi Manuel,

      I updated other plugins to the new version, my plugin can work, thank you for your help!

      Thank,
      AiMiDi

      posted in Cinema 4D Development
      A
      AiMiDi
    • RE: register tag plugin

      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

      posted in Cinema 4D Development
      A
      AiMiDi
    • RE: register tag plugin

      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

      posted in Cinema 4D Development
      A
      AiMiDi
    • register tag plugin

      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

      posted in Cinema 4D Development
      A
      AiMiDi