【UE4】使用Unreal Datasmith教程(3dsmax2018 SketchUp2018)

转载自 https://blog.csdn.net/qq_21153225/article/details/81318011

效果可以看这个帖子:草图大师SU导入Unity和虚幻UE4对比

Datasmith图标消失看这个帖子:Datasmith图标消失解决

Unreal Datasmith 美术处理流程,支持直接从3DSmax等DCC工具导入到UE4中

相对以往美术开发流程更加快速方便

0.账号激活UnrealStudio

https://www.unrealengine.com/zh-CN/studio

1.安装Datasmith导出插件

(电脑需已安装may/max 2017/2018/2019,或者SetchUp2018)

美国官网插件网址:

(更新快一些,速度都差不多)

https://www.unrealengine.com/en-US/studio/downloads

下载安装即可。

国内网站

国内的网站:https://www.unrealengine.com/zh-CN/studio/downloads

官方流程:https://www.unrealengine.com/zh-CN/studio/confirm

视频教程(科学上网):https://academy.unrealengine.com/

------------------------------------------------------------------------------------------------------------------------------------------------

2018.11.23更新

支持的软件、格式、软件版本、导出导入方式及选项

软件名称支持格式软件版本支持方式UE导入选项按钮
Alias Wire.wire--直接支持CAD
3D ACIS.satUp to R21直接支持CAD
3DXML.3dxmlFS 2.0直接支持CAD
Autodesk 3ds Max.udatasmith2016, 2017, 2018, 2019导出插件Datasmith
Autodesk AutoCAD.dwg--直接支持CAD
Autodesk Inventor.iam, .iptUp to 2018直接支持CAD
Autodesk Revit.udatasmith2018.3, 2019导出插件Datasmith
Autodesk VRED.fbxVRED Professional 2018 and 2019导出插件VRED Fbx
AxF.axf
(Fixed carpaint and SVBRDF models only)
--直接支持Unreal Editor Import
CADDS.gbf4 & 5直接支持CAD
CATIA V5.catpart, .catproduct, .cgrR10 - R24直接支持CAD
Deltagen.fbx (CSB not supported)2017, 2018导出时选项Deltagen Fbx
ESRI CityEngine.udatasmith--导出插件Datasmith
I-DEAS.unvUp to NX6直接支持CAD
Initial Graphics Exchange Specification (IGES).iges, .igs5.2, 5.3直接支持CAD
JT Open.jtUp to 10直接支持CAD
MDL.mdl2018直接支持Unreal Editor import
Parasolid (x_t).x_tup to 20直接支持CAD
PTC Creo (Pro/ENGINEER).asm.1, .neu, .prt.1V13 up to Creo 4直接支持CAD
Rhinoceros.3dmup to 6直接支持CAD
ROBCAD.rf--直接支持CAD
Siemens NX.prtV11 - NX9直接支持CAD
Trimble SketchUp Pro.udatasmith2017, 2018导出插件Datasmith
SolidWorks.sldasm, .sldprtUp to 2017直接支持CAD
STEP.stepAP203, AP214, AP242直接支持CAD

请根据对应软件版本、导出格式、导入选项,进行设置操作

原文连接:https://docs.unrealengine.com/en-us/Studio/Datasmith/SupportedSoftwareAndFileTypes

------------------------------------------------------------------------------------------------------------------------------------------------

遇到了个问题,3DSMax2016有打不开示例工程,卸载完,安装3DSMAX2018版本。安装 UE4 datasmith插件后看不到Unreal datasmith 格式文件,整了半天。

几个注意事项:

1.卸载Max,一定用Autodesk卸载工具进行卸载,自带Max卸载工具有残留,不然不识别unreal datasmith插件

2.激活,一定要删除C:\ProgramData\FLEXnet 文件 ,在进行激活,不然会出各种各样问题(激活页面不出来、激活卡死、激活失败后再次开启闪退等等)

 

------------------------------------------------------------------------------------------------------------------------------------------------

2.激活datasmith

 

按照步骤点击激活,成功后,回到Epic Game Lanucher中,查看Unreal Studio状态

3.安装Unreal Datasmith插件

4.1从3Dmax中导出

选择选中的模型、或者全部显示的模型进行导出

4.2 从SketchUp导出 

选中文件- 导出 -三维模型 ,格式选择datasmith

等待完成即可

 

5.导入到UE4中

选择xxx.udatasmith格式,import即可

su导出datasmith同理

来一张SketchUp和UE4的对比(没有进行后处理)

以上为datasmith的使用方法

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
Everyday Data Structures by William Smith English | 14 Mar. 2017 | ASIN: B01M01YOVF | 344 Pages | AZW3 | 1.4 MB A practical guide to learning data structures simply and easily About This Book This book is a very practical, friendly, and useful guide that will help you analyze problems and choose the right data structures for your solution Learn to recognize data patterns for determining which structures apply to a given problem Explore the unique rules or "gotchas" that will help you become an excellent programmer Who This Book Is For If you're self-taught programmers in any language who wants to gain a solid understanding of data structures and how to use them to solve real-world problems in your day-to-day development work, then this book is for you. What You Will Learn A rapid overview of data types, applications for each type, best practices and high-level variations between platforms Review the most common data structures and build working examples in the languages used for mobile platform software development Understand advanced data structure concepts such as generic collections, searching and sorting algorithms, and recursion Learn to use Stacks (LIFO) and queues (FIFO) in your daily application Add/remove objects and nest arrays and dictionaries within another dictionary and understand why such architecture is often preferred or necessary Get acquainted with the tree structures such as heap, binary, and graphs, apply them to work Unleash the power of different sorting techniques such as bubble sort, quick sort, merge sort, insertion sort, and radix sort Perform searching operations on arrays, heaps, graphs, and binary trees in different languages In Detail If you want to learn different data structures and their real-world applications quickly through practical examples, then Everyday Data Structures is for you. This book can introduce you to new data structures and their potential applications through examples in languages common to mobile software development on the most popular platforms. The examples are presented with real-world concepts using language that everyone will understand. This book is logically divided into two parts; the first one covers the basic data structures that are built into most languages such as Objective-C, C#, Java, and Swift. It will cover detailed analysis of the common data structures such as arrays, lists, stacks, Queues, and heaps, typical applications, and specific concerns for each language. Each chapter will provide in-depth examples in several popular languages based on real-world applications. The second part will cover more advanced data structures such as generic collections, sorting, searching, and recursion and ways to use those structures in everyday applications. Style and approach This is a practical, result-focused guide, which is easy to follow, but also fast-paced and really satisfying with full of examples.
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值