Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-02-16 12:48:38 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-16 12:48:38 +0300
commitf6df8e1860d44d6b4d2c9048b0fb0ebdbfd850d3 (patch)
treea59306e035f74c5ddc9811fe5d4f13bd7d5dca73 /source/blender/windowmanager/wm_event_system.h
parent5452c4e1464cf70187088185ab28981b2c94594d (diff)
F-Curve names: Experimental style 2
In this commit, I've experimented with the way in which F-Curve names (seen in DopeSheet/Graph Editor) are put together. Now, F-Curve names are assembled in the form: <array-index> <property-name> (<struct-name>) i.e. "X Location (Bone)", "Y Location (Object)" "Specularity (VeryLongMaterialName)", etc. The goal of this experiment was to hopefully make it quicker to do a left-margin scan and identify the defining differences between closely related F-Curves. - This has the benefit of no (potential) need for horizontal scrolling back and forth to see and compare the end portions of names, and also to avoid the important parts of the name getting pushed out of the standard viewable area by some owner-struct long names. - The downside is the loss of the clear hierarchial layout closely related to the RNA-paths used internally, that was provided by the old method. Also, this method also looks rather awkward on first glance, but if it improves efficiency of use, why not :)
Diffstat (limited to 'source/blender/windowmanager/wm_event_system.h')
0 files changed, 0 insertions, 0 deletions