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
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-11Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-07-11A bunch of fixes for Pose Library while checking on T51607Joshua Leung
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-09-28POSELIB_OT_pose_add: only create keyframes for selected bones.Sybren A. Stüvel
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2016-09-16Pose library sorting: return OPERATOR_CANCELLED when no-opSybren A. Stüvel
2016-09-16Improve description of move operator direction propertiesJulian Eisel
2016-09-16Added buttons to move a pose in a pose library up/down.Sybren A. Stüvel
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2015-08-22Fix T45689: Pose Libraries cannot be used when using lib-linked actions as po...Joshua Leung
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-03UI: add ability to access/generate 'shortcuts strings' of modal keymaps.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-20Cleanup: ints/shorts -> bool.Bastien Montagne
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-08-04Cleanup: replace int cast with floorf when comparing timeCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-16Fix T41088: Canceling pose library preview does not reset to previous pose.Bastien Montagne
2014-06-19PoseLib: New pose library actions now have their "id root" setting initialise...Joshua Leung
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-10replace IS_EQ -> IS_EQF for use with floats.Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-28code cleanup: includesCampbell Barton
2013-02-28Renaming the remaining PoseMode files for consistency (camelCase toJoshua Leung