Denys Shchukin

SDENPIKE

About Me

EXPERTISE
CG Supervisor
INDUSTRY
Film/TV

Connect

LOCATION
Canada
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Quickest / simplest way to give each instance of my HDA a different seed value? Nov. 5, 2018, 2:49 p.m.

This Python expression will give you new random for each copy based on a full path to the node

import random
random.seed(hou.node(“.”).path())
return random.random()

Houdini Help Apple and Android application Dec. 30, 2013, 12:29 p.m.

I think that just Help Doc will be good enough.

No needs to have example files.

Videotutorials could be as aditional option but not necessary at all

Houdini Help Apple and Android application Dec. 27, 2013, 5:40 p.m.

Hi all,

Hope that all of you doing well!

I think - that will be very nice and handy if Sidefx publish mobile application with Help Doc for Android and Apple devices.
Sometimes I find new ideas in train, or gym, or somewhere else.
Internet not always awailable - so I think that it will be very convinient to always have offline mobile version of help - to check you ideas anywhere and anytime

What are you guys think about this?

Denys