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-18add display mode for sharp edges.Campbell Barton
2013-04-17display options to help with 3d printing.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-15minor edits to DM_update_weight_mcol(), skip getting vars when in editmode, a...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-14Mesh Drawing:Campbell Barton
2013-04-04Fix #34625: duplivert/face rendering with modifier could crash accessing UV andBrecht Van Lommel
2013-03-26style cleanup: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-10Fix: Vertex weight color calculation tried to use NULL pointer when called th...Miika Hamalainen
2013-03-06code cleanup: quiet warnings for recent weight paint theme addition.Campbell Barton
2013-03-06Weight Painting: Added userpref for zero_weight color.Gaia Clary
2013-02-26fix own regression since 2.65 [#34438] Solidify crease bugCampbell Barton
2013-02-23fix [#34378] GLSL materials using multiple UV layers fail in editmodeCampbell Barton
2013-02-22new weight paint draw option to display unweighted vertices with the option t...Campbell Barton
2013-02-04fix [#34098] Crash after using Decimate or Remesh modifiersCampbell Barton
2013-01-19replace calloc with malloc for arrays that are filled in right after.Campbell Barton
2013-01-18use openmp sections for felling origindex arraysCampbell Barton
2013-01-10don't call BKE_mesh_tessface_ensure() from DM_to_mesh(), caller must do this ...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2012-12-30Update DerivedMesh for dynamic-topology sculpt modeNicholas Bishop
2012-12-23use foreachMappedVert for ED_mesh_pick_vert()Campbell Barton
2012-12-21minor bmesh improvementsCampbell Barton
2012-12-15use struct type for VPaintData.vertexcosnos rather then float*.Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15remove modifiers_indexInObject(), just call BLI_findindex directly.Campbell Barton
2012-12-06fix [#31084] Dynamic Paint Blender File Crashes Blender.Campbell Barton
2012-12-03Cleaning commented code in DM_update_weight_mcol (inactive since two releases...Bastien Montagne
2012-11-21py api: BMesh.from_object() was using the derivedFinal, which isn't always av...Campbell Barton
2012-11-09style cleanup: indentationCampbell 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-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-25bmesh todo: dont calculate normals in editmesh with modifiers applied, its as...Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18Better fix for #32846. Instead of using time change or object recalc conditio...Lukas Toenne
2012-10-01revert r50969, gives problems with weight paint + modifiers, need to investig...Campbell Barton
2012-10-01DM_set_only_copy() wasn't setting only-copy flags for loops and polygons. (sh...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-15fix for 3 obvious mistakes/bugs.Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-05code cleanup: move get_selected_defgroups into object_deform.c and make it be...Campbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-25style cleanup: also spellingCampbell Barton