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-23Fix T46222: Eyedrop picking objects inconsistentlyCampbell Barton
2015-07-11Add WM_framebuffer_to_index_arrayCampbell Barton
2015-04-20Cleanup: use ED_view3d_backbuf_* prefixCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-02-24Fix T43785 crash with border select.Antony Riakiotakis
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-21Cleanup: styleCampbell Barton
2014-10-20Fix T42189Antony Riakiotakis
2014-09-29Fix T41995: Box selection - Edit mode - Header not updated.Bastien Montagne
2014-09-24gooseberry request:Antony Riakiotakis
2014-09-23Fix possible buffer overflow in selection code. We want to copy theAntony Riakiotakis
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-05-29Add notifiers and reuse update calls for flood fill operatorsAntony Riakiotakis
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-03-12Fix T39123: Border select without "extend" does nor clear selection of bezier...Sergey Sharybin
2014-03-113D Text: textbox selection while in editmodeCampbell Barton
2014-03-11View3d: take pixelsize into account for selection distanceCampbell Barton
2014-03-01Resolve T38899: changes to Ctrl+Selectmouse conflict with LMB selectCampbell Barton
2014-02-26Fix T38837: Ctrl+RMB can't select posemodeCampbell Barton
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-26Sculpt: allow to select objects when in sculpt modeCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-14Fix for own regression, editmode object selection (Ctrl+RMB)Campbell 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-10-27Border select for sculpting, using B shortcut, warmup for more advancedAntony Riakiotakis
2013-10-15fix [#37067] Bone CrashCampbell Barton
2013-10-11use BLI_bitmap for editmesh selection buffer to save some memory.Campbell Barton
2013-10-08remove redundant NULL checksCampbell Barton
2013-09-30fix [#36861] In face select masking circle select selects all when out of focus.Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-08-03fix error in pose bone selection - head/tail mixupCampbell Barton
2013-08-01use bmesh for loop macros for looping over mesh verts/edges/facesCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-16revert part of own commit r58304, gives different behavior when de-selecting ...Campbell 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-06-17patch [#35765] Improve performance during select object in viewport. Up to 3x...Campbell Barton
2013-06-15Bugfix #35747Ton Roosendaal
2013-06-15Added support for Vertex Weight panel in weight Paint ModeGaia Clary
2013-06-15code cleanup: remove checks for (select == LEFTMOUSE), this happened to work ...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton