<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can I stop a Python script midway, get some info from the user and then only continue? in Maya Programming Forum</title>
    <link>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13646787#M3</link>
    <description>&lt;P&gt;Thanks! Both these take complete control of your maya session, so a user can't click on anything. I'd like them to select a node in the view port, click 'USE THIS NODE' and continue the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 May 2025 15:37:41 GMT</pubDate>
    <dc:creator>wynandlens</dc:creator>
    <dc:date>2025-05-23T15:37:41Z</dc:date>
    <item>
      <title>Can I stop a Python script midway, get some info from the user and then only continue?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13646210#M1</link>
      <description>&lt;P&gt;is there a "continue" UI option in maya? Like a UI item specifically designed to block a script and only continue once you click it?&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 10:07:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13646210#M1</guid>
      <dc:creator>wynandlens</dc:creator>
      <dc:date>2025-05-23T10:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop a Python script midway, get some info from the user and then only continue?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13646664#M2</link>
      <description>&lt;P&gt;you can use `&lt;STRONG&gt;confirmDialog&lt;/STRONG&gt;` or `&lt;STRONG&gt;promptDialog&lt;/STRONG&gt;` for this. They both halt all processing until dismissed.&lt;/P&gt;&lt;P&gt;`&lt;STRONG&gt;confirmDialog&lt;/STRONG&gt;` is just buttons, `&lt;STRONG&gt;promptDialog&lt;/STRONG&gt;` allows you to prompt for variable input (there's also `&lt;STRONG&gt;layoutDialog&lt;/STRONG&gt;` but that's a bit more complicated to set up).&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 14:30:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13646664#M2</guid>
      <dc:creator>FirespriteNate</dc:creator>
      <dc:date>2025-05-23T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop a Python script midway, get some info from the user and then only continue?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13646787#M3</link>
      <description>&lt;P&gt;Thanks! Both these take complete control of your maya session, so a user can't click on anything. I'd like them to select a node in the view port, click 'USE THIS NODE' and continue the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 15:37:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13646787#M3</guid>
      <dc:creator>wynandlens</dc:creator>
      <dc:date>2025-05-23T15:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop a Python script midway, get some info from the user and then only continue?</title>
      <link>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13760238#M18023</link>
      <description>&lt;P&gt;Split your script into 2 scripts.&amp;nbsp; Run the first.&amp;nbsp; Create a UI to prompt the user to select something.&amp;nbsp; And have a scriptJob that executes the second script upon selection change.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 17:58:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-programming-forum/can-i-stop-a-python-script-midway-get-some-info-from-the-user/m-p/13760238#M18023</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2025-08-08T17:58:29Z</dc:date>
    </item>
  </channel>
</rss>

