Blender Geometry Nodes - Create This STUNNING Text Animation

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 18

  • @TiFiDesign
    @TiFiDesign  4 หลายเดือนก่อน

    So it's not a bug, it's just a missing feature! Blender's Trim Curve documentation does have a warning that cyclic splines are not currently supported. Which tells me that at some point when they are supported, we won't need the work around in the video to disable the Trim Curve at the end of the animation duration. 🎉
    Also, I later discovered that you CAN use the Sample Curve node to get unique positions for all points. I misinterpreted the documentation. The fact that it inputs and outputs fields should have been my clue. If you connect the Index field to the Sample Curve's Curve Index input, the Position output field will give you the factor's position for every spline in the Curve geometry input. No need for the Repeat Zone. You can use Domain Size to get the count of splines, use a Points node with that count, then plug the Sample Curve's Position field output into the Points node to set their positions.

  • @Blendergrid
    @Blendergrid 4 หลายเดือนก่อน +3

    Great stuff man! This could be useful for logo animations as well :)

    • @TiFiDesign
      @TiFiDesign  4 หลายเดือนก่อน

      Glad you enjoyed it! Yep a lot of the concepts apply as well.

  • @marcelolbr
    @marcelolbr 3 หลายเดือนก่อน +1

    Great work. I have a question: how can we use this method but presenting each letter after each other (like in your typing video)?

  • @WtfQuenombrepongo
    @WtfQuenombrepongo 4 หลายเดือนก่อน +4

    Underrated channel

    • @TiFiDesign
      @TiFiDesign  4 หลายเดือนก่อน +1

      This made my day. Thank you!

  • @tobenracicot
    @tobenracicot 4 หลายเดือนก่อน +1

    Excellent work!

    • @TiFiDesign
      @TiFiDesign  4 หลายเดือนก่อน

      Thanks a lot!

  • @thomasmortley6136
    @thomasmortley6136 4 หลายเดือนก่อน

    super cool tutorial

    • @TiFiDesign
      @TiFiDesign  4 หลายเดือนก่อน

      Thank you! Hope you learned some useful stuff from it.

  • @BlenderPoint
    @BlenderPoint 4 หลายเดือนก่อน

    Nice!! 🎉

    • @TiFiDesign
      @TiFiDesign  4 หลายเดือนก่อน

      Thank you! 😊

  • @stibbits7087
    @stibbits7087 4 หลายเดือนก่อน

    Is there a reason for using colour ramp to drive the orb size, rather than a float curve? I guess it demonstrates another approach, but I always find that float curves are more intuitive.

    • @TiFiDesign
      @TiFiDesign  4 หลายเดือนก่อน

      No particular reason other than habit or preference. I tried adjusting it with the float curve and still prefer the color ramp. The color ramp let's you see the effect as you drag the stops around whereas the float curve you have to release the mouse button to see the change. I suppose it depends on the situation.

  • @mystery_guy
    @mystery_guy หลายเดือนก่อน

    thanks @TiFiDesign good job!

    • @TiFiDesign
      @TiFiDesign  หลายเดือนก่อน

      Thank you! I'm glad you enjoyed it. :)

  • @SathishkumarA-e2z
    @SathishkumarA-e2z 7 วันที่ผ่านมา

    HI..awesome tutorial BTW . just a small doubt How to I Delay the Animation? like How can i make the animation Start after a Few Frames?

    • @TiFiDesign
      @TiFiDesign  7 วันที่ผ่านมา

      Thank you! You should be able to add a Math node after the Scene Time node to subtract some amount of seconds or frames so it starts in the negatives. Once it starts to go above 0 the animation curve will kick in.