mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 14:44:58 +00:00
Initial proof of concept commit
This commit is contained in:
12
Data/Scripts/910_New anim editor/020 button pane.rb
Normal file
12
Data/Scripts/910_New anim editor/020 button pane.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class AnimationEditor::ControlPane < UIControls::ControlsContainer
|
||||
def on_control_release
|
||||
# TODO: Update data for @captured control, because it may have changed.
|
||||
# Gather data from all controls in this container and put them in a
|
||||
# hash; it's up to the main editor screen to notice/read it, edit
|
||||
# animation data accordingly, and then tell this container to nil that
|
||||
# hash again.
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user