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
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-21Bevel vertex only (shortcut: control-shift-B) initial commit.Howard Trickey
2013-01-19style cleanupCampbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-14fix [#33847] Ctrl+L doesnt works in edge selection modeCampbell Barton
2013-01-13speedup for EDBM_uv_vert_map_create(), reduce customdata lookups. also remove...Campbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-12replace inline with BLI_INLINE define.Campbell Barton
2013-01-11Fix knife angle constraint bug #33813 by changing knife mvals to floats.Howard Trickey
2013-01-10adding vertex color layer in mesh editmode would overwrite UV's, strange nobo...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08fix for select flushing in face mode for mesh 'Select More'Campbell Barton
2013-01-08fix [#33784] Select Linked All + Seams fails to select seam bounded areaCampbell Barton
2013-01-05Tsst... "faled"... :pBastien Montagne
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-04Fix knife cut bug #33625, failure to cut in otho mode sometimes.Howard Trickey
2013-01-04add length average option to 'Follow Active Quads' unwrap, gives nicer results.Campbell Barton
2013-01-04fix [#33758] Blender crashes when user goes to choose "build navigation mesh"Campbell Barton
2013-01-03change limited dissolve angle limit default from 15 -> 5 deg. since 15deg is ...Campbell Barton
2013-01-02style cleanupCampbell Barton
2013-01-01fix for long standing annoyance with weight-paint mode selection.Campbell Barton
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-28fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacianCampbell Barton
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-12-23use foreachMappedVert for ED_mesh_pick_vert()Campbell Barton
2012-12-23minor speedup ED_mesh_pick_vert, ED_mesh_pick_face_vertCampbell Barton
2012-12-23initial support for 'occlude background geometry' in weight paint mode.Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21fix own error in bmesh/openmp unhiding, set BM_OMP_LIMIT to 0 so we can spot ...Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-19extrude individual was crashing.Campbell Barton
2012-12-19code cleanup: use interp_v3_v3v3()Campbell Barton
2012-12-19include cleanupCampbell Barton
2012-12-18uv edge based stitch. Useful to disambiguate betwen islandsAntony Riakiotakis
2012-12-17Fix [#33590] The Screw Tool in Edit Mode isn't calculating the correct angle ...Bastien Montagne
2012-12-17fix/workaround [#33493] checker de-select and edge loopsCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-17Fix knife cut-through bug #33571.Howard Trickey
2012-12-16fix for bevel using the wrong property name when shift was held.Campbell Barton
2012-12-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-12Fix error compiling in debug build, should test #ifndef NDEBUG instead ofBrecht Van Lommel
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12fix for crash in own commit r52911Campbell Barton