My UI Customizations for Houdini 19

  Рет қаралды 12,017

John Kunz

John Kunz

Күн бұрын

Пікірлер: 41
@neondepth
@neondepth 3 жыл бұрын
Thank you for taking the time to share.
@KonstantinMagnus
@KonstantinMagnus 3 жыл бұрын
Also: Edit > Preferences > Notifications: 'Status Bar' and 'Surpress' for me. Removes the bottom text covering the viewport.
@JohnKunz
@JohnKunz 3 жыл бұрын
Thanks!! Was wondering how to disable that for a while now :D
@RMAFIRE
@RMAFIRE Жыл бұрын
You have done a wonderful job🔥
@Dmitriy_Zol
@Dmitriy_Zol Жыл бұрын
Unique Information!!!👍
@bUildYT
@bUildYT 5 ай бұрын
good, smart and fast, perfect!
@pragmaticvfx
@pragmaticvfx 3 жыл бұрын
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 жыл бұрын
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.
@antoniopepe
@antoniopepe 3 жыл бұрын
Fantastico. thank you very much for your wiki too !
@FaddyVFX
@FaddyVFX 3 жыл бұрын
Good layout, very good
@KonstantinMagnus
@KonstantinMagnus 3 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 ,
@pranav_indoria
@pranav_indoria 8 ай бұрын
@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 8 ай бұрын
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 8 ай бұрын
@@JohnKunz Aw thanks! Have a fantastic day brother! Cheers!
@redbirdwerewolf
@redbirdwerewolf 8 ай бұрын
​@@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 8 ай бұрын
@@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 8 ай бұрын
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 жыл бұрын
Thanks for sharing all that stuff! :)
@JohnKunz
@JohnKunz 3 жыл бұрын
Happy to share!!
@Adenomamusic
@Adenomamusic 3 жыл бұрын
Missed your streams John, hope you are well.
@KZLR
@KZLR 3 жыл бұрын
Gold.
@Electricvfx
@Electricvfx 3 жыл бұрын
Top Question on the twitch stream hehe.
@JohnKunz
@JohnKunz 3 жыл бұрын
:D
@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!
@jimjimjim5995
@jimjimjim5995 2 жыл бұрын
what resolution is your monitor? kind of huge and I like it
@JohnKunz
@JohnKunz 2 жыл бұрын
UHD 4K de 27" (3840x2160)
@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
@DaydayMiss2003
@DaydayMiss2003 3 жыл бұрын
Helpful !thanks! What about talk something of your operating system for the windows user? 💯
@Bolaway
@Bolaway 2 жыл бұрын
This software is complicated even to change layout and colors...Side FX needs to make simple things simple, not complicated.
@arlo1993-n1c
@arlo1993-n1c 3 жыл бұрын
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"
Houdini - Camera animation (English subs)
13:18
Houdini по-русски
Рет қаралды 17 М.
8 Houdini tips you probably didn’t know
3:11
Paul Esteves
Рет қаралды 13 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Why 3D Software Can't Catch up to Maya in Animation
10:46
InspirationTuts
Рет қаралды 144 М.
SideFX Houdini - Setting Up Custom Desktops
8:52
Tobias Steiner
Рет қаралды 964
Houdini POP Steer Seek VELLUM Tutorial
10:46
3D Cloud
Рет қаралды 2,7 М.
Interview: how to start in CGI and VFX and work for NETFLIX
23:43
Хохлов Сабатовский
Рет қаралды 91 М.
How Games are HACKING Color Theory
9:44
Ai Angel
Рет қаралды 409 М.
Как я СТРОИЛ ОБОРОНУ - Thronefall
25:30
Obsidian Time
Рет қаралды 252 М.
Ruins randomized brick wall
10:14
cgside
Рет қаралды 6 М.
Houdini is HIP - Part 11: Pyro I
27:13
Nine Between
Рет қаралды 16 М.
DeepSeek is a Game Changer for AI - Computerphile
19:58
Computerphile
Рет қаралды 1 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН