One last workaround for UE3 T3D files is to remove all lines that look like
xxxx=BrushComponent’yyyy’, I use a regular expression in Notepad++ to remove all the lines with find and replace ,"^\s*\w*(\w)=BrushComponent’.’.*\R"
One last workaround for UE3 T3D files is to remove all lines that look like
xxxx=BrushComponent’yyyy’, I use a regular expression in Notepad++ to remove all the lines with find and replace ,"^\s*\w*(\w)=BrushComponent’.’.*\R"