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

    A better Scriptmanager would be nice.

    Scheduled Pinned Locked Moved PYTHON Development
    12 Posts 0 Posters 2.1k Views
    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.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 03/06/2011 at 14:39, xxxxxxxx wrote:

      I'd like to have a better Scriptmanager. My main intention is to open ASYNC Dialogs within the Script Manager. And if I can create such with Python, MAXON should be able to do it, too. 😂

      Cheers,

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 03/06/2011 at 16:05, xxxxxxxx wrote:

        My main intention is to open ASYNC Dialogs within the Script Manager.

        Unfortunately this is not possible and asynchronous dialogs are not intended to be opened from the script manager.

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 03/06/2011 at 16:34, xxxxxxxx wrote:

          Test my Extended SM, and you'll see, it is possible. 😉

          /edit:
          Ok. I am confused. This works great in my Plugin:
          http://pastebin.com/Ay29Li2Z

          But putting the last 2 lines into a function, it does not work. Any idea ?

          PS: Dlg taken from the Memory Viewr example

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 03/06/2011 at 17:51, xxxxxxxx wrote:

            Test my Extended SM, and you'll see, it is possible.
            A plugin that does not crash is no garantuee for a proper implementation. For sure, there are workarounds, which might work somehow. The lifetime of a script is limited and this fact makes it not possible.

            >> But putting the last 2 lines into a function, it does not work. Any idea ?
            Same as https://developers.maxon.net/forum/topic/5755/5803_elements-need-to-be-in-callersdictionary-

            1 Reply Last reply Reply Quote 0
            • H Offline
              Helper
              last edited by

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 04/06/2011 at 04:58, xxxxxxxx wrote:

              You are right.
              But it is possible in Coffee.

              Thanks Sebastian.

              PS: I'm interested in how you check for the syntax in the Script Manager. I found a way to do this, but it is a strange workaround and I am sure there is a better way.

              1 Reply Last reply Reply Quote 0
              • H Offline
                Helper
                last edited by

                THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                On 04/06/2011 at 09:21, xxxxxxxx wrote:

                ... and, please implement Ctrl-Z for undo ... and automatic indenting. These two would make a big difference already 😉

                Cheers,
                maxx

                1 Reply Last reply Reply Quote 0
                • H Offline
                  Helper
                  last edited by

                  THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                  On 04/06/2011 at 09:40, xxxxxxxx wrote:

                  If you need a customizable programming environment I recommend these both articles:

                  http://www.smart-page.net/blog/2011/05/29/debugging-cinema-4d-python-plugins-with-pydev/
                  http://www.smart-page.net/blog/2011/05/09/advanced-python-plugin-coding-for-cinema-4d/

                  1 Reply Last reply Reply Quote 0
                  • H Offline
                    Helper
                    last edited by

                    THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                    On 04/06/2011 at 10:26, xxxxxxxx wrote:

                    Thanx for the info, handy tutorials !

                    Cheers,
                    maxx

                    1 Reply Last reply Reply Quote 0
                    • H Offline
                      Helper
                      last edited by

                      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                      On 04/06/2011 at 11:17, xxxxxxxx wrote:

                      Thank you !

                      1 Reply Last reply Reply Quote 0
                      • H Offline
                        Helper
                        last edited by

                        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                        On 06/06/2011 at 02:28, xxxxxxxx wrote:

                        Originally posted by xxxxxxxx

                        ... and, please implement Ctrl-Z for undo ... and automatic indenting. These two would make a big difference already 😉

                        Cheers,
                        maxx

                        at least undo!

                        1 Reply Last reply Reply Quote 0
                        • H Offline
                          Helper
                          last edited by

                          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                          On 08/06/2011 at 03:54, xxxxxxxx wrote:

                          I like writing in Notepad++, so I write my code in N++ even I'm only testing in the scriptmanager.
                          If there won't be an undo, you may want to do it like this, too, deepshade. 😉

                          1 Reply Last reply Reply Quote 0
                          • H Offline
                            Helper
                            last edited by

                            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

                            On 08/06/2011 at 11:35, xxxxxxxx wrote:

                            ... clever it would be. It happend to me already many times, that I wanted to delete a line but more was selected ... and code is gone for good, devnulled, nirvanized 😉

                            Cheers,
                            maxx

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