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-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-08surpport converting boundary edges to curves with BKE_mesh_to_curve(). alt+c ...Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-14split up BKE_mesh_to_curve() into 2 functions, adding BKE_mesh_to_curve_ex() ...Campbell Barton
2013-03-14converting a mesh to a curve was unnecessarily using tessface's.Campbell Barton
2013-02-28fix for bmesh regression similar to last revision r54920. only effected loadi...Campbell Barton
2013-02-14Fix "Origin to Center of Mass" not working well with ngonsSergej Reich
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-02style cleanupCampbell Barton
2013-01-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-10Fix #33752: UV Orco coordinates were wrong for Cycles (and other externalBrecht Van Lommel
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2012-12-28code cleanup:Campbell Barton
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-22flush selection from vertex paint and weight paint modes when exiting, this i...Campbell Barton
2012-12-22flush selection when switching weight paint vertex/face selection modes.Campbell Barton
2012-12-22function for flushing polygon -> vert,edge selection (in object mode), curren...Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21minor bmesh improvementsCampbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-31fix for assert when rendering with cycles, caused by my recent commits.Campbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-20Add option to set object origin to the center of massSergej Reich
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-11fix [#32829] Crash when making linked Mesh with UV Map localCampbell Barton
2012-10-02fix for crash loading durian file '08.5e_comp.blend' - external data pointer ...Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-25small improvement to previous commit, use pre-calculated ngon normal to avoid...Campbell Barton
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-18code cleanup: typos and set exceptional cases of zero length normals as UNLIK...Campbell Barton
2012-08-25fix for type mismatch with SWAP() macro.Campbell Barton
2012-08-18Fix for some typos/spelling mistakesJoshua Leung
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton