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-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19vgroup_validmap needed to be assigned when locks were active.Jason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19remove duplicate variable - wpaint_make_validmap(ob) was being called twice ...Campbell Barton
2011-09-19refactor wpaint_stroke_update_step not to call expensive functions per-vertex...Campbell Barton
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-18style changes onlyCampbell Barton
2011-09-18replace malloc of a single DeformVertex with stack variable.Campbell Barton
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-14fix for a bug painting on selected verts, also fix an error in my own recent ...Campbell Barton
2011-09-14some picky rna/variable renaming:Campbell Barton
2011-09-14- use a flag define for bDeformGroup->flag rather than setting TRUE/FALSECampbell Barton
2011-09-14remove count_selected_defgroups() function and make get_selected_defgroups() ...Campbell Barton
2011-09-14another cleanup pass, quiet all warnings for GCCCampbell Barton
2011-09-14initial cleanup for weight paint branchCampbell Barton
2011-08-12Change two if-else statements to just if's since the conditions were initiall...Jason Hays
2011-07-21Removed my earlier vertex paint vertex select--someone is changing it drastic...Jason Hays
2011-07-21Fixed a Multi-Paint + Auto Normalize issue.Jason Hays
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-07-18Started adding vertex masking--supports regular painting, and setting weight ...Jason Hays
2011-07-18manually make small changes to sync with trunkCampbell Barton
2011-07-11Found and fixed a problem with locking (noticed it when it was being used wit...Jason Hays
2011-07-07Removed code I no longer needed for multi-paint's newer system.Jason Hays
2011-07-05Added Selection support to weight paint.Jason Hays
2011-06-29Made multi-paint change the weight values based on the artist's suggestion.Jason Hays
2011-06-27Merged from trunk with revision range 36835-37865,Jason Hays
2011-06-21Tweaked multi-paint and the way the colors are displayed so one of the artist...Jason Hays
2011-06-16Made Multi-Paint and Locking more independent to better support future features.Jason Hays
2011-06-14Made Multi-Paint support vertices containing locked groupsJason Hays
2011-06-10Fixed Multi-Paint so that it doesn't stop painting unless the maximum cap has...Jason Hays
2011-06-09Made the Multi-Paint check box control what was being drawn so that it doesn'...Jason Hays
2011-06-08Heard that multi-bone selection would be better used for painting multiple bo...Jason Hays
2011-06-07editarmature.c and paint_vertex.cJason Hays
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
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-06-02My earlier custom auto normalize is no longer necessary to maintain inner gro...Jason Hays
2011-06-02uninitialized variable was used when ensuring mirrored vertex groups.Campbell Barton
2011-06-01Fixed the redistribute_weight_change() function so that it spreads the change...Jason Hays
2011-06-01I've begun treating unlocked misc vertex groups differently than unlocked bon...Jason Hays
2011-06-01Remembered to free memory in gen_lck_flags() when it returned NULL when there...Jason Hays
2011-05-31paint_vertex.cJason Hays
2011-05-30(no commit message)Jason Hays
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27(no commit message)Jason Hays
2011-05-27weight paint mirror, move duplicate code into a function.Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-26fix for mistake in selecting vertex groups (own recent commit)Campbell Barton
2011-05-25fix [#27479] Missing 'Select vertex groups under the cursor' in weight paint ...Campbell Barton