<?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: Display Script Operator in Pflow?  How? in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6931534#M64214</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there might be a little confusion around the context of that example shown. It says in the docs that the example code is&lt;EM&gt; assigned to the script operator above the Display Script operator&lt;/EM&gt;. So this code is not setting anything specifically on the Display Script operator, rather it is setting it's parent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That code is shown in the docs here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/3DSMAX/2017/ENU/index.html?guid=GUID-CE7FE1D3-E8CA-4AEA-AB49-AC02924DE920" target="_blank"&gt;http://help.autodesk.com/view/3DSMAX/2017/ENU/index.html?guid=GUID-CE7FE1D3-E8CA-4AEA-AB49-AC02924DE920&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In that section it is describing the "Show Script Data" property. This does work fine on the Display Script operator. for example, you can do this, to change it's display type: $'Display Script 004'.Script_Data_Type = 1. This will set the Display Script operator to be float.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would help if you provided a small script to show the context of where you are trying this and how the PFlow is setup, then we might be able to help further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 18:55:59 GMT</pubDate>
    <dc:creator>kevinvandecar</dc:creator>
    <dc:date>2017-03-08T18:55:59Z</dc:date>
    <item>
      <title>Display Script Operator in Pflow?  How?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6919404#M64213</link>
      <description>&lt;P&gt;Can someone explain how to get the Display Script Operator in Pflow show a value? I tried using the default script operator and then tried copy/pasting the line from the max help on Display Script -- "pCont.particleFloat = length(pCont.particleSpeed)*4800" in numerous places in the script and it never worked.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 17:27:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6919404#M64213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T17:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display Script Operator in Pflow?  How?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6931534#M64214</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there might be a little confusion around the context of that example shown. It says in the docs that the example code is&lt;EM&gt; assigned to the script operator above the Display Script operator&lt;/EM&gt;. So this code is not setting anything specifically on the Display Script operator, rather it is setting it's parent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That code is shown in the docs here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/3DSMAX/2017/ENU/index.html?guid=GUID-CE7FE1D3-E8CA-4AEA-AB49-AC02924DE920" target="_blank"&gt;http://help.autodesk.com/view/3DSMAX/2017/ENU/index.html?guid=GUID-CE7FE1D3-E8CA-4AEA-AB49-AC02924DE920&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In that section it is describing the "Show Script Data" property. This does work fine on the Display Script operator. for example, you can do this, to change it's display type: $'Display Script 004'.Script_Data_Type = 1. This will set the Display Script operator to be float.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would help if you provided a small script to show the context of where you are trying this and how the PFlow is setup, then we might be able to help further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope it helps,&lt;/P&gt;
&lt;P&gt;kevin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 18:55:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6931534#M64214</guid>
      <dc:creator>kevinvandecar</dc:creator>
      <dc:date>2017-03-08T18:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display Script Operator in Pflow?  How?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6931872#M64215</link>
      <description>&lt;P&gt;what the ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I provided a DETAILED solution days ago, it was marked as solved, now we're back to square 1 ?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:24:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6931872#M64215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-08T20:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display Script Operator in Pflow?  How?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6931895#M64216</link>
      <description>&lt;P&gt;No no no.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was a double post.&amp;nbsp; When I first submitted the question, the page flickered strangely when I hit Post -- but didn't exit.&amp;nbsp; So I hit post again... and ended up with a double post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't think the second one (this one) was deletable or I would have done so at the time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm all squared away. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:30:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6931895#M64216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-08T20:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display Script Operator in Pflow?  How?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6932069#M64217</link>
      <description>&lt;P&gt;Sorry for the spam. If you have a duplicate post, it's best to notify the moderator to delete it, otherwise it will get escalated into our support system. Sorry again. I will keep this one now because it was escalated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For future... here is the answered post: &lt;A href="https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6919402/highlight/true#M132238" target="_blank"&gt;https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6919402/highlight/true#M132238&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 21:25:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/display-script-operator-in-pflow-how/m-p/6932069#M64217</guid>
      <dc:creator>kevinvandecar</dc:creator>
      <dc:date>2017-03-08T21:25:36Z</dc:date>
    </item>
  </channel>
</rss>

