Lots of unkown

 From:  Michael Gibson
8665.364 In reply to 8665.363 
Hi Tudor,

re:
> 1. If I'll move an object, scale, rotate - it will count as last object, not new one created(let's say I've
> created a circle before - and script will record last object as LastCreated)

Yes, this is the intended behavior. When you move, scale, or rotate an object the original object is deleted and a new one is created.


> 2. after creation if i'll cancel next operation, it wount count as last created (ex: created circle, try to move,
> didn't like, cancel - Last created won't count any more, history gone)

Yes this is also how it is intended to work. The "last created" information that you are gathering is what was created by the last command that was run.

If you run a command and then cancel it that was the last run command and it didn't create anything, so asking for what was created by the last run command should return nothing in this situation.

If those are not doing what you need then you'll need some other mechanism to do it, these are working as they are supposed to.

- Michael