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-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-12fix for passing NULL to strstr() in visualkey_can_use()Campbell Barton
2011-09-02Bugfix [#28435] Key Visual transform and Parenting not workingJoshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-07-16Bugfix [#27157] keyframing a constrained bone does not work as beforeJoshua Leung
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
2011-04-11fix for one of the [#26854] UV issuesCampbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-13Bugfix [#26484] delete keyframe in pose mode --> segmentation faultJoshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-27Small animation tweaks:Joshua Leung
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-07Argh! This code is haunted... (line 666) compiler here isn't barfingJoshua Leung
2011-02-07Compiling commit for previous commit...Joshua Leung
2011-02-07Visual Keying Code Tweaks:Joshua Leung
2011-02-04Moved Auto-Keying "Insert for KeyingSet only" option from UserPrefs toJoshua Leung
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-14Driver creation hack:Joshua Leung
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03Keyframing Operator Code Cleanup:Joshua Leung
2010-12-24Bugfix #25366Ton Roosendaal
2010-12-15ensure pasted graph keys are always selected.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-02Adding some descriptions for animation-related operators that were missing them.Joshua Leung
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-25Fix #23847: keyframe insert on button not working in popup menus, e.g.Brecht Van Lommel
2010-09-24Fix #22947: sample color tool not working in user preferences, was assuming theBrecht Van Lommel
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-14Bugfix #22792: Blender crashes after inserting keyframe pressing "I" keyJoshua Leung
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-17rather then naming new actions "Action", use the id name with an action prefix.Campbell Barton
2010-06-06Removed non working operator options from the 'redo' user interface. William Reynish
2010-05-07Warning cleanupMatt Ebb
2010-04-05Bugfix #21856: Empty F-Curves created when keyframing with 'auto keyframing m...Joshua Leung
2010-04-02Bugfix #21853: Border zoom in the 2D-Views zooms outJoshua Leung
2010-04-02Keyframe Defaults and Cleanups: Joshua Leung
2010-04-01Assorted animsys fixes/tweaks:Joshua Leung