<?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: &amp;quot;wrangling&amp;quot; Fields parameters - How to in Bifrost Forum</title>
    <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12764941#M438</link>
    <description>&lt;P&gt;So I had a look at what you are trying to do here, and maybe this is a very simple solution.&amp;nbsp; This one is specifically driving the field by the height of the object, but it can be applied to anything you can make a property out of (so basically everything).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasontbrown_1-1715347950663.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360536iD0F0ED576DB2CC35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasontbrown_1-1715347950663.png" alt="jasontbrown_1-1715347950663.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasontbrown_0-1715347778201.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360533iB3AC65D2806F0F54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasontbrown_0-1715347778201.png" alt="jasontbrown_0-1715347778201.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 13:34:11 GMT</pubDate>
    <dc:creator>jason-t-brown</dc:creator>
    <dc:date>2024-05-10T13:34:11Z</dc:date>
    <item>
      <title>"wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12756825#M431</link>
      <description>&lt;P&gt;I am trying to achieve an effect where I need to generate fields in a certain way.&lt;BR /&gt;Longstory short, field values should increase with height.&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="blili.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1358998i913EBE8F8E268000/image-size/medium?v=v2&amp;amp;px=400" role="button" title="blili.png" alt="blili.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I wanted to use this scalar to tweak individual parameters (magnitude, or frequency, in a turbulent_wind_field).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't find a way to connect fields to drive individual parameters so I am using two sets of parameters (YELLOW) and unsing an extra scalar field to blend (GREEN) between these two parameter sets. Which is very limitting.&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="fields.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1358997iAB2C37C783A96612/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fields.png" alt="fields.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Considering a node like turbulent_wind_field as example. Is there a way to control individual parameters by an array of floats or vectors, or fields?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 02:13:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12756825#M431</guid>
      <dc:creator>brandaosa</dc:creator>
      <dc:date>2024-05-07T02:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: "wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12757395#M432</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7386809"&gt;@brandaosa&lt;/a&gt; Which version of Bifrost are you using? In recent versions we have &lt;EM&gt;wind_influence&lt;/EM&gt; and &lt;EM&gt;turbulence_influence&lt;/EM&gt; which &lt;EM&gt;do&lt;/EM&gt; allow you to modulate the parameters using fields.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 08:52:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12757395#M432</guid>
      <dc:creator>morten.bojsen-hansen</dc:creator>
      <dc:date>2024-05-07T08:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: "wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12759274#M433</link>
      <description>&lt;P&gt;Thanks for your reply!&amp;nbsp; This is 2.9.0.&lt;BR /&gt;I see. These nodes are to be used with solvers. I am trying to create an effect without relying on particle simulations because of reasons.&lt;BR /&gt;Maybe a naive approach, but using something like a turbulent_wind_field + a curve to control volume animation would be more affordable. Not the most intuitive way to build this tree, but works, except for that kind of tweaking where an array instead of a float would give more freedom to create.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="blib.png" style="width: 853px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1359473i623764C7CCC99CED/image-size/large?v=v2&amp;amp;px=999" role="button" title="blib.png" alt="blib.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nodes.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1359474i2F48F0EAE284995F/image-size/large?v=v2&amp;amp;px=999" role="button" title="nodes.png" alt="nodes.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Wonder if my graph could be reduced...&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Didn't have time yet to explore creating nodes from Python...hope this could become more user friendly. Doing "everything" by nodes takes longer sometimes.&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 02:05:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12759274#M433</guid>
      <dc:creator>brandaosa</dc:creator>
      <dc:date>2024-05-08T02:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: "wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12759822#M434</link>
      <description>&lt;P&gt;OK. Maybe I misunderstood your question. Is turbulent_wind_field your own node? If you want your nodes to be able to work with both float parameters and field parameters, you should leave them as type auto (not set them explicitly to float type). For more advanced uses you need to use e.g. interpret_auto_port_as_scalar which can convert inputs into arrays of floats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a wind field in the grass_wind browser graph example. Perhaps you can use that as inspiration?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 08:29:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12759822#M434</guid>
      <dc:creator>morten.bojsen-hansen</dc:creator>
      <dc:date>2024-05-08T08:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: "wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12761238#M435</link>
      <description>&lt;P&gt;You can also retrieve the field from the influence thus:&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasontbrown_0-1715198828695.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1359872iD93CAD829ADF0411/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasontbrown_0-1715198828695.png" alt="jasontbrown_0-1715198828695.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasontbrown_1-1715198870697.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1359873i74693A1799AE879A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasontbrown_1-1715198870697.png" alt="jasontbrown_1-1715198870697.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 20:07:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12761238#M435</guid>
      <dc:creator>jason-t-brown</dc:creator>
      <dc:date>2024-05-08T20:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: "wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12761744#M436</link>
      <description>&lt;P&gt;Turbulent_wind_field was there when I updated bifrost... not a custom node.&lt;BR /&gt;I will investigate&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;interpret_auto_port_as_scalar node! Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 02:01:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12761744#M436</guid>
      <dc:creator>brandaosa</dc:creator>
      <dc:date>2024-05-09T02:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: "wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12761759#M437</link>
      <description>&lt;P&gt;Thanks for the reply. Converting influence to fields would surely help. Let me see.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 02:07:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12761759#M437</guid>
      <dc:creator>brandaosa</dc:creator>
      <dc:date>2024-05-09T02:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: "wrangling" Fields parameters - How to</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12764941#M438</link>
      <description>&lt;P&gt;So I had a look at what you are trying to do here, and maybe this is a very simple solution.&amp;nbsp; This one is specifically driving the field by the height of the object, but it can be applied to anything you can make a property out of (so basically everything).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasontbrown_1-1715347950663.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360536iD0F0ED576DB2CC35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasontbrown_1-1715347950663.png" alt="jasontbrown_1-1715347950663.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasontbrown_0-1715347778201.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1360533iB3AC65D2806F0F54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasontbrown_0-1715347778201.png" alt="jasontbrown_0-1715347778201.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 13:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/quot-wrangling-quot-fields-parameters-how-to/m-p/12764941#M438</guid>
      <dc:creator>jason-t-brown</dc:creator>
      <dc:date>2024-05-10T13:34:11Z</dc:date>
    </item>
  </channel>
</rss>

