Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. Yaroslav
    3. Best
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 18
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by Yaroslav

    • RE: Can't add plugin name into cinema4d

      @m_magalhaes
      Thank you for a quick reply!
      I'm sorry, I made an idiotic mistake. I simply didn't add
      the following piece of code:


      case C4DPL_INIT_SYS:
      	{
      		// load resources defined in the the optional "res" folder
      		if (!g_resource.Init())
      			return false;
      
      		return true;
      	}
      

      in the main.cpp

      Thanks, again.
      I hope my next questions will have more sense.
      It should be an architecture plugin in the end 🙂
      Yaroslav.

      posted in General Talk
      Y
      Yaroslav