oblongowl

oblongowl

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

error installing key Dec. 16, 2018, 9:57 p.m.

i am hitting same issues. However the above recommendations did not work.

on windows 10
launching 17.0.416 command prompt says EnvControl: HOUDINI_USER+PREF_DIR missing __HVER__, ignored.

Then a pane comes up - the Houdini License administrator
saying: Error installing key: LICENSE Genereric Houdini-Master-NonCommercial 17.0 1 15-jan-2019 blah blah ….

Thats it. No houdini …

Pops - document for to explain targetv , implicit drag - how and when to use them Aug. 20, 2016, 2:26 p.m.

I cannot find any documentation on targetv and reading the popsolver notes there seems to be a definite science to how multiple attributes: drag, spindrag, targetv, airresist spinresist etc etc interact. There is no actual explanation of what targetv is?

Using VEX with variables to construct commands Aug. 18, 2016, 12:42 a.m.

Never mind resolved it:

————————-
//assign points to groups by rand:
int i = int(rand(@ptnum)*10);
string grp = sprintf(“group_%d”, i);
setpointgroup( geoself(), grp, @ptnum, 1, “set”);