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
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-10-20Code cleanup: de-duplicate implementation of get_texture_valueSergey Sharybin
2013-08-09Fix #36417: vertex weight mix modifier crash with texture mask and subsurf mo...Brecht Van Lommel
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-06style cleanup: modifiersCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: multi-line if statements.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-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-08minor refactor of vertex group functions,Campbell Barton
2011-11-30use consistent naming for deform.c, also moved defvert_remove_index into defo...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-22Minor: Added doxygen file's doc comments in weightvg modifiers.Bastien Montagne
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-15WeightVG utils, weightvg_update_vg func updates.Bastien Montagne
2011-09-09SVN maintenance.Guillermo S. Romero
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-05correct float -> double promotion warningsCampbell Barton
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-09vgroup_modifiers: Now clamping output values to [0.0, 1.0] range (and added m...Bastien Montagne
2011-07-29vgroup_modifiers: Fixed last problems with WP mode, plus a small fix in weigh...Bastien Montagne
2011-07-25Adding WeightVG modifiers code. Still some points to tweak, though.Bastien Montagne