<?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 Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST in Bifrost Forum</title>
    <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11750257#M2147</link>
    <description>&lt;P&gt;Hey &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1312415"&gt;@mcw0&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you very much for your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really wish it was possible to query the name of the connected node/port somehow, but unfortunately there's no way.&lt;/P&gt;
&lt;P&gt;You have to set the name manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to look at arrays side by side then &lt;U&gt;&lt;STRONG&gt;print_table&lt;/STRONG&gt;&lt;/U&gt; is the much better choice.&lt;/P&gt;
&lt;P&gt;Here you can also set the names of the columns manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**** The Print Pack has been UPDATED to version 2.5:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/bifrost-forum/print-pack-2-5-colors-and-styles/m-p/11522451?search-action-id=767627001422&amp;amp;search-result-uid=11522451" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/bifrost-forum/print-pack-2-5-colors-and-styles/m-p/11522451?search-action-id=767627001422&amp;amp;search-result-uid=11522451&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2023 09:41:37 GMT</pubDate>
    <dc:creator>Roland.Reyer</dc:creator>
    <dc:date>2023-02-13T09:41:37Z</dc:date>
    <item>
      <title>The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11091418#M2144</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;*** UPDATE *** Version 2.9 is available here:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://forums.autodesk.com/t5/bifrost-forum/print-pack-version-2-9/m-p/12368334?search-action-id=841984558952&amp;amp;search-result-uid=12368334" target="_blank"&gt;https://forums.autodesk.com/t5/bifrost-forum/print-pack-version-2-9/m-p/12368334?search-action-id=841984558952&amp;amp;search-result-uid=12368334&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="startImage.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1052012iA439167E47ECAC27/image-size/large?v=v2&amp;amp;px=999" role="button" title="startImage.jpg" alt="startImage.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;When programming in Bifrost, I always come to the point where I have to output values and messages or look at the contents of arrays, for example. Although the Bifrost's watchpoints are always a great help, I still miss the good old "print" statement from classical programming.&lt;/P&gt;
&lt;P lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;Therefore, I have started to experiment with the output of so-called line fonts. The letters and numbers are created as strands in 3D, and if you position them correctly, a readable text is created.&lt;/P&gt;
&lt;P lang="en-US"&gt;In the beginning, the whole thing was very slow, but after thorough optimisation, I was able to increase the performance SIGNIFICANTLY.&lt;/P&gt;
&lt;P lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;I have built four different compounds from my system, which are suitable for different tasks.&lt;/P&gt;
&lt;P lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI lang="en-US"&gt;&lt;STRONG&gt;Print_Static&lt;/STRONG&gt;: creates a static display of strings and values, for comparison, control, information.&lt;/LI&gt;
&lt;LI lang="en-US"&gt;&lt;STRONG&gt;Print_Scrolling&lt;/STRONG&gt; outputs texts and values like on a screen. New text is output at the bottom, existing text is scrolled up.&lt;/LI&gt;
&lt;LI lang="en-US"&gt;&lt;STRONG&gt;Print_Array&lt;/STRONG&gt;: prints the content of a whole 1-dimensional array.&lt;/LI&gt;
&lt;LI lang="en-US"&gt;&lt;STRONG&gt;Print_Points&lt;/STRONG&gt; displays values at point positions. The positions and the values are specified separately, so there are many possibilities. In addition, the values can be colored individually. In order to deal with a very large number of points, the compound offers possibilities to define the desired points and regions in a simple way.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;All compounds contain so-called terminal nodes, which are output points that can be easily switched on and off at the node.&lt;/P&gt;
&lt;P lang="en-US"&gt;In addition, the generated text is output as strand (lines) objects.&lt;/P&gt;
&lt;P lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fi24Bny-Dp28%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Di24Bny-Dp28&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fi24Bny-Dp28%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="Maya Bifrost: Printing Text and Values in 3D - Tutorial" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P lang="en-US"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="en-US"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="four_print_nodes.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1052013i660F8E9CD55FD51F/image-size/large?v=v2&amp;amp;px=999" role="button" title="four_print_nodes.jpg" alt="four_print_nodes.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 09:31:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11091418#M2144</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2024-01-07T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11103200#M2145</link>
      <description>&lt;P&gt;I just uploaded version 1.1 of the print_pack.&lt;/P&gt;
&lt;P&gt;Download it above in the main post.&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="image.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1054365iD15A81D834946BE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;New/fixed things are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0"&gt;fixed floating point conversion &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0"&gt;"Float Precision" setting in print_array and print_points &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0"&gt;fixed update in print_points &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0"&gt;a new example scene: points data probe (see image)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0"&gt;Download it above in the main post.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 10:58:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11103200#M2145</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2022-04-13T10:58:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11749611#M2146</link>
      <description>&lt;P&gt;ROLAND!!!&amp;nbsp; This is GENIUS!!!&amp;nbsp; My biggest gripe with Bifrost is not being able to print any feedback.&amp;nbsp; This is a HUGE help!&amp;nbsp; Might I make 1 request?&amp;nbsp; For the print_array, instead of having "Print Array" at the top, put the name of the node connected to the array port.&amp;nbsp; When I have a few side by side, I forget which array I'm looking at.&amp;nbsp; So it's me, not you.&amp;nbsp; LOL.&lt;BR /&gt;&lt;BR /&gt;PS.&amp;nbsp; This might be valid for the other print nodes, I've just used the print_array.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 01:28:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11749611#M2146</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-13T01:28:26Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11750257#M2147</link>
      <description>&lt;P&gt;Hey &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1312415"&gt;@mcw0&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you very much for your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really wish it was possible to query the name of the connected node/port somehow, but unfortunately there's no way.&lt;/P&gt;
&lt;P&gt;You have to set the name manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to look at arrays side by side then &lt;U&gt;&lt;STRONG&gt;print_table&lt;/STRONG&gt;&lt;/U&gt; is the much better choice.&lt;/P&gt;
&lt;P&gt;Here you can also set the names of the columns manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**** The Print Pack has been UPDATED to version 2.5:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/bifrost-forum/print-pack-2-5-colors-and-styles/m-p/11522451?search-action-id=767627001422&amp;amp;search-result-uid=11522451" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/bifrost-forum/print-pack-2-5-colors-and-styles/m-p/11522451?search-action-id=767627001422&amp;amp;search-result-uid=11522451&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 09:41:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11750257#M2147</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2023-02-13T09:41:37Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11750826#M2148</link>
      <description>&lt;P&gt;Thank you for the suggestion of print_table.&amp;nbsp; One last thing I just thought of is your offset is nice but it only offsets from the head of the array.&amp;nbsp; Why not have bracketing so you can cut off the tail and only see a middle block.&amp;nbsp; Currently, I think you can maybe achieve this with a combination of offset and number of lines?&amp;nbsp; Just a thought.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danke&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 14:31:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11750826#M2148</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-13T14:31:33Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11750841#M2149</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Offset&lt;/STRONG&gt; and &lt;STRONG&gt;Number of Lines&lt;/STRONG&gt; is exactly how it should be used (same in &lt;STRONG&gt;print_table&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you like to move a "window" over the array you then in Bifrost 2.6 you can select both values and shift them at the same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;print_array&lt;/STRONG&gt; tries to display columns - set the columns to 1 and then use &lt;STRONG&gt;Offset&lt;/STRONG&gt; and &lt;STRONG&gt;Number of Lines&lt;/STRONG&gt;.&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>Mon, 13 Feb 2023 14:38:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11750841#M2149</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2023-02-13T14:38:18Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11757410#M2150</link>
      <description>&lt;P&gt;I got a curious result where the min value is greater than the max value.&amp;nbsp; But yet, the min value doesn't exist in my array.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="results.png" style="width: 512px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1177031iB7C96EB4EFE7E645/image-size/large?v=v2&amp;amp;px=999" role="button" title="results.png" alt="results.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 18:35:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11757410#M2150</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-15T18:35:26Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11757697#M2151</link>
      <description>&lt;P&gt;A follow up on my above post.&amp;nbsp; Any idea why the print_array would return incorrect values?&amp;nbsp; This is another post that shows the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757674/highlight/false#M7869" target="_blank"&gt;https://forums.autodesk.com/t5/bifrost-forum/dot-product-error/m-p/11757674/highlight/false#M7869&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:33:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11757697#M2151</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-15T20:33:42Z</dc:date>
    </item>
    <item>
      <title>Betreff: The PRINT_PACK for Bifrost: Print Text and Values in 3D - FAST</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11758654#M2152</link>
      <description>&lt;P&gt;Which version are you using?&lt;/P&gt;
&lt;P&gt;I remember that I had to fix the min/max display.&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="RolandReyer_0-1676532842113.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1177237i13B38AF65ECC4BDC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RolandReyer_0-1676532842113.png" alt="RolandReyer_0-1676532842113.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 07:34:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/the-print-pack-for-bifrost-print-text-and-values-in-3d-fast/m-p/11758654#M2152</guid>
      <dc:creator>Roland.Reyer</dc:creator>
      <dc:date>2023-02-16T07:34:17Z</dc:date>
    </item>
  </channel>
</rss>

