Vincent Leclerc

ScrollLocku_Sama

About Me

Env lead at RodeoFX. Fighting against Scroll Lock and USD to make the world a better place
専門知識
VFX Artist
INDUSTRY
Film/TV

Connect

LOCATION
Montréal, Canada
ウェブサイト

Houdini Skills

ADVANCED
Procedural Modeling  | Environments  | Digital Assets  | VEX
INTERMEDIATE
Python

Availability

Not Specified

Recent Forum Posts

How to change viewport color, disable grid from Python 2023年6月27日9:55

Hi, nothing is happening because you're actually querying the colorScheme instead of setting it.

So, the correct last line should be :
tview_settings.setColorScheme(hou.viewportColorScheme.Dark)
instead of :
tview_settings.setColorScheme = hou.viewportColorScheme.Dark

(I know that this is an old post, but it's the 1st google result, I'm replying just in case of someone is searching the same thing)