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-06Cleanup: use outliner_flag_* name prefixCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-30DNA: add OB_DATA_SUPPORT_EDITMODE macroCampbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-11Pose Mode: pass object to mode enter/exitCampbell Barton
2018-04-11Cleanup: minor changes to pose-mode switching APICampbell Barton
2018-04-10Cleanup: remove unused flagCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2017-11-20Fix T53342: Outliner 'select hierarchy' brokenCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-06-29Fix T51926: Selecting pose icon under expanded group in outliner causes crash.Bastien Montagne
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2016-10-16Cleanup: Unused parameters in OutlinerJulian Eisel
2016-05-03Fix T48328: Outliner: Armature EditMode: crash when selecting bone of a share...Bastien Montagne
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-04-14Fix T44348: Blender crashes when selecting bone from inactive scene in outlinerSergey Sharybin
2015-03-20Remove unused armature codeCampbell Barton
2015-02-07GPencil: Initial support for GP Layers in OutlinerJoshua Leung
2015-02-06cleanup: styleCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-21Fix T42973: Render viewport not updating when switching materials in OutlinerBastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-24Fix T39383: Blender crash when renaming bone in outliner (weight paint mode).Bastien Montagne
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-01-16Code Cleanup: outliner used magic numbers for active items and selectingCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-04-07Whoops, revert r55854 and use r48292 as isDan Eicher
2013-04-07Clicking on an outliner object in an unselected scene switches to the scene b...Dan Eicher
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-13Outliner fix: selecting a bone did not unselect other bones when they are loc...Gaia Clary
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Ouliner: Added recursive setting of (visibility/selectability) for bones (Edi...Gaia Clary
2013-03-11code cleanup:Campbell Barton
2013-03-11Ouliner: Added recursive select of (visible) bones (Edit- and Object-mode)Gaia Clary
2013-03-10Added menu entry for recursive hierarchy selec in outlinerGaia Clary
2013-03-09code cleanup:Campbell Barton
2013-03-09minor edits to r55134 (recursive outliner select).Campbell Barton
2013-03-09Outliner: Added recursive select/deselect (CTRL+LMB) and extend (CTRL+SHIFT+LMB)Gaia Clary