Adding some plugins for pedestrians of gen. 3
This commit is contained in:
parent
3552b1f184
commit
fb41820d92
|
@ -116,6 +116,14 @@
|
||||||
{
|
{
|
||||||
"Name": "PythonScriptPlugin",
|
"Name": "PythonScriptPlugin",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "AlembicHairImporter",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "HairStrands",
|
||||||
|
"Enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -37,6 +37,7 @@ r.DistanceFields.AtlasSizeXY=1024
|
||||||
r.DistanceFields.AtlasSizeZ=2048
|
r.DistanceFields.AtlasSizeZ=2048
|
||||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
r.DefaultFeature.AntiAliasing=2
|
r.DefaultFeature.AntiAliasing=2
|
||||||
|
r.VirtualTextures=True
|
||||||
|
|
||||||
[/Script/AIModule.AISense_Sight]
|
[/Script/AIModule.AISense_Sight]
|
||||||
bAutoRegisterAllPawnsAsSources=False
|
bAutoRegisterAllPawnsAsSources=False
|
||||||
|
|
Loading…
Reference in New Issue