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
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
2011-04-23fix for possible crash using an un-initialized pointer when getting a vertex ...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-30fix [#26682] Accessing weight sometimes crashes blenderCampbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-22add missing mem-free on vertex group sorting & dont crash when calling fullsc...Campbell Barton
2011-03-22crash fix for Normalize All VGroups on a lattice without vgroups (probably ot...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-21bugfix [#25712] Deletion of vertex groups under script control causes incorre...Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton