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-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-05changes to mirror toolsCampbell Barton
2013-06-04Fix #35623: separate mesh operator did not redraw the outliner.Brecht Van Lommel
2013-06-04correct error getting the selection from recent change.Campbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-06-03fix [#35603] Crash with "Tag Freestyle Edge Mark"Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-29improve topology mirror, increase chance of finding unique match.Campbell Barton
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26bmesh: replace array reallocation with a single face array and use STACK macros.Campbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-16workaround for loopselect-slide (with multicut enabled) changing from vertex-...Campbell Barton
2013-05-16bmesh, grid fill tool.Campbell Barton
2013-05-12fix for crash with new bridge method used with invalid edge-loops.Campbell Barton
2013-05-12bridge tool: add support for face selection.Campbell Barton
2013-05-12bridge option to bridge loop pairs,Campbell Barton
2013-05-11add support for bridging multiple edge loops at once.Campbell Barton
2013-05-10avoid using BLI_array_* macros for uv reset.Campbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-09can't use alloca in inline functions (fills up stack - I thought compiler wou...Campbell Barton
2013-05-08mesh dissolve vertices: option to split off corners of surrounding faces, mak...Campbell Barton
2013-05-08split dissolve into 3 different operators (face/edge/vert).Campbell Barton
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-08smooth falloff options for loopcut.Campbell Barton
2013-05-08knife tool: use faster method for sort_by_frac_along(), no need to callCampbell Barton
2013-05-08knife tool: use the squared distance for comparison.Campbell Barton
2013-05-08knife tool: use 2d vectors for screen coords.Campbell Barton
2013-05-03knife sort_by_frac_along was re-calculating the reference factor for every te...Campbell Barton
2013-05-03fix [#35194] Change view while LoopCut is active breaks the cut optionsCampbell Barton
2013-05-01fix error running ED_view3d_project_float_v3_m4 on 2d vec (thanks Sergey for ...Campbell Barton
2013-05-01replace error reports with poll() function for editmesh select ungroupedCampbell Barton
2013-05-01fix for select ungrouped vertices not flushing, also group select menu items ...Campbell Barton
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ...Campbell Barton
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-26fix for regression where tessface weren't recalculated when running loopcut o...Campbell Barton
2013-04-26fix for recent commit that allowed incorrectly flushed face selection.Campbell Barton
2013-04-26edgeslide fixes/tweaksCampbell Barton
2013-04-26add exec() to loopcut so it supports redo.Campbell Barton
2013-04-26fix/feature [#35085] Loop cut slideCampbell Barton
2013-04-25individual inset was missing relative option.Campbell Barton