Commit Graph

275 Commits

Author SHA1 Message Date
Benn Gallagher
8757cb3641 Physics interface cleanup.
* Removed deprecated or dead code paths
* Simplified build system setup for physics support
* Deprecated build system flags and unsupported macros

#jira none
#rb Chris.Caulfield, Kriss.Gossart
#preflight 62963ec0fe779f23c8ea0c5e

[CL 20450744 by Benn Gallagher in ue5-main branch]
2022-06-01 06:59:18 -04:00
kerim borchaev
edfd186940 [3ds Max] DirectLink: fixed export of animated transform when parent of animated node is hidded
Animation for transforms exported as relative to parent actors. Hidden nodes are not exported by the plugin so relative transform need to be taken to closest exported ancestor node.

#jira UE-131680
#preflight 6294af1e380652524ec77dc7
#rb #rb benoit.deschenes

[CL 20450056 by kerim borchaev in ue5-main branch]
2022-06-01 05:03:27 -04:00
kerim borchaev
34d0698e36 [3ds Max] DirectLink: Ies light syncs texture element for Ies texture
#jira UE-137090
#preflight 62962f3795336ad2bfbde6ee
#rb benoit.deschenes

[CL 20449996 by kerim borchaev in ue5-main branch]
2022-06-01 04:58:30 -04:00
benoit deschenes
2e116c92cd DatasmithExpoter - Adding a CloseCurrentSource() function to our DirectLink simplified API.
Some DCC may close a 3d scene without closing the application, in that case they must be able to close the DirectLink source as well.
With the simplified DirectLink API (FDatasmithDirectLink) this was only achievable by creating a new scene that would override the existing one, which is not desirable in this case.
Our C# exporters can only use the simplified API at the moment and this seems like a common enough use-case to be added to FDatasmithDirectLink.

#jira UE-140665
#rb Johan.Duparc
#preflight 6290fa2db83292836e093ea2
#preflight 62953a005370042eb043f84a

[CL 20433116 by benoit deschenes in ue5-main branch]
2022-05-30 18:04:46 -04:00
kerim borchaev
edddca51fa [3ds Max] DirectLink: Max uv channel ids are remapped to Unreal's uv index
#jira UE-147174
#preflight 6290e226dd2be751aedba4c1
#rb benoit.deschenes

[CL 20431103 by kerim borchaev in ue5-main branch]
2022-05-30 11:00:50 -04:00
emil kirichev
93a8f42ed1 Datasmith Revit: Ability to specify a custom origin point
#jira UE-153774
#rb JeanLuc.Corenthin
#preflight none

[CL 20428698 by emil kirichev in ue5-main branch]
2022-05-30 01:56:20 -04:00
emil kirichev
d867ed4462 Revit - Direct link sends updates even when autosync isn't enabled
#jira UE-151720
#rb JeanLuc.Corenthin
#preflight none

[CL 20391417 by emil kirichev in ue5-main branch]
2022-05-27 06:19:33 -04:00
kerim borchaev
6f3a4adec4 [3ds Max] DirectLink: Log window Copy button copies whole content when nothing is selected
#jira UE-151445
#preflight 629049bb4f63120d8e0b7036
#rb benoit.deschenes

[CL 20390247 by kerim borchaev in ue5-main branch]
2022-05-27 00:10:46 -04:00
kerim borchaev
40092a51d1 [3ds Max] DirectLink: bake pivot when pivots are same
- enables conversion to Datasmith of non-uniformly scaled objects done along rotated axes(pivot) by baking pivots into geometry(when appropriate)

#jira UE-136121
#preflight 628e3e8a731cfa46fcc016c3
#rb benoit.deschenes

[CL 20368776 by kerim borchaev in ue5-main branch]
2022-05-25 14:17:56 -04:00
JeanLuc Corenthin
8777ad585a Fixed warning on linkage
#jira UE-153933
#rb none
#preflight 628e2e902c7cb2d10d66a2d1

[CL 20363869 by JeanLuc Corenthin in ue5-main branch]
2022-05-25 09:56:36 -04:00
kerim borchaev
378a7a6c95 [3ds Max] DirectLink: materials notifications rework
- main improvement is to handle situations when material change event is sent during update - vray materials also fire events when RenderBegin/RenderEnd is called on their nodes


#jira UE-150309
#preflight 628cbcc96f6741ae315dba75
#rb benoit.deschenes

[CL 20348772 by kerim borchaev in ue5-main branch]
2022-05-24 11:17:58 -04:00
kerim borchaev
86f5aa7d45 [3ds Max] DirectLink: Limit Texture Resolution option
- baked texmap size limited to specified resolution

#jira UETOOL-5106
#preflight 628533ce2a7df8ed9fa94ceb
#rb benoit.deschenes

[CL 20291243 by kerim borchaev in ue5-main branch]
2022-05-20 01:55:57 -04:00
emil kirichev
13ed64708a Datasmith Revit: Save last view from selector with Revit file
#preflight 6285ebf77a2503cd8984b322
#jira UETOOL-5169
#rb JeanLuc.Corenthin

[CL 20277020 by emil kirichev in ue5-main branch]
2022-05-19 03:35:26 -04:00
kerim borchaev
243413d7bb [3ds Max] DirectLink: engine path from registry
- plus small script refactor

#jira UETOOL-5116
#preflight 627ceab3e97f57bf6cccc62e
#rb benoit.deschenes

[CL 20256093 by kerim borchaev in ue5-main branch]
2022-05-17 23:50:00 -04:00
benoit deschenes
3acc2d3586 DatasmithRhinoExporter - Fixing Light object tracking in DirectLink.
Rhino does not call the same set of events on light objects modification. And so, those objects were not properly dirtied up. This could also cause an "operation leakage" (where the plugin thought a move operation never completed) which could affect the rest of the tracking.

#jira UE-152641
#rb JeanLuc.Corenthin
#preflight 628466c4825301827258465a

[CL 20255894 by benoit deschenes in ue5-main branch]
2022-05-17 23:39:07 -04:00
kerim borchaev
46264dbcd5 [3ds Max] DirectLink: notifications rework
- Changed geometry-related events to use ReferenceMaker notifications
- Result is that notifications are immediate..
- ..therefore could be ignored when sent from within Update. This allows setting Geom nodes to produce Render mesh during update(switching to Render mesh sends notification).
- Test case - AutoSync for optimize/turbosmooth/vrayproxy etc objects exports Render mesh(not viewport mesh) and doesn't spam DirectLink updates

#jira UETOOL-5105 UE-151506
#preflight 627ce774332e182a581b842d
#rb benoit.deschenes

[CL 20242777 by kerim borchaev in ue5-main branch]
2022-05-17 10:39:25 -04:00
kerim borchaev
ccc509e4d0 [3ds Max] DirectLink: Forest Pack API updated
- fixes crash when syncing/exportign while a thirdparty rendering plugin is active(like Corena interactive)

#jira UETOOL-5109
#preflight 6281cf06e20f09e89463db2b
#rb benoit.deschenes

[CL 20238823 by kerim borchaev in ue5-main branch]
2022-05-17 01:38:58 -04:00
Johan Duparc
f56b84ef72 DatasmithSDK: Enable directlink for Shipping target configuration
#rb JeanLuc.Corenthin
#preflight none

[CL 20164415 by Johan Duparc in ue5-main branch]
2022-05-12 10:43:57 -04:00
Johan Duparc
a6c4af0f04 Datasmith cleanup:
- update AssetRegistryModule.h include path
- fix malformed visual assist todo tags
- removed unactioned wip tags
#rb none
#preflight 627bc67a9f7ad2a14b6a4209

[CL 20139955 by Johan Duparc in ue5-main branch]
2022-05-11 10:41:40 -04:00
emil kirichev
e224bbd993 Datasmith Revit: Decals import to use the M_StdDecal
#jira UETOOL-5167
#preflight 6278bb6aef0f1a768507f25b
#rb JeanLuc.Corenthin

[CL 20100295 by emil kirichev in ue5-main branch]
2022-05-09 03:25:49 -04:00
kerim borchaev
8c9b99f9c5 [3ds Max] DirectLink: fixed VRayProxy to export correct mesh
- after previous change (using ObjectValidity to validate geometry for time slider) vray proxy stated exporting display mesh set in UI instead of the correct, full-size mesh. This is fixed.

#jira UETOOL-5042
#preflight 62721768614ad105273df7fb
#rb trivial

[CL 20038436 by kerim borchaev in ue5-main branch]
2022-05-04 02:32:59 -04:00
kerim borchaev
6dcd872009 [3ds Max] DirectLink: Sync TimeSlider changes - basic geometry
- regular geometry synced when animation slider time changes
- testcase: create box, animate it's size on timeline, toggle autosync - moving slider should send updates
- note: no other objects are re-translated unnecessarily

#jira UETOOL-5042
#preflight 62715681fe09c0cfbc3ef9b9
#rb benoit.deschenes
#fyi antoine.guillo

[CL 20038022 by kerim borchaev in ue5-main branch]
2022-05-04 01:54:12 -04:00
kerim borchaev
3176a44c39 [3ds Max] DirectLink: cancelling don't write .udatasmith
- Export of DatasmithSceneExporteris not called when cancelled
- also translating animations can be now cancelled

#jira UETOOL-5104
#rb trivial
#preflight 6270d230056d76e73aab87f2

[CL 20022138 by kerim borchaev in ue5-main branch]
2022-05-03 03:15:33 -04:00
kerim borchaev
e0fc3b9c9f [3ds Max] DirectLink: cancel during scene parsing
- initial scene parsing of big scenes(or when lots of nodes are invalidated) might take some noticeable of time

#jira UETOOL-5104
#preflight 62701a75220f89f0ad4d7095
#rb benoit.deschenes

[CL 20021595 by kerim borchaev in ue5-main branch]
2022-05-03 01:23:33 -04:00
kerim borchaev
ee8a158c39 [3ds Max] DirectLink: Cancel Export/Sync
- Sync can correctly restarts after being cancelled

#jira UETOOL-5104
#preflight 626a64ef0464895bc5fe1f78
#rb benoit.deschenes

[CL 20006279 by kerim borchaev in ue5-main branch]
2022-05-02 00:30:35 -04:00