File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ class ColladaFactory(PyFactory):
122122 self .Formats = [' dae;Collada' ]
123123 # set the UClass this UFactory will generate
124124 self .SupportedClass = StaticMesh
125- ue.log(dir (self ))
126125
127126 # this functions starts with an uppercase letter, so it will be visible to the UE system
128127 # not required obviously, but it will be a good example
@@ -165,7 +164,7 @@ class ColladaFactory(PyFactory):
165164 # fix mesh data
166165 self .FixMeshData()
167166
168- # create a new mesh, FRawMesh is an ptopmized wrapper exposed by the python plugin. read: no reflection involved
167+ # create a new mesh, FRawMesh is an optimized wrapper exposed by the python plugin. read: no reflection involved
169168 mesh = FRawMesh()
170169 # assign vertices
171170 mesh.set_vertex_positions(self .vertices)
You can’t perform that action at this time.
0 commit comments