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. nano
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    nano

    @nano

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nano Unfollow Follow

    Latest posts made by nano

    • Change posemorph's name

      Hello,every one! When I use python to set name of the blendshape.It seems doesn‘t work in the Edit mode.But it works in the Animate mode.I want to know how can change the name in the edit mode too?
      20241212-111223.jpg 20241212-111227.jpg

      from typing import Optional
      import c4d
      
      
      def main() -> None:
          pm=op.GetTag(c4d.Tposemorph,0)
          pose=pm.GetMorph(1)
      
          pose.SetName("xxx")
          
          
      if __name__ == '__main__':
          main()
      

      Thank you all!

      posted in Bugs python 2024 2023
      N
      nano