SonyWWS / ATF

Authoring Tools Framework (ATF) is a set of C#/.NET components for making tools on Windows. ATF has been in continuous development in Sony Computer Entertainment's (SCE) Worldwide Studios central tools group since early 2005. ATF has been used by most SCE first party studios to make many custom tools such as Naughty Dog’s level editor and shader editor for The Last of Us, Guerrilla Games’ sequence editor for Killzone games (including the Killzone: Shadow Fall PS4 launch title), an animation blending tool at Santa Monica Studio, a level editor at Bend Studio, a visual state machine editor for Quantic Dream, sound editing tools, and many others.
Apache License 2.0
1.89k stars 262 forks source link

CircuitEditor: Dropping a palette item onto a group does not automatically add it to the group #23

Closed vkashkash closed 9 years ago

vkashkash commented 9 years ago

Hello,

When dragging and dropping a palette item onto a group in the canvas, the palette item does not automatically get added to the group. Instead, it gets dropped onto the main canvas and then becomes hidden from view (because it is behind the group). This then requires moving the group to the side and performing a drag and drop from the canvas onto the group. Can this be changed so the element is added to the "picked' group?

Thanks

jhshen commented 9 years ago

I believe this is the 2nd time we received the request to directly drop into a group node. Will look into it.

jhshen commented 9 years ago

Checked in "Circuit Editor added support to drag/drop on to a group #23"

vkashkash commented 9 years ago

The feature seems to be working. Thanks for the quick turnaround.