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
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
2012-12-12fix for EDBM_index_arrays_ensure not working as intended.Campbell Barton
2012-12-12add threshold for bmesh & openmp so its not used with low poly meshes, BM_OMP...Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11was using max short on a float in EDBM_face_find_nearest()Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-10fix for knife when clipping was enabled, The knife would not snap to edges/ve...Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-12-10knife tool was incorrectly moving points into worldspace, then checking clipp...Campbell Barton
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-10some of the modal knife key bindings didn't cause a refresh until you moved t...Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-03fix [#33400] Knife ortho floating point errorCampbell Barton
2012-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
2012-11-30fix for various asserts running operator tests - not likely any of these woul...Campbell Barton
2012-11-29Fix navmesh after recent bmsh api changes.Sergey Sharybin
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29skip recalculating tessface when adding objects if 'EnterEdit-mode' is disabled.Campbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28use radians for 'spin' bmesh operator (since the rest of the py api uses radi...Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-27new bevel was still referring to old property name (holding shift wasnt worki...Campbell Barton
2012-11-27use clearer names for 'single' bmesh operator args & add '%e' to BMO_op_vinit...Campbell Barton
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used quit...Campbell Barton