!3029 修复:复合实体拖拽赋值材质不能撤回问题

pull/2405/MERGE
林三 1 month ago
parent 88d059d70f
commit 1fd4467143

@ -135,6 +135,7 @@ export function ApplyPartMtlToInterFace(material: PhysicalMaterialRecord, en: En
{
if (en instanceof CompositeEntity)
{
en.WriteAllObjectRecord();
en = GetEntFromComEntByRaycaster(en, raycaster, FilterTypes);
if (!en)
{

Loading…
Cancel
Save