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-01-09have add_weight_mcol_dm() set the 4th corner of a tri faces color to 0, other...Campbell Barton
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...Campbell Barton
2011-12-20calculate weight paint colors once per vertex rather then on every face corne...Campbell Barton
2011-12-18cleanup of weight paint color setting code, no functional changesCampbell Barton
2011-12-15reenabled auto scale for derivative mapsMorten Mikkelsen
2011-12-10disabling DM_calc_auto_bump_scale() until after releaseMorten Mikkelsen
2011-12-10picky edits & regen man pageCampbell Barton
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-09went over all uses of MDeformWeight.def_nr and made sure the value is clamped...Campbell Barton
2011-12-07remove initilaizing weight collor with dummy value (from recent commit), harm...Campbell Barton
2011-12-07fix for uninitialized memory use drawing 'nan' vertex groups, noticed while l...Campbell Barton
2011-12-02move editmesh derived mesh functions into their own file to match bmesh, with...Campbell Barton
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-14Merge with trunk r40991Miika Hamalainen
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-10updates to navmeshCampbell Barton
2011-10-10- for some reason navmesh wasnt drawing when VBO was enabled.Campbell Barton
2011-10-10fix for editmode opengl drawing (bug from own recent optimization), need to s...Campbell Barton
2011-10-10fix crash for recent navmesh edits when setting a non-mesh object to a navmesh.Campbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20fix for bug in do_version_tface(), was assigning 'tf->mode' before tf was def...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19edits to radish before merge with trunkCampbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-14remove count_selected_defgroups() function and make get_selected_defgroups() ...Campbell Barton
2011-09-14initial cleanup for weight paint branchCampbell Barton
2011-09-14svn merge -r40179:40195 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-13svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-12- fix for mesh_get_mapped_verts_nors copying short normals to floats without ...Campbell Barton
2011-09-11speedup for editmesh drawing.Campbell Barton
2011-09-05Merge with trunk r39928Miika Hamalainen