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
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-05-01Cleanup: comments (long lines) in modifiersCampbell Barton
2019-04-22Cleanup: style, use braces for modifiersCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-01Modifiers: Use object passed to evaluationSergey Sharybin
2019-02-25Cleanup: order of modifiers' headers includes.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-07Fix modifiers evaluation outside of depsgraph/CoW context.Bastien Montagne
2018-06-29Cleanup: naming in MOD_utils.Bastien Montagne
2018-05-23Fix modifiers not using depsgraph time for texture evaluation.Bastien Montagne
2018-05-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-08Mod_util: Add back vcos parameter to get_texture_coords_mesh().Bastien Montagne
2018-05-07Modifier stack: move vgroup editing modifiers to new Mesh-based system.Bastien Montagne
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2015-07-20Fix (unreported) broken MixWeight modifier in debug builds.Bastien Montagne
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