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-10-20Cleanup: redundant castsCampbell Barton
2017-10-19Docs: correct descriptionsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Knife Tool: add wait_for_event optionCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-14Edit Mesh/Curve: Median center for click extrudeCampbell Barton
2017-10-14Edit Mesh: click extrude, ensure inverse matrixCampbell Barton
2017-10-04Fix T52982: Join operator with context override crashes Blender 2.79Sergey Sharybin
2017-10-04Fix T52923: Circle diameter is in fact radiusCampbell Barton
2017-09-30Cleanup: Remove some old pre 2.5 IPO codeAaron Carlisle
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-19Fix T52733 Percent mode for Bevel sometimes had nans.Howard Trickey
2017-09-14Fix T52723: Reset UV layers failedCampbell Barton
2017-09-05Fix T52251: Knife cur displaces surfaceCampbell Barton
2017-08-28EditMesh: set edge-rin subdiv minimum to 1Campbell Barton
2017-07-19Fix topology mirror ignoring center vertsCampbell Barton
2017-07-13Fix T51100: Vertex pick fails after extrudeCampbell Barton
2017-06-17Add Cone: tip soft-min should be zeroCampbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
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