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-10-08Ghost Context RefactorJason Wilkins
2014-09-07Fix T41740: Different behaviour of custom hotkeyBastien Montagne
2014-08-31Fix crash part of T41561: custom properties don't see in drivers windiwBastien Montagne
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-01Fix T40895: Curves panel, zooming out a lot crashes BlenderSergey Sharybin
2014-06-24Ctrl-F now activates the filter-by-name functionality for Animation EditorsJoshua Leung
2014-05-28FCurve: Setting extrapolation needs to recalc handlesCampbell Barton
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-05-14FCurve: move add modifiers logic from menu into dynamic enumCampbell Barton
2014-05-14Fix for FCurve keyframe editing left handle from button failing if not selectedCampbell Barton
2014-05-08Bugfix: "Lock time to frame range" didn't work in the Graph EditorJoshua Leung
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-28Fix T39911: Unpredictable behaviour when editing y-coordinate of right handle...Joshua Leung
2014-04-28Graph Editor: Added buttons for editing handle types on the active keyframe (...Joshua Leung
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-24Fix T39851: F-curve noise modifier on a bone: change selection when modifying...Joshua Leung
2014-04-23WhitespaceJoshua Leung
2014-04-23Applying same fix for snapping keyframes in Graph EditorJoshua Leung
2014-04-23Fix T39850: Graph Editor - 'Mirror Over First Selected Marker' mirrors over f...Joshua Leung
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: check UI_view2d_view_to_region_clip succeeds before using the resultCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-22A few spelling fixesJoshua Leung
2014-03-22More driver linting messages - procedural animation and no-variables for aver...Joshua Leung
2014-03-21Patch T22084: Robert Penner Easing Equations for FCurvesJoshua Leung
2014-03-09Graph Editor: add lasso select for fcurvesCampbell Barton
2014-03-08Drivers UI: Add explicit warnings about use of bpy.data and bpy.context in ex...Joshua Leung
2014-02-18Fix FCurve reading freed themes, assert to prevent further misuseCampbell Barton
2014-02-18NDOF: add keymapping for the 'fit' button for other 2d viewsCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2013-12-20Fix for border select doesn't work with normalization enabledSergey Sharybin
2013-12-20UI: restore confirmation popups for delete operators.Brecht Van Lommel
2013-12-11User Interface: add colon separator for number buttonsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-04Fix for uninitialised varJoshua Leung
2013-10-29Project Pampa request: FCurves normalized displaySergey Sharybin
2013-10-29Make anim system safer for threadingSergey Sharybin
2013-10-26remove null checks for macro definitions, if these fail then something is bro...Campbell Barton
2013-10-22Ctrl+Alt+SelectMouse now does "Select all keyframes in same channel" inJoshua Leung
2013-10-22Adding comments to clarify each set of modifier mappings for animation editorsJoshua Leung
2013-10-02fix [#36919] Cannot delete keyframe of animated simulation parameter if simul...Campbell Barton