Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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

    SendModelingCommand \ LOOP_TOOL

    Cinema 4D SDK
    2
    2
    550
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      arsen
      last edited by

      Hi!
      Is there any news about SendModelingCommand \ LOOP_TOOL? Still broken?

      I asked this question a year ago.
      I tried this code, but always got False:

      bc = c4d.BaseContainer()
      bc[c4d.MDATA_LOOP_SEL_STOP_AT_BOUNDS] = False
      bc[c4d.MDATA_LOOP_SEL_SELECT_BOUNDS] = False
      bc[c4d.MDATA_LOOP_SEL_GREEDY_SEARCH] = False
      bc[c4d.MDATA_LOOP_LOOP_EDGE] = 1 # edge index
      bc[c4d.MDATA_LOOP_SELECTION] = c4d.SELECTION_ADD
      
      utils.SendModelingCommand(command=c4d.ID_MODELING_LOOP_TOOL,
                                list=[op],
                                mode=c4d.MODELINGCOMMANDMODE_EDGESELECTION,
                                bc=bc,
                                doc=doc,
                                flags=c4d.MODELINGCOMMANDFLAGS_0)
      
      1 Reply Last reply Reply Quote 0
      • r_giganteR
        r_gigante
        last edited by

        Hi arsen,

        I'm sorry but the bug is not fixed yet.
        I've pinged the group responsible for handling it and as soon as I received news about the fixing time frame, I'll report here.

        Best, Riccardo

        1 Reply Last reply Reply Quote 0
        • First post
          Last post