STOP guessing what (the rest) of the Blend Modes Do

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 31

  • @Mayur-s6p9j
    @Mayur-s6p9j 5 дней назад +1

    Great Teacher Johnny Nodes

  • @freshmaker4o
    @freshmaker4o Год назад +3

    Fantastic! Exactly what I was looking for, a thorough breakdown of one of the core concepts in SD, thanks a lot!

  • @jakelongartist
    @jakelongartist Год назад +3

    It was finally time for me to sit down and understand these, watched the previous video before this one and it's been super helpful! Gonna watch a bunch of your other great videos now! Good job Johnny, you've got a sub from me! 🤓

  • @zdspider6778
    @zdspider6778 9 месяцев назад +4

    Why'd you stop making these? 😕 These are great!

  • @umermemon979
    @umermemon979 3 месяца назад

    Please upload more. make them as technical as possible.

  • @oomegator
    @oomegator 7 месяцев назад +1

    Superb stuff! I've been and still do struggle wrapping my mind around Substance Designer, and this is super helpful! Hoping for a glorious comeback, your videos are greatly appreciated!

  • @nickbrady9880
    @nickbrady9880 Год назад +7

    Your videos are fantastic dude. Everything in here has seriously helped me tighten up so many little things in my materials that felt amateur-ish. Thank you!!

    • @Johnny_Nodes
      @Johnny_Nodes  Год назад +2

      That's wonderful! Glad you're finding them helpful.

  • @harrysanders818
    @harrysanders818 Год назад

    It's a good sign when your brain hurts during watching a tutorial :D The one thing that I took away from this (among multiple other great aha moments and deepening refreshers, taking notes and building the graph alongside) is that Min/Max can essentially act like Boolean operations "Add" and "Subtract", with the grey scale image content determining how what gets "fused" or "cut out", just like working with 3d forms in a modeling program. To use it that way, this seems to need to have your input inverted when jumping from one mode to the other, cause otherwise it acts more like an "Intersection".

  • @Soulsphere001
    @Soulsphere001 Год назад +1

    It's nice to understand that Overlay is similar to Add Sub but using Multiply and Screen, and that will definitely help me know when best to use it. I never mentioned it, but I do sometimes swap between blend modes to see what they look like. Hopefully I won't need to do that anymore, or at least I hope those days are numbered. Thank you again, Johnny.

  • @nicolaizafra9705
    @nicolaizafra9705 Год назад

    Thank you sir, very helpful and informative!

  • @Santisc4d
    @Santisc4d Год назад

    These videos are gold! Thank you so much!
    I recently learned a use case for the blend mode divide. If you for example have a tile generator, you can duplicate it and plug them both in to a divide, change the color variation and you will have an ID map.

  • @wythegao9812
    @wythegao9812 Год назад

    great job, please make more

  • @Lyco0n
    @Lyco0n 10 месяцев назад

    Where is the video on histograms :D? Hope you will have some time to do it in future, awesome and easy to understand videos

  • @xff3959
    @xff3959 Год назад +1

    sir
    we want more tutorial about about substance designer
    I am formout substance designer
    I am from Bangladesh

  • @Derabooo
    @Derabooo Год назад +1

    Thank you for the great explanation!

  • @titanmoruma5834
    @titanmoruma5834 11 месяцев назад

    best tutorial on substance designer ever!

  • @abhiraaid
    @abhiraaid Год назад

    Thanks a bunch for making these videos, this'll take a while to sink in.....🙂

  • @mlv617
    @mlv617 Год назад

    Awesome. Huge help, thank you!!

  • @laverbellstring1759
    @laverbellstring1759 Год назад

    Fantastic Video!!!! :D :D :D

  • @KristjanLaane
    @KristjanLaane 7 месяцев назад

    does AddSub exist in photoshop (by another name)?

  • @elenarossato-h3m
    @elenarossato-h3m Год назад +1

    great video,could you make one to explain how to fix weird intersections when splattering a shape ?

    • @Johnny_Nodes
      @Johnny_Nodes  Год назад +1

      Yup thats on the list - some of it comes down to setup on the generators and some after the blends

    • @elenarossato-h3m
      @elenarossato-h3m Год назад

      @@Johnny_Nodes thank you so much !Looking forward to it 🌱

  • @Choochufkhan
    @Choochufkhan Год назад

    do u have any plans for doing "creating vfx in substance designer" like using the substance player to create some sprites n stuff

  • @Cielart3d
    @Cielart3d 2 месяца назад

    Hi Jhonny, thx for the vids, sorry to see u dont make vids anymore,.............................. I just wanted to say I think u explained the overlay blending mode wrong, and referring to the foreground's color values when it looks at the background's color values to see,.. if BG is darker than 0.5 then it will 2* (multiply both), and same with screen if brighter than 0.5 but it also multiplies 2 to the result before inverting, ..................and the color demo u showed with an overlay with a goldish color, the color node should be on the foreground and not the background to look right on a mathematical perspective, and the reason it worked on the scene cz the color values are close to 0.5 , if anyone picks extreme colors like (1,0,0) it wont work , unless its switched as is non-commutative , then it will work properly as intended................................ { hope u will be back soon btw learned a lot from u ! couldn't find u on artstation dk why , will be real sad if u leave , thx for all u have done !!!! }

    • @Johnny_Nodes
      @Johnny_Nodes  2 месяца назад

      Overlay multiplies or screens, there's no x2 happening to the images first

    • @Johnny_Nodes
      @Johnny_Nodes  2 месяца назад

      Overlay simply multiplies

    • @Cielart3d
      @Cielart3d 2 месяца назад

      @@Johnny_Nodes how overlay truly works is it looks at the background image and if the value is less than 0.5 it will do ---> 2 * (background) x (foreground) ,{when simple multiply is --> background x foreground} , and if the background values are greater or equal to 0.5 it will ---->
      1 - 2 *(1-background)*(1-foreground), {when simple screen is --> 1-(1-background)(1-foreground)}. also I did the math in L32 and multiplied 2 and it checks out... thx to u as u showed how screen works under the hood!!! u can also check the graph pic I shared and how its seeking the values from the background to decide either to multiply or screen with a multiple of 2.
      lol btw I added the graph link as well Ik u busy but maybe u might like what u see !!!!
      graph pic A- ( imgur.com/NXygHDu ), graph pic B - ( imgur.com/HEjYvGd ) , graph pic C - ( imgur.com/29lQULS )
      download link file - {drive.google.com/file/d/1q4Tqxr8W4CDrJefFFoqLwZVuBQKVzq74/view?usp=sharing}