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
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: Style, braces with macrosSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-08Dopesheet: Synchronize selection on bones when selecting everythingSergey Sharybin
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-11-19Fix: "Lock Markers" option was not being obeyed by the "Sync Markers (when tr...Joshua Leung
2017-11-19Fix T53229: "Sample Keyframes" errors with multiple pairs of keyframes selectedJoshua Leung
2017-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-11-09Fix: unselectable objects can be selected via the NLA editorDalai Felinto
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-10-20Fix T46163: NLA properties with drivers aren't displayed as having driversJoshua Leung
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-26Add missing headerCampbell Barton
2017-09-26Fix T52901: New Depsgraph - Driver using "self" needs reloading file to workJoshua Leung
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-11Fix T52346: Alt-I (Delete Keyframes) on a NlaStrip's Extrapolate property wou...Joshua Leung
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-08-01Fix fcurve color assignmentCampbell Barton
2017-07-18Cleanup: use WM_event prefix for modal_tweak_exitCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-10Fix T50904: Imprecise timeline frame selection using mouseJoshua Leung
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-02-15Motion blur investigation featureSergey Sharybin
2017-02-13F-Curve normalization: Do proper curve min/max instead of handle min/maxSergey Sharybin
2017-02-10De-duplicate min/max calculation in F-Curve normalizationSergey Sharybin
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2016-12-28Fix T50184: Grease Pencil Layer synchronization between Dope Sheet and Proper...Joshua Leung
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-11-02Change frame for animations should not bein the UNDO stackDalai Felinto
2016-10-14Fix T49571: 2d stabilize keys not visible in the Graph Editor and Dope SheetSergey Sharybin
2016-10-11Fix T49629: Graph editor normalize function doesn't work on f-curves with a c...Sergey Sharybin
2016-09-28Curve pinning: Allow pinning object data without animated objectSergey Sharybin
2016-09-22Fix non-finite normalization factor in certain casesSergey Sharybin
2016-09-21UI: Make button driver and keying set shortcuts configurableJulian Eisel
2016-09-21UI: Configurable shortcuts for keyframe operatorsJulian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-16Remove debug only codeSergey Sharybin
2016-09-16Tweak for pinned/always visible curves in Graph EditorSergey Sharybin
2016-09-12Fix code which was commented by accidentSergey Sharybin
2016-09-12Graph editor: Add channel option to make it persistent on displaySergey Sharybin
2016-08-16More fixes from coverity report.Bastien Montagne