My UI Customizations for Houdini 19

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

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

  • @neondepth
    @neondepth 3 года назад +2

    Thank you for taking the time to share.

  • @bUildYT
    @bUildYT 3 месяца назад +1

    good, smart and fast, perfect!

  • @KonstantinMagnus
    @KonstantinMagnus 3 года назад +6

    Also: Edit > Preferences > Notifications: 'Status Bar' and 'Surpress' for me. Removes the bottom text covering the viewport.

    • @JohnKunz
      @JohnKunz  3 года назад +2

      Thanks!! Was wondering how to disable that for a while now :D

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

    You have done a wonderful job🔥

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

    Unique Information!!!👍

  • @antoniopepe
    @antoniopepe 3 года назад +1

    Fantastico.
    thank you very much for your wiki too !

  • @pragmaticvfx
    @pragmaticvfx 3 года назад +1

    Very comprehensive guide John, way to go! I also do most of what you showed here. IMO they should be the default.

    • @JohnKunz
      @JohnKunz  3 года назад +1

      Thanks! I understand sidefx's mindset in courting new users or users from other software packages but agree an 'old school' toggle or something of the sort would be great :D

    • @pragmaticvfx
      @pragmaticvfx 3 года назад

      @@JohnKunz Yes but i wished that also provided a "pro" houdini mode where they didn't downplay the network editor which is the case with the default desktop imo.
      Even when my tuto using a very custom desktop that's not in the software, i didn't get why complaints but rather a lot of questions on how to have the same desktop or that they found the course a lot better due to maximized screen estate.

  • @KonstantinMagnus
    @KonstantinMagnus 3 года назад +6

    Really inspiring, lots of great findings! (I have increased the color contrast of the slate theme a bit though ; )

    • @JohnKunz
      @JohnKunz  3 года назад

      is there specific lines in the config you find helpful to edit to increase contrast? I've never gotten to deep in the actual config files themselves.

    • @KonstantinMagnus
      @KonstantinMagnus 3 года назад +1

      Me neither. So far I have only increased the overall contrast in the color settings menu to 1.15
      Also changed line 84 in Slate.hcs back to: IconSaturation: 1.0 and line 94 to: BackColor: GREY(0.24)
      For blue sliders: Line 179: SliderAdvancedGroove: SELECTION_BASE

    • @lotuseaters
      @lotuseaters 3 года назад +1

      @@KonstantinMagnus this really helps thanks!

    • @timelinefx4057
      @timelinefx4057 3 года назад

      @@KonstantinMagnus hi,do you konw how to change the H19 parameter window seperator(text bg) color?

    • @KonstantinMagnus
      @KonstantinMagnus 3 года назад

      @@timelinefx4057 Hi, sorry I don't know ,

  • @FaddyVFX
    @FaddyVFX 3 года назад +2

    Good layout, very good

  • @pranav_indoria
    @pranav_indoria 6 месяцев назад +1

    @JohnKunz could there be a way to have houdini give a rename popup right when you place certain nodes like null, object merge, geometry, etc. instead of placing them and then double clicking to rename? Sounds like a small thing but would save a lot of time in the long run i guess...

    • @JohnKunz
      @JohnKunz  6 месяцев назад +2

      You can do this with the OnCreated event www.sidefx.com/docs/houdini/hom/locations.html#disk
      This event lets you run any code when a specific or any node is created, you can color the node, rename it, or raise a pop up to rename it if needed.

    • @pranav_indoria
      @pranav_indoria 6 месяцев назад

      @@JohnKunz Aw thanks! Have a fantastic day brother! Cheers!

    • @redbirdwerewolf
      @redbirdwerewolf 5 месяцев назад

      ​@@JohnKunz Hi John, could you elaborate on that or point me in the right direction like a tutorial or guide having something similar, because from the docs I didn't understand much
      (I've started with houdini not more than a year ago...)
      This would be really helpful, and coloring the node as well!

    • @JohnKunz
      @JohnKunz  5 месяцев назад +2

      @@redbirdwerewolf
      You can make this text file
      houdini/20.0/scripts/OnCreated.py
      Then put in this code
      node = kwargs['node']
      node.setColor( hou.Color( (0.8, 0.8, 0.8) ) )
      if node.type().nameWithCategory() == 'Sop/null':
      null_color = hou.ui.selectColor(initial_color=hou.Color((1, 1, 1)))
      node.setColor(null_color)
      node.setName(hou.ui.readInput('Node Name')[1])

    • @JohnKunz
      @JohnKunz  5 месяцев назад +2

      This will set every node to gray color,
      if it's a null in the sop context prompt a custom color,
      then prompt a name for the node

  • @heinblues
    @heinblues 3 года назад +1

    Thanks for sharing all that stuff! :)

    • @JohnKunz
      @JohnKunz  3 года назад

      Happy to share!!

  • @Adenomamusic
    @Adenomamusic 3 года назад

    Missed your streams John, hope you are well.

  • @Electricvfx
    @Electricvfx 3 года назад +1

    Top Question on the twitch stream hehe.

  • @KZLR
    @KZLR 3 года назад

    Gold.

  • @jimjimjim5995
    @jimjimjim5995 2 года назад

    what resolution is your monitor? kind of huge and I like it

    • @JohnKunz
      @JohnKunz  2 года назад +1

      UHD 4K de 27" (3840x2160)

  • @jostimantatarigan7657
    @jostimantatarigan7657 2 года назад

    Im currently using 16:9 monitor but runs out of horizontal space quickly. I ended up resizing the horizontal panel quite often and it's disturbing. I wonder if ultrawide might help with this issue but I'm afraid I need to skew my head too much to reach the side. Any comment on using ultrawide?

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

      Houdini on a 16:9 is kinda squeezed, and it'ss not that great on a dual screen...
      I just bought an ultrawide and even though it takes some adaptation for other programs, it's a blessing for Houdini!

  • @DaydayMiss2003
    @DaydayMiss2003 3 года назад

    Helpful !thanks!
    What about talk something of your operating system for the windows user?
    💯

  • @maxie6990
    @maxie6990 3 года назад

    Hey how did you build your website?
    I just want to create a wiki site as a CG note for myself so that's why i ask

    • @maxie6990
      @maxie6990 3 года назад

      And the part where show the old asset version is awesome

    • @JohnKunz
      @JohnKunz  3 года назад

      Yes, I'm just using mediawiki www.mediawiki.org/wiki/MediaWiki

  • @Bolaway
    @Bolaway 2 года назад +1

    This software is complicated even to change layout and colors...Side FX needs to make simple things simple, not complicated.

  • @philippepetitpas1883
    @philippepetitpas1883 3 года назад +1

    Really nice thank you !
    Can I ask you, what’s your Linux distribution ?
    And how did you do to having houdini lunching like that ? Since houdini 19, I have to lunch before every houdini lunch, in the terminal : export LD_PRELOAD="/usr/lib64/libc_malloc_debug.so.0"