File tree Expand file tree Collapse file tree 5 files changed +614
-123
lines changed
Expand file tree Collapse file tree 5 files changed +614
-123
lines changed Original file line number Diff line number Diff line change 11{
22 "FileVersion" : 3,
33 "FriendlyName" : "Houdini Engine v2",
4- "Version" : 18000597 ,
5- "VersionName" : "v2 - Beta1 - H18.0.597 ",
4+ "Version" : 18050351 ,
5+ "VersionName" : "v2 - Beta1 - H18.5.351 ",
66 "CreatedBy" : "Side Effects Software Inc.",
77 "CreatedByURL" : "http://www.sidefx.com",
88 "DocsURL" : "http://www.sidefx.com/docs/unreal/",
Original file line number Diff line number Diff line change 3232
3333/*
3434
35- Houdini Version: 18.0.597
36- Houdini Engine Version: 3.4 .0
35+ Houdini Version: 18.5.351
36+ Houdini Engine Version: 3.5 .0
3737 Unreal Version: 4.25.0
3838
3939*/
@@ -47,11 +47,11 @@ public class HoudiniEngine : ModuleRules
4747{
4848 private string GetHFSPath ( )
4949 {
50- string HoudiniVersion = "18.0.597 " ;
50+ string HoudiniVersion = "18.5.351 " ;
5151 bool bIsRelease = true ;
5252 string HFSPath = "C:/dev/hfs" ;
5353 string RegistryPath = "HKEY_LOCAL_MACHINE\\ SOFTWARE\\ Side Effects Software" ;
54- string Registry32Path = "HKEY_LOCAL_MACHINE\\ SOFTWARE\\ WOW6432Node\\ Side Effects Software" ;
54+ string Registry32Path = "HKEY_LOCAL_MACHINE\\ SOFTWARE\\ WOW6432Node\\ Side Effects Software" ;
5555 string log ;
5656
5757 if ( ! bIsRelease )
You can’t perform that action at this time.
0 commit comments