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
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-08-04code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making ...Campbell Barton
2013-06-10Follow up to r57354: WeightVG and Wave modifiers too need to handle tex id re...Bastien Montagne
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-06fix for same bug as r46346, incorrect code was copied.Campbell Barton
2012-04-10Fix #30882: using an image sequence in the displace modifier did not updateBrecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-01-23Merged with trunk (-r43609:43611): updated modifier preview.Bastien Montagne
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-22Fix a crasher in WeightVG modifiers.Bastien Montagne
2011-12-21svn merge ^/trunk/blender -r42761:42776Campbell Barton
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-20svn merge ^/trunk/blender -r42722:42742Campbell Barton
2011-12-19Much cleaner and satisfying code in weightvg modifiers' "init": copy only the...Bastien Montagne
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-22Minor: Added doxygen file's doc comments in weightvg modifiers.Bastien Montagne
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-15WeightVG: Made Edit and Proximity also use the new weightvg_update_vg MDeform...Bastien Montagne
2011-09-15WeightVG utils, weightvg_update_vg func updates.Bastien Montagne
2011-09-15WeightVG Mix modifier: updated code to use defgrp_find_index, and make MDefor...Bastien Montagne
2011-09-09svn merge -r40034:40051 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-09SVN maintenance.Guillermo S. Romero
2011-09-08svn merge -r39991:40034 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-08edits to new modifiers to work with bmeshCampbell Barton
2011-09-07interface + naming improvements to vertex wright modifierCampbell Barton
2011-09-07SVN maintenance.Guillermo S. Romero
2011-09-05VGroup Modifiers: added mapping options to proximity and edit.Bastien Montagne
2011-09-05- vertex group modifiers isDisabled functions were incorrect, need to check i...Campbell Barton
2011-09-05- mask_tex_map_obj --> mask_tex_map_objectCampbell Barton
2011-09-05minor edits.Campbell Barton
2011-08-23vgroup_modifiers: Definitively removed addtionnal mapping/clamping options in...Bastien Montagne
2011-08-17vgroup_modifiers: Removed (commented out, for now) addtionnal mapping/clampin...Bastien Montagne
2011-07-29vgroup_modifiers: Fixed last problems with WP mode, plus a small fix in weigh...Bastien Montagne
2011-07-28minor cleanup of rnaCampbell Barton