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-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-08-13new color layer copies the color from current layerDarshan Kadu
2017-08-02new color layor set to default rather tha copying previos oneDarshan Kadu
2017-05-27Fix T51637: Mesh Tools - Noise Button Crashes.Bastien Montagne
2017-05-22Enhance vgroup handling when merging meshes.Bastien Montagne
2017-04-24Cleanup: remove unnecessary texface checksCampbell Barton
2017-04-12Fix T51184: Crash of Blender when I try to join an object with one that has b...Sergey Sharybin
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2017-03-11BMesh: add BM_mesh_separate_facesCampbell Barton
2017-03-05BMesh: Add 'cut' separate mode for intersect toolCampbell Barton
2017-03-05Fix T50855: Intersect (knife) w/o separate doesn't selectCampbell Barton
2017-02-04Remove flag: `SNAP_OBJECT_USE_CACHE` from snap_contextGermano Cavalcante
2017-02-02Fix T50084: Adding torus re-orders UV layers.Bastien Montagne
2017-01-19Fix face-creation with existing hidden geometryCampbell Barton
2016-12-13Fix strict warnings on WindowsSergey Sharybin
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-14BMesh: fix edge-rotation selection state bugCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-09-24Mesh: added default UVs for Monkey, improved UVs for UV Sphere and Icosphere.Peter Lu
2016-09-03Fix T49228: Separate by material, materials dissappear after reload.Bastien Montagne
2016-08-29Fix for Bevel segments bug T49183; but doesn't fix whole report yet.Howard Trickey
2016-08-18Cleanup: some bad sizeof() usages.Bastien Montagne
2016-08-12Depsgraph: tag relations for update when aterial slots changesSergey Sharybin
2016-07-22remove double-checked conditionsMike Erwin
2016-07-21Cleanup: warningsCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Add BKE_key_copy_ex() that takes a Main as parameter.Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-08BMesh: add decimate edit-mode toolCampbell Barton
2016-07-08Mesh/Curve Join: remove edit-mode toggleCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-07-01Fix T48666: Segfault on boolean operation when exiting edit mode of instanced...Sergey Sharybin
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-25GPU: move select index code out of WMCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-13Bevel segments also changeable with mouse (S toggle).Howard Trickey
2016-06-08BLI_array_store: move helper functions into their own APICampbell Barton
2016-06-06Added P key toggle to allow mouse movement to control bevel profile (modal).Howard Trickey
2016-06-03Cleanup & simplify snapping functionsGermano Cavalcante
2016-05-30Editmesh undo memory optimizationCampbell Barton
2016-05-25Move editmesh undo into its own fileCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne