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-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-09fix [#25968] Crash on changing merge distance in array modifier with edgespli...Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-01Bugfix #24999Ton Roosendaal
2010-11-11Bugfix #19534Ton Roosendaal
2010-11-06Fix crash in several cases when adding bevel on array modifier with merging s...Sergey Sharybin
2010-10-21remove unused args for some modifiers, no functional change.Campbell Barton
2010-10-14add UNUSED() to modifiers, also removed some unused args.Campbell Barton
2010-09-30[#23673] Modifier construction gives correct result in viewport but incorrect...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-06-07Reverting commit 21540, incorrect bugfix.Nicholas Bishop
2010-06-07Fixed bug #21540, Array Modifier Capping refresh on open problem.Nicholas Bishop
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-13modifier include cleanup, this might need fixes on other systems but hard to ...Campbell Barton
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-04-12SVN maintenance.Guillermo S. Romero
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-12[#14437] Modifier Stack RefactorCampbell Barton