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
2019-04-10Cleanup: spellingCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-12Add a lot of update tagging to operations with NLA tracks and strips.Alexander Gavrilov
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Fix dpesgraph wrongly refcounting NLA strip actions when duplicating IDs.Bastien Montagne
2018-10-29Fix unneeded/unwanted user counter when freeing CoW NLASergey Sharybin
2018-10-19Remove defunct NLA_OT_bakeDalai Felinto
2018-06-12Cleanup: remove some G.main from BKE area.Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-03-08Cleanup: Use BKE_ prefix for all public functions exposed by the NLA moduleJoshua Leung
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-04-22Fix (unreported) crash when listing available fmodifier types.Bastien Montagne
2016-04-16Anim Editors: "View Frame" Operator - Code Cleanups/Reshuffling + NLA/Timelin...Joshua Leung
2016-04-15NLA Copy/Paste Modifiers: Apply similar fixes as those done in Graph EditorJoshua Leung
2016-04-15FModifiers: Various tweaks for consistency + improved behaviourJoshua Leung
2016-04-15Code Cleanup: Add proper defines (with ANIM_* prefix) for animation-related c...Joshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-04-14NLA: Shift-Tab toggles tweakmode AND makes that track soloJoshua Leung
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2014-12-05Fix for typo + memory leakJoshua Leung
2014-12-05Bugfix T42697: Hiding/unhiding NLA strip doesn't update the 3D ViewportJoshua Leung
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-05-29Comments: Note direction in doxy argsCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-05-09Tweaking tooltip for NLA tweakmode enter to be a bit more descriptiveJoshua Leung
2014-05-09NLA Editor: View selected also recenters the view now (as in the DopeSheet Ed...Joshua Leung
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-04-28NLA Editor: Make Single User for NLA StripsJoshua Leung
2014-04-28NLA Editor: Duplicate/Duplicate LinkedJoshua Leung
2014-04-28NLA Editor: Added an operator to set preview range based on the extents of se...Joshua Leung