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-05-15Fix POST_OT_hide/revealJoshua Leung
2018-05-14Fix: With no bones selected, move bones to layer operator would display garba...Joshua Leung
2018-05-11Fix: Last of the operators from T54811 now work with Copy on WriteJoshua Leung
2018-05-11T54983: Bone selection overlayJeroen Bakker
2018-05-07Fix ARMATURE_OT_layers_show_all now works with COWJoshua Leung
2018-05-03Multi-Object Pose: Fix POSE_OT_flip_namesJoshua Leung
2018-04-18Cleanup: consistent changed_multi assignmentCampbell Barton
2018-04-18Pose: multi-object Flip QuatsCampbell Barton
2018-04-17Pose: multi-object hide/reveal supportCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Multi-Object EditingCampbell Barton
2018-04-11Merge branch 'master' into blender2.8Campbell Barton
2018-04-11Pose Mode: pass object to mode enter/exitCampbell Barton
2018-04-11Merge branch 'master' into blender2.8Campbell Barton
2018-04-11Cleanup: minor changes to pose-mode switching APICampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-02Object Mode: move logic to 'object_modes.c'Campbell Barton
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Fix T52685, part II: Add option to strip numbers from flipped bone names again.Bastien Montagne
2018-02-08Object Mode: move to workspace structCampbell Barton
2017-11-20Avoid passing context to motion path calculationCampbell Barton
2017-11-20Merge branch 'master' into blender2.8Campbell Barton
2017-11-19Option not to select with un-hideCampbell Barton
2017-11-19Tweaks to make it easier to update bone motion paths (without the active bone...Joshua Leung
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-07-25Depsgraph: Make sure armature mode is properly changed in all copied versionsSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-01-16Fix T50393: Flip names working just on one side when both are selected.Bastien Montagne
2016-11-16Disable possibility to flip bone names of linked armaturesSergey Sharybin
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-02-26Restore ability to clear motionpaths from selected objects/bones onlyJoshua Leung
2016-02-08CLeanup: styleCampbell Barton
2016-02-07Motion Paths: Use custom poll functions for "Update" operatorJoshua Leung
2016-02-07Clear motionpaths for all objects and bones instead of only selected onesJoshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-03-20Cleanup: warnings bit-shift int overflowCampbell Barton
2015-02-23RNA: use 0/1 for pose layer operatorCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-07-29Fix T41227: Do not select unselectable items when unhiding them!Bastien Montagne
2014-05-19Show warning when hiding a proxy boneSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-25Fix T39895: Displaying the armature layers popup in edit mode always fails.Bastien Montagne