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-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-03UI messages: minor fixes...Bastien Montagne
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-19Fix two potential bugs reported by latest coverity scan.Bastien Montagne
2015-01-13Recent extrude rework caused bug with single facesCampbell Barton
2015-01-13error in last commitCampbell Barton
2015-01-13Fix T42459: Knife fails at small scaleCampbell Barton
2015-01-13Fix T43229: Knife-project regression (broke knife-project)Campbell Barton
2015-01-08Fix T43154: Extrude edges ignored isolated vertsCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-28Fix T40930: Add a new option to select faces by smooth/flat shading.Bastien Montagne
2014-12-28Fix leak in select-similar regionsCampbell Barton
2014-12-27cleanup: knife tools, use generic sort functionCampbell Barton
2014-12-15Fix T42864: Knife-project fails with 'cut-through'Campbell Barton
2014-12-15Fix T42864 (partial): knife-project included uncut backfacesCampbell Barton
2014-12-15Fix T42864 (partial): Knife-project had too-low precisionCampbell Barton
2014-12-12cleanup: disallow NULL arg to uvedit_aspectCampbell Barton
2014-12-09Correct last commit checking knife edgesCampbell Barton
2014-12-09Knife: cuts along existing edges are now selectedCampbell Barton
2014-12-09Knife: rename vert & edge 'draw' to 'is_cut'Campbell Barton
2014-12-09Knife: fix edge aligned cuts, could add redundant vertsCampbell Barton
2014-12-09Knife: test if an edge is on the face boundaryCampbell Barton
2014-12-09Fix T42488: Knife (selected_only + occlude) failedCampbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-30More fixes related to D&D:Bastien Montagne
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-24Cleanup: de-duplicate image drag & drop logicCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-18correct uninitialized var useCampbell Barton
2014-11-17Fix T35170: Undoing edit op on a basis shapekey could generate extra offset o...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-11-16Knife: fix recent drag option /w loop closeCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16Knife: double clicking now closes the loopCampbell Barton
2014-11-16Fix T42611: Knife fails from an edge to a vertexCampbell Barton
2014-11-15Knife: freehand drawing while LMB heldCampbell Barton
2014-11-10Correct last commitCampbell Barton
2014-11-10Fix: Shapekey Basis not updated on editmode exitCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-11-06Correct recent refactor (use generic callback)Campbell Barton
2014-11-05Editmesh: report a warning when fill failsCampbell Barton
2014-11-04BMesh dissolve: enable use_verts for edge dissolve (by default)Campbell Barton
2014-11-03BMesh: arg reorderCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-10-31Texture Paint Add Simple UVs:Antony Riakiotakis