<?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: How to keep the number with two decimal places? in Bifrost Forum</title>
    <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9840104#M5278</link>
    <description>&lt;P&gt;DOH!!!&amp;nbsp; As I typed my last reply, the solution hit me.&amp;nbsp; It will take a few more nodes but it's definitely doable.&amp;nbsp; Plug your input value into an "if" node.&amp;nbsp; If value is less than zero, add a "-" sign at the start of the "build_string" node.&amp;nbsp; And then for your decimal portion, another "if" node.&amp;nbsp; If less than 10, add a "0" after the "." in the "build_string" node.&amp;nbsp; By the way, the "0" should not be a "number_to_string" as that will probably not recognize the zero.&amp;nbsp; Just set it in the "build_string" node.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2020 14:33:37 GMT</pubDate>
    <dc:creator>mcw0</dc:creator>
    <dc:date>2020-11-02T14:33:37Z</dc:date>
    <item>
      <title>How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838133#M5264</link>
      <description>&lt;P&gt;I have a float number that needs to be converted into a String.&lt;BR /&gt;Such as 43.30000024&lt;BR /&gt;I want it to keep two decimal places: 43.30&lt;BR /&gt;I found that the built-in nodes round_to_nearest, round_to_floor, round_to_ceiling cannot retain decimals.&lt;/P&gt;&lt;P&gt;so what is the solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maya_5kRckl6XT2.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839002i5EEFB54585F8907D/image-size/large?v=v2&amp;amp;px=999" role="button" title="maya_5kRckl6XT2.png" alt="maya_5kRckl6XT2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 13:20:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838133#M5264</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-01T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838184#M5265</link>
      <description>&lt;P&gt;Here's how I would do it using string. To increase the number of decimal, you can just increase the "size" on the sequence node.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clamp_decimal_with_string.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839008i20794FA1942E3563/image-size/large?v=v2&amp;amp;px=999" role="button" title="clamp_decimal_with_string.jpg" alt="clamp_decimal_with_string.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 14:08:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838184#M5265</guid>
      <dc:creator>mjcg91</dc:creator>
      <dc:date>2020-11-01T14:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838568#M5266</link>
      <description>&lt;P&gt;Old fashion solution is to multiply by 100.&amp;nbsp; Convert to int.&amp;nbsp; And multiply by 0.01.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 19:03:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838568#M5266</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-01T19:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838908#M5267</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1312415"&gt;@mcw0&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Old fashion solution is to multiply by 100.&amp;nbsp; Convert to int.&amp;nbsp; And multiply by 0.01.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That's actually the most efficient solution.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 01:24:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838908#M5267</guid>
      <dc:creator>mjcg91</dc:creator>
      <dc:date>2020-11-02T01:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838965#M5268</link>
      <description>&lt;P&gt;It doesn't seem to work. the problem seems to "number_to_string".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maya_zZNx1VAEW7.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839146i5AEFC75697C8BAB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="maya_zZNx1VAEW7.png" alt="maya_zZNx1VAEW7.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 02:13:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838965#M5268</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-02T02:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838977#M5269</link>
      <description>&lt;P&gt;Why are you using a "number_to_string" after multiplying by 100?&amp;nbsp; I'm not in Maya right now so I can't verify this but can't you use a value node and set it to integer and connect the output of multiplying by 100 to that to convert to an integer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh, I see what you are saying.&amp;nbsp; "number_to_string2" is where the issue comes from.&amp;nbsp; Yes, that's common when dealing with floats.&amp;nbsp; hhhmmm...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no truncate functions?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 02:28:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9838977#M5269</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-02T02:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839024#M5270</link>
      <description>&lt;P&gt;another example: "&lt;STRONG&gt;number_to_string&lt;/STRONG&gt;"&amp;nbsp;turns float "&lt;FONT color="#33CCCC"&gt;&lt;STRONG&gt;1.61&lt;/STRONG&gt;&lt;/FONT&gt;" into string "&lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;1.61000001&lt;/STRONG&gt;&lt;/FONT&gt;".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maya_brfrost graph_number_to_string_problem.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839154iC5DD6563C92D9679/image-size/large?v=v2&amp;amp;px=999" role="button" title="maya_brfrost graph_number_to_string_problem.png" alt="maya_brfrost graph_number_to_string_problem.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 03:28:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839024#M5270</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-02T03:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839026#M5271</link>
      <description>&lt;P&gt;Unfortunately, that's how floats behave.&amp;nbsp; 0.0 != 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 03:30:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839026#M5271</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-02T03:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839034#M5272</link>
      <description>&lt;P&gt;Again, I'm not in Maya so just thinking out loud.&amp;nbsp; There must be a modulus function in Bifrost.&amp;nbsp; After you convert to integer, take the modulus of the integer to 100 (integer % 100).&amp;nbsp; That result is your decimal.&amp;nbsp; Now subtract that from your integer to get your whole number.&amp;nbsp; Now use "build_string" and use the whole number, "." and the modulus result!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 03:36:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839034#M5272</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-02T03:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839039#M5273</link>
      <description>&lt;P&gt;Basically, I want to rebuild the &lt;FONT color="#CC99FF"&gt;&lt;STRONG&gt;After Effects Text layer&lt;/STRONG&gt;&lt;/FONT&gt; in Maya. plug in any &lt;STRONG&gt;String&lt;/STRONG&gt; or &lt;STRONG&gt;Number&lt;/STRONG&gt; to display it on the screen (in the viewport).&lt;/P&gt;&lt;P&gt;I use the methods provided by Bruce.Lee and mspeer to input the &lt;STRONG&gt;String&lt;/STRONG&gt; into the &lt;STRONG&gt;Python Expression&lt;/STRONG&gt; slot of &lt;STRONG&gt;Type&lt;/STRONG&gt;. The Python Expression slot only accepts Strings. The original post is here: &lt;A href="https://forums.autodesk.com/t5/bifrost-forum/how-to-show-mesh-infomation-into-quot-type-quot-or-quot-maya/td-p/9739123" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/bifrost-forum/how-to-show-mesh-infomation-into-quot-type-quot-or-quot-maya/td-p/9739123&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 03:50:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839039#M5273</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-02T03:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839044#M5274</link>
      <description>&lt;P&gt;So mjcg91's method may be the only way.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 03:49:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839044#M5274</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-02T03:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839049#M5275</link>
      <description>&lt;P&gt;I'm not sure what the AE text layer is.&amp;nbsp; But if you want to display any string or number in the viewport, you don't need Bifrost to do that.&amp;nbsp; I used a simple Python script.&amp;nbsp; I'm not on my work computer but I can post it tomorrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But just curious, did the modulus approach not work?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 03:54:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839049#M5275</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-02T03:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839113#M5276</link>
      <description>&lt;P&gt;this is my connection:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maya_JJzjYoMRAr.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839169iB632CECD0079B2C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="maya_JJzjYoMRAr.png" alt="maya_JJzjYoMRAr.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the number is less than &lt;STRONG&gt;-1&lt;/STRONG&gt; and greater than &lt;STRONG&gt;0.01&lt;/STRONG&gt;, the result is correct.&lt;/P&gt;&lt;P&gt;when the number is &lt;STRONG&gt;-0.017&lt;/STRONG&gt;, the result is &lt;STRONG&gt;0.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when the number is &lt;STRONG&gt;0.057&lt;/STRONG&gt;, the result is &lt;STRONG&gt;0.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;“Integer part” cannot recognize +0 and -0&lt;/P&gt;&lt;P&gt;"decimal part" cannot recognize 057 and 57&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 05:07:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9839113#M5276</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-02T05:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9840090#M5277</link>
      <description>&lt;P&gt;The +/- issue can be handled with a conditional.&amp;nbsp; But the "number_to_string" removing the first zeros is unavoidable but can also be handled with conditionals.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; I thought for sure we had it solved.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A shot mask like the one the plugin builds could be scripted with MEL.&amp;nbsp; I have scripts that could be "Frankensteined" into what you need (camera frustum and text editing).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But maybe the creator of the plugin could add that feature.&amp;nbsp; It wouldn't be difficult to do.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:27:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9840090#M5277</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-02T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9840104#M5278</link>
      <description>&lt;P&gt;DOH!!!&amp;nbsp; As I typed my last reply, the solution hit me.&amp;nbsp; It will take a few more nodes but it's definitely doable.&amp;nbsp; Plug your input value into an "if" node.&amp;nbsp; If value is less than zero, add a "-" sign at the start of the "build_string" node.&amp;nbsp; And then for your decimal portion, another "if" node.&amp;nbsp; If less than 10, add a "0" after the "." in the "build_string" node.&amp;nbsp; By the way, the "0" should not be a "number_to_string" as that will probably not recognize the zero.&amp;nbsp; Just set it in the "build_string" node.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:33:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9840104#M5278</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-02T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9840335#M5279</link>
      <description>&lt;P&gt;I think this graph is more complicated than mjcg91's graph and not easy to read.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 15:57:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9840335#M5279</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-02T15:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9842902#M5280</link>
      <description>&lt;P&gt;I found a bug. when the input is an integer, it will produce the wrong results. such as&lt;/P&gt;&lt;P&gt;1 =&amp;gt; 1.1&lt;/P&gt;&lt;P&gt;2 =&amp;gt; 2.2&lt;/P&gt;&lt;P&gt;......&lt;BR /&gt;the new graph can solve this issue.&lt;/P&gt;&lt;P&gt;the only disadvantage is that it cannot round decimals.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="number_to_string_v3" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839911i8154171AB6C57BBA/image-size/large?v=v2&amp;amp;px=999" role="button" title="number_to_string_v3.png" alt="number_to_string_v3" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;number_to_string_v3&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 15:25:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9842902#M5280</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-03T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9842985#M5281</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture13.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839929i78CBB550DC6DE206/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture13.PNG" alt="Capture13.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This appears to work and handles negative inputs.&amp;nbsp; "split_string" uses "." as the separator.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 15:58:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9842985#M5281</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-03T15:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9843136#M5282</link>
      <description>&lt;P&gt;OOPS!&amp;nbsp; This works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture14.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839959i0029A1D347E03F4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture14.PNG" alt="Capture14.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 16:47:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9843136#M5282</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2020-11-03T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep the number with two decimal places?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9843218#M5283</link>
      <description>&lt;P&gt;Unfortunately, it still doesn't work.&lt;/P&gt;&lt;P&gt;You can build this rig to test your graph.&lt;/P&gt;&lt;P&gt;1. create a cube, sphere, anything&lt;/P&gt;&lt;P&gt;2. select it, Create-&amp;gt;Annotation...&lt;/P&gt;&lt;P&gt;3. in Node Editor, connecting like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maya_HzSnuBTKmR.png" style="width: 803px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/839975iE6CCEAFF9602BA80/image-size/large?v=v2&amp;amp;px=999" role="button" title="maya_HzSnuBTKmR.png" alt="maya_HzSnuBTKmR.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 17:14:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/how-to-keep-the-number-with-two-decimal-places/m-p/9843218#M5283</guid>
      <dc:creator>g2m.agent</dc:creator>
      <dc:date>2020-11-03T17:14:13Z</dc:date>
    </item>
  </channel>
</rss>

