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-07-30Clean Keyframes operator tweaksJoshua Leung
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-11-19Fix T53229: "Sample Keyframes" errors with multiple pairs of keyframes selectedJoshua Leung
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
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-04-15Code Cleanup: Add proper defines (with ANIM_* prefix) for animation-related c...Joshua Leung
2016-03-13Keyframing: Added ToolSetting for choosing default keyframe typeJoshua Leung
2016-02-05Fix T46037: Moving keys in NLA tweak mode on offset actions results in Bezier...Joshua Leung
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-01Fix T46321: 3D view not refreshed immediatelly after pasting keyframe in dope...Joshua Leung
2015-08-06Fix T45166: Keyframes pasted at wrong position when NLA strip has offsetJoshua Leung
2015-07-29Clean channels tool for Hwoozeberry.Antony Riakiotakis
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-05-06Cleanup: use functions we already use elsewhere for bone detectionAntony Riakiotakis
2015-04-10Only selected keys will get cleaned by the action and graph cleanAntony Riakiotakis
2015-03-16Fix T43997: Paste fcurve keeps handle selectionCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-12Cleanup: styleCampbell Barton
2015-01-10Fix building with very strict flags, use size_t rather than int for string le...Bastien Montagne
2015-01-10cleanup: style & warningsCampbell Barton
2015-01-09BLI_string: BLI_str_ends_with -> BLI_str_endswithCampbell Barton
2015-01-09Gooseberry animation request: Paste flipped pose in actionAntony Riakiotakis
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-08-27Fix T41266: Copy and paste operation on f-curves do not respect keyframe tang...Bastien Montagne
2014-08-27CleanupCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-22A few spelling fixesJoshua Leung
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-07-27Style Cleanup for r.58659Joshua Leung
2013-07-27fix for possible use of uninitialized variable in pastebuf_match_path_property()Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-11Cosmetic fixesJoshua Leung
2012-06-11fix for crashes in smooth-curves and clean-curves fcurve operators - missing ...Campbell Barton
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung