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
AgeCommit message (Expand)Author
2011-09-17Minor: fixing other UI typos.Bastien Montagne
2011-09-17Minor: fixing an UI typo.Bastien Montagne
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-12Drat... missed oneJoshua Leung
2011-08-12Fixing compiler warningJoshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-06Graph Editor "Active Keyframe" settingsJoshua Leung
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-08-04Bugfix: Setting of new default settings for new Graph Editors was doneJoshua Leung
2011-08-03Animation channels can now be renamed by Ctrl-Clicking on them, as inJoshua Leung
2011-07-30Bugfix: When only one handle was selected in Graph Editor, the line ofJoshua Leung
2011-07-26startup.blend Theming/AnimEditor Defaults TweaksJoshua Leung
2011-07-26F-Curve Drawing - Smoother curvesJoshua Leung
2011-07-26Experimental drawing tweak: make active F-Curve get drawn with thickerJoshua Leung
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-07Animation Goodie: Cyclic "Extrapolation" can be toggled from the "SetJoshua Leung
2011-06-27Bugfix: Selecting nodes now updates animation editorsJoshua Leung
2011-06-23Merge with trunk r37757.Joerg Mueller
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-22Animation Channel Filtering Refactor - Part 3 (Visibility Flag Split)Joshua Leung
2011-06-21AnimFiltering Code Cleanups - Part 2Joshua Leung
2011-06-21Animation Channel Filtering Refactor - Part 1Joshua Leung
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-14Bugfix: Distance DVar doesn't work with new Local SpaceJoshua Leung
2011-06-13Transformation Channel Driver Variables - "Proper Localspace"Joshua Leung
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-06-01Usability Tweak [#27469]Joshua Leung
2011-05-31cmake maintenanceCampbell Barton
2011-05-29Merge with trunk r36987.Joerg Mueller
2011-05-25Swapped hotkey for setting interpolation from Shift-T to TKEY, sinceJoshua Leung
2011-05-24remove some warnings and possible use of un-initialized vars.Campbell Barton
2011-05-24Bugfix [#27453] Copy Paste fcurve modifers is brokenJoshua Leung
2011-05-20was using the wrong rna type for GRAPH_OT_select_leftrightCampbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-20int values were not drawing curve handles, yet the handles could still be sel...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-31Pose Propagate - Further Tweaks:Joshua Leung
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-25Graph Editor: Euler Filter ported from Py to CJoshua Leung
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton