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
2014-09-01Merge branch 'master' into soc-2014-viewport_contextAntony Riakiotakis
2014-08-27Fix T41266: Copy and paste operation on f-curves do not respect keyframe tang...Bastien Montagne
2014-08-27CleanupCampbell Barton
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-25Followup to previous commit: fix same wrong numinput handling in other modal ...Bastien Montagne
2014-08-18Fix T40653: Modified keymap: MMB not behaving like RMB?Bastien Montagne
2014-08-05Cleanup: indentationCampbell Barton
2014-08-02Merge branch 'master' into soc-2014-viewport_contextCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-29Fix T41228: Selection of bones bug.Bastien Montagne
2014-07-26SCons support for Ghost context refactorJason Wilkins
2014-07-24Merge branch 'master' into soc-2014-viewport_contextJason Wilkins
2014-07-23[Ghost Context Refactor] initial commit based on code review of https://devel...Jason Wilkins
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-10Fix for invalid memory access in graph editor when deleting the lastLukas Tönne
2014-07-07Fix for RNA_int/enum mixupCampbell Barton
2014-07-06Code cleanupJoshua Leung
2014-07-06NLA/AnimEditors: Added operator to remove all "empty" AnimData blocksJoshua Leung
2014-07-04Style cleanupCampbell Barton
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-06-24Code Cleanup - Using the enum types in more API signatures instead of relying...Joshua Leung
2014-06-24Code Cleanup - Replacing shorts with bools and enum typesJoshua Leung
2014-06-24Ctrl-F now activates the filter-by-name functionality for Animation EditorsJoshua Leung
2014-06-24Improve doxygen comment to include some type info to make it more usefulJoshua Leung
2014-06-19Bugfix for Elastic and Back easing typesJoshua Leung
2014-06-19Style cleanups hereJoshua Leung
2014-06-16Feature Request T40643: Animation channels can be renamed by double-clicking ...Joshua Leung
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-06-13Code cleanup: BLI_strdupn -> BLI_strdupCampbell Barton
2014-06-09Quiet assert in debug mode, deleting mask/gpencil keysCampbell Barton
2014-06-06Code cleanup: styleCampbell Barton
2014-05-29Comments: Note direction in doxy argsCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-05-22For increased type safety, ANIM_animdata_filter() now specifies the enums its...Joshua Leung
2014-05-22Previous commit uncovered another bug - Ungrouped FCurves couldn't be rearran...Joshua Leung
2014-05-22Fix T40304: Rearranging NLA Tracks (and actually, all animation channels) did...Joshua Leung
2014-05-22Bugfix T40292: Trying to rename shapekey datablocks from AnimEditors renamed ...Joshua Leung
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-05-14Fix FCurve mirror ignoring aligned/free handlesCampbell Barton
2014-05-14Fix T40187: Can't set single keyframe handle as VectorCampbell Barton
2014-05-09Code cleanup: Define a dedicated "channel_role" field for animchannel typesJoshua Leung
2014-05-08Bugfix: "Lock time to frame range" didn't work in the Graph EditorJoshua Leung
2014-05-07Get rid of custom tooltip for pushdown buttonJoshua Leung
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-05-05Code cleanupCampbell Barton
2014-05-05NLA Editor: Added dedicated operator for the pushdown operationJoshua Leung
2014-05-05NLA Editor: Polishing a few rough edges with the cleanupJoshua Leung
2014-05-05NLA Editor: Second part of porting NLA Action channel to standard drawing systemJoshua Leung
2014-05-05NLA Editor Drawing: Set up AnimChannelType callbacks for drawing NLA EditorJoshua Leung
2014-05-04Fixes for errors uncovered after previous commitJoshua Leung