|
@@ -107,7 +107,6 @@ public class BuildV3SceneServiceImpl implements IBuildSceneService {
|
|
|
this.downLoadSource(message, message.getPath());
|
|
|
JSONObject fdageJson = JSONObject.parseObject(FileUtils.readFile(message.getPath().concat("/capture/data.fdage")));
|
|
|
// 兼容旧的数据,防止OnlyExportMeshObj标志未删除掉
|
|
|
- log.info("data.fdage 内容:{}",fdageJson.toJSONString());
|
|
|
boolean rewrite = false;
|
|
|
if (fdageJson.containsKey("OnlyExportMeshObj")) {
|
|
|
log.info("data.fdage 包含 OnlyExportMeshObj,进行去除!");
|