<?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: Custom fCurve? in Bifrost Forum</title>
    <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088682#M4122</link>
    <description>&lt;P&gt;Yeah, have done the approximation already, works really really well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; (thank you for that)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="valhallen_2-1613529046512.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/881831iB08A9997F5B6844F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="valhallen_2-1613529046512.png" alt="valhallen_2-1613529046512.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Considering what I am going to use this for (mostly a shadow-generator for a top-down project) this is probably going to be fine, but you know when your brain latches onto something and won't let go? Also nice to do things "properly" &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Generating the catenary curve is pretty simple, it's the sequentially generating the points that's hurting me atm ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2021 02:33:59 GMT</pubDate>
    <dc:creator>valhallen</dc:creator>
    <dc:date>2021-02-17T02:33:59Z</dc:date>
    <item>
      <title>Custom fCurve?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10087552#M4116</link>
      <description>&lt;P&gt;Is there any way I can generate say three points (vec2) and pass them into an fCurve?&lt;BR /&gt;&lt;BR /&gt;Or even just a single point would work&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 18:10:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10087552#M4116</guid>
      <dc:creator>valhallen</dc:creator>
      <dc:date>2021-02-16T18:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom fCurve?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10087693#M4117</link>
      <description>&lt;P&gt;The fCurve is designed to work on scalar values. This makes sense as you consider that the evaluate fCurve is remapping a single value using a curve. This is very similar to using the remap value node in the hypershade or using the Vcoord on a ramp node. If you want to control a vec2. You could split the vector into its scalar components and drive each dimension using a separate fCurve.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 19:07:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10087693#M4117</guid>
      <dc:creator>calibrix</dc:creator>
      <dc:date>2021-02-16T19:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom fCurve?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088568#M4118</link>
      <description>&lt;P&gt;Ah.&amp;nbsp; I have not explained this right.&amp;nbsp; I'm looking for a way to change a scalar fCurve based on outside data.&amp;nbsp;&amp;nbsp; Basically calculating a curve based on a distance measurement.&lt;BR /&gt;&lt;BR /&gt;Hope that makes more sense.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 01:00:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088568#M4118</guid>
      <dc:creator>valhallen</dc:creator>
      <dc:date>2021-02-17T01:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom fCurve?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088608#M4119</link>
      <description>&lt;P&gt;I don't think I quite understand what you intend. Are you just trying to calculate the distance between to points and feed that into an fCurve evaluation? "length(pos1-pos2)" the fCurve can cover any range including negatives. You can use the "change_range" node before the fCurve evaluate node to shift the range into easier to use values.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 01:37:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088608#M4119</guid>
      <dc:creator>calibrix</dc:creator>
      <dc:date>2021-02-17T01:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom fCurve?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088640#M4120</link>
      <description>&lt;P&gt;It's part of trying to implement catenary curves (again) ... I had a thought where I could grab the attachment point positions, run them through the catenary equation and get a y-displacement value out.&amp;nbsp; I could then build a nice 3 point bezier with the normalized y-displacement as the central point in the fCurve.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 01:58:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088640#M4120</guid>
      <dc:creator>valhallen</dc:creator>
      <dc:date>2021-02-17T01:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom fCurve?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088662#M4121</link>
      <description>&lt;P&gt;Oh I see. You want to generate the fCurve data manually via input points. I don’t think that’s possible. At least not in the way you would do that in the hypdershade in maya. &amp;nbsp;As the Value node only generates the fCurve datatype and the evaluate only allows for fCurve data inputs and the x values that it would read. I think you would be better off calculating more points for the catenary curves. Basically, you’d have to implement the sequential creation of points yourself. Back to the previous post about this topic, you’d implement catenary curves via the algorithm or you could build an approximation via an fCurve using a normalize curveU value. If you want both, you could create both algorithms and blend between them using a falloff.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 02:13:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088662#M4121</guid>
      <dc:creator>calibrix</dc:creator>
      <dc:date>2021-02-17T02:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom fCurve?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088682#M4122</link>
      <description>&lt;P&gt;Yeah, have done the approximation already, works really really well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; (thank you for that)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="valhallen_2-1613529046512.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/881831iB08A9997F5B6844F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="valhallen_2-1613529046512.png" alt="valhallen_2-1613529046512.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Considering what I am going to use this for (mostly a shadow-generator for a top-down project) this is probably going to be fine, but you know when your brain latches onto something and won't let go? Also nice to do things "properly" &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Generating the catenary curve is pretty simple, it's the sequentially generating the points that's hurting me atm ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 02:33:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/custom-fcurve/m-p/10088682#M4122</guid>
      <dc:creator>valhallen</dc:creator>
      <dc:date>2021-02-17T02:33:59Z</dc:date>
    </item>
  </channel>
</rss>

