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-03error in recent commit - disallow selecting hidden verts.Campbell Barton
2012-01-02replace:Campbell Barton
2012-01-02weight paint buttons now work in weight paint vertex select modeCampbell Barton
2011-12-17Quite some compiler warnings...Bastien Montagne
2011-12-17Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).Brecht Van Lommel
2011-12-15minor vertex group editsCampbell Barton
2011-12-15vertex group changes,Campbell Barton
2011-12-09went over all uses of MDeformWeight.def_nr and made sure the value is clamped...Campbell Barton
2011-12-08Disable redo for some vertex group operators to prevent confusingSergey Sharybin
2011-12-07fix for NULL pointer free and add in some checks, while looking into bug [#29...Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-11-30fix [#29450] Mirror Vertex Groups issueCampbell Barton
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-11-14minor cleanup Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-01vertex group mirrorCampbell Barton
2011-11-01macro to check if an object type supports vgroupsCampbell Barton
2011-10-27fix [#29044] applying mirror modifier causes crash; something with vertex gro...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-02Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-26Commented and tagged some unused vars (gcc warnings...). Also fixed some unin...Bastien Montagne
2011-09-22use bli math functions for vgroup_fix operator.Campbell Barton
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
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-14some picky rna/variable renaming:Campbell Barton
2011-09-14- move vgroup lock buttons on the panel into the vgroup specials menu.Campbell Barton
2011-09-14- use a flag define for bDeformGroup->flag rather than setting TRUE/FALSECampbell Barton
2011-09-14another cleanup pass, quiet all warnings for GCCCampbell Barton
2011-08-11Small tweaks to vgroup_fix related functions.Jason Hays
2011-08-10Added an error msg for Fix Deforms tool for active mirror modifiersJason Hays
2011-08-09Weight Paint's vertex selection tools use zbuf like face select.Jason Hays
2011-08-07Fixes a memory allocation problemJason Hays
2011-08-04Fixed a small problem with the Fix Deforms op involving the case where a weig...Jason Hays
2011-08-03Fix deform op tweaks:Jason Hays
2011-07-29'Fix Deforms' op added to weight paint tools to smooth (remove/reduce) spikin...Jason Hays
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-06-27Merged from trunk with revision range 36835-37865,Jason Hays
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-06-07fix for vertex group copy to selectedCampbell Barton
2011-06-06fix [#27572] Mirror Shapekey and Mirror vertex Group not working for Lattice.Campbell Barton
2011-06-03Added a hard coded check box to the vertex group list items in interface/inte...Jason Hays
2011-06-02Made misc vgroups unable to change bone groups' weights when auto normalize i...Jason Hays
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton