Page MenuHomeFeedback Tracker

delete3DENEntities does not work with collect3DENHistory
Closed, ResolvedPublic

Description

The following code does not create a history, but the object is deleted nonetheless.

collect3DENHistory 
{
  delete3DENEntities [((get3DENSelected "object") select 0)];
};

Details

Severity
Tweak
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Eden Editor
Steps To Reproduce
  1. Select an object in Eden
  2. Execute this code in the debug console:
collect3DENHistory 
{
  delete3DENEntities [((get3DENSelected "object") select 0)];
};

Event Timeline

R3vo created this task.Dec 3 2016, 4:28 PM
R3vo added a comment.Mar 17 2020, 1:03 PM
delete3DENEntities [((get3DENSelected "object") select 0)];

Doesn't work, too.

dedmen added a subscriber: dedmen.Mar 17 2020, 1:06 PM

@Killzone_Kid please mark as ACK and WIP, I still don't have my perms

BIS_fnc_KK assigned this task to dedmen.Mar 17 2020, 2:17 PM
BIS_fnc_KK changed the task status from New to Acknowledged.
dedmen changed the task status from Acknowledged to Feedback.Apr 27 2020, 3:51 PM

Fix should be on dev-branch, please tell if fixed or not

LouMontana closed this task as Resolved.Nov 3 2020, 1:58 PM