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
2015-09-22Cleanup: indentationCampbell Barton
2015-07-07Correct default enum valuesCampbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-03-28Use union for EditBone'sCampbell Barton
2015-03-20Remove unused armature codeCampbell Barton
2015-03-19Armature select-hierarchy now uses connected bonesCampbell Barton
2015-03-05Fix T43880 really stupid mistake from fixing stick mode selectionAntony Riakiotakis
2015-02-26Fix T43303 impossible to select a joint in stick bone edit mode.Antony Riakiotakis
2015-02-26Remove redundant glInitNames calls (shouod be handled in selection codeAntony Riakiotakis
2015-02-17etch-a-ton: fix crash selecting strokesCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2014-09-29Fix crashing regression in Armature EditBone Select shortest path/Select Link...Bastien Montagne
2014-09-26CleanupCampbell Barton
2014-09-24gooseberry request:Antony Riakiotakis
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-04-27Code cleanup: avoid warning about bit-shift outside int rangeCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell 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-22Armature Editing: select shortest path (Ctrl+RMB matching mesh operator)Campbell Barton
2013-11-16pose mode: extend selection flipping to use the same method as editmode.Campbell Barton
2013-11-16armature editmode: option for select mirror to use active bone only.Campbell Barton
2013-11-06patch [#37305] Quick Hack: Armature Mirror SelectCampbell Barton
2013-11-04code cleanup: remove unused operator (select all handles this case now)Campbell Barton
2013-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-19patch [#35789] Quick hack select more/less tool for armaturesCampbell Barton
2013-07-16move ED_armature_edit_bone_select() into a more general utility function so v...Campbell Barton
2013-07-15allow deselection when bones BONE_UNSELECTABLE flag is set (lasso/box/circle ...Campbell Barton
2013-07-15fix [#36128] Not deselect all bone when I press the A button in edit modeCampbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-02fix [#34486] Selection of bones in armature edit mode only toggles between tw...Campbell Barton
2013-02-28code cleanup: includesCampbell Barton
2013-02-28Code Maintenance - Splitting up Armature/Pose Editing FilesJoshua Leung