File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ def test_cmp(self):
4040
4141 def test_ptr (self ):
4242 source_model = StaticMeshSourceModel ()
43- source_model .ref (). BuildSettings . ref () .bRecomputeNormals = False
44- source_model .ref (). BuildSettings . ref () .bRecomputeTangents = True
45- source_model .ref (). BuildSettings . ref () .bUseMikkTSpace = True
46- source_model .ref (). BuildSettings . ref () .bBuildAdjacencyBuffer = True
47- source_model .ref (). BuildSettings . ref () .bRemoveDegenerates = True
43+ source_model .BuildSettings .bRecomputeNormals = False
44+ source_model .BuildSettings .bRecomputeTangents = True
45+ source_model .BuildSettings .bUseMikkTSpace = True
46+ source_model .BuildSettings .bBuildAdjacencyBuffer = True
47+ source_model .BuildSettings .bRemoveDegenerates = True
4848
4949 source_model2 = source_model .clone ()
5050 self .assertEqual (source_model2 .BuildSettings .bRecomputeNormals , False )
You can’t perform that action at this time.
0 commit comments