oblongowl
oblongowl
About Me
Connect
LOCATION
                
                    
                    Not Specified
                
            ウェブサイト
                Houdini Engine
Availability
Not Specified
            Recent Forum Posts
error installing key 2018年12月16日21:57
 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 …
            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 2016年8月20日14:26
 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 2016年8月18日0:42
 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”);
            ————————-
//assign points to groups by rand:
int i = int(rand(@ptnum)*10);
string grp = sprintf(“group_%d”, i);
setpointgroup( geoself(), grp, @ptnum, 1, “set”);