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-03-08Another fix due to recent DM refactoring, for compilation of navmesh...Bastien Montagne
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28fix for issue reported in bug [#30381], though it doesn't deal with the crash.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-21Fix #30270, #30265: cycles not displaying textured objects, and not renderingBrecht Van Lommel
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-13marked navmesh as BMESH_TODO, mixed mface/mpoly functions were being used for...Campbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-09dont recalc normals after applying modifiers, this is already checked in prev...Campbell Barton
2012-02-06fix [#30083] Sculpt not redrawing with plain meshCampbell Barton
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-02-05ensure tessface's are available while sculpting.Campbell Barton
2012-01-30simplify some of the shape key code. no functional changes.Campbell Barton
2012-01-30more efficient array copying for add_shapekey_layersCampbell Barton
2012-01-30missed these last commitCampbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-23BMesh: Fix for previous own fix (re-enable DynamicPaint previews in Object mo...Bastien Montagne
2012-01-23BMesh: Fix (re-enable) DynamicPaint previews in Object mode.Bastien Montagne
2012-01-23replace BLI_array_growone() with BLI_array_growitems() when the size of the i...Campbell Barton
2012-01-23Merged with trunk (-r43609:43611): updated modifier preview.Bastien Montagne
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-20- disable re-tesselating derived meshes in BMEdit_RecalcTesselation() have mo...Campbell Barton
2012-01-20after all modifier are applied calculate normals, then tessfaces, this works ...Campbell Barton
2012-01-20for CDDM's dmcalcNormals now call CDDM_calc_normals(), not CDDM_calc_normals_...Campbell Barton
2012-01-19argument to mesh_recalcTesselation to skip copying normals from polygons.Campbell Barton
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-19Couple minor fixes for DM_debug_print().Nicholas Bishop
2012-01-19debug function DM_debug_info / DM_debug_print, with access from pythonCampbell Barton
2012-01-18replace CDDM_calc_normals_mapping with CDDM_calc_normals(), this version of t...Campbell Barton
2012-01-18call CDDM_from_BMEditMesh without creating tessface data for modifiers.Campbell Barton
2012-01-18argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no...Campbell Barton
2012-01-12fix for error in merge, weightpaint would crashCampbell Barton
2012-01-11svn merge ^/trunk/blender -r43220:43278 --accept postponeCampbell Barton
2012-01-09have add_weight_mcol_dm() set the 4th corner of a tri faces color to 0, other...Campbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2012-01-05added a function to ensure derived mesh has tessface's, in preparation for re...Campbell Barton
2012-01-02fix for crash in the modifier stack when applying a deform modifier after a c...Campbell Barton
2011-12-20svn merge ^/trunk/blender -r42742:42757Campbell Barton
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...Campbell Barton
2011-12-20svn merge ^/trunk/blender -r42722:42742Campbell Barton
2011-12-20calculate weight paint colors once per vertex rather then on every face corne...Campbell Barton
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-18cleanup of weight paint color setting code, no functional changesCampbell Barton
2011-12-16svn merge ^/trunk/blender -r42617:42655Campbell Barton
2011-12-15reenabled auto scale for derivative mapsMorten Mikkelsen