Vincent Leclerc

ScrollLocku_Sama

About Me

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

Connect

LOCATION
Montréal, Canada
WEBSITE

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 June 27, 2023, 9:55 a.m.

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)