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
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-06fix for un-initialized variable in screw modifier.Campbell Barton
2010-08-06bugfix [#23179] Screw Modifier looses VGroupsCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-07-31use more BLI math funcs (no functional changes)Campbell Barton
2010-07-22Fix #22661: Multires/Sculpt SegfultSergey Sharybin
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-14[#22782] Solidify Thickness negative and positive values are the same resultCampbell Barton
2010-07-05Fix #20383: mesh deform modifier wasn't working on lattices.Brecht Van Lommel
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-06-22Don't evaluate displace modifier with strength 0, avoids multiresBrecht Van Lommel
2010-06-16scale option was only working for panoramic camerasCampbell Barton
2010-06-13solidify rim material option, use the next material slot for rim faces.Campbell Barton
2010-06-13use utility functions for vertex groups, 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-06-07Fix #22331: mesh deform modifier not caculate all shape keys when using 'appl...Sergey Sharybin
2010-06-04solidify modifier wasnt requesting vertex groups when it needed them.Campbell Barton
2010-06-03wave modifier was dividing by zero for each vertex with default settings of f...Campbell Barton
2010-06-02Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me.Brecht Van Lommel
2010-06-02quiet warnings in screw modifier, also fix bad args for lookat_m4 and polarvi...Campbell Barton
2010-05-26display errors for mesh deform, useful to help find out why mdef isnt being a...Campbell Barton
2010-05-14Fix:Matt Ebb
2010-05-13Fix #22137: Shrink wrap modifer with curves, projection bugSergey Sharybin
2010-05-07ghash alloc string from render branchCampbell Barton
2010-05-07fix for duplicating cloth which could crash on freeingCampbell Barton
2010-05-03mask modifier properly works in weightpaint and edit modes now. note that mo...Joseph Eagar
2010-04-25re-arrange modifier and blenkernel to overcome some linking problems that sto...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-23Mesh Deform Modifier: compress static binding weights better, thresholdBrecht Van Lommel
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21vertex group option for lattice, needed for applying a lattice to a beard/mou...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-14fix for crash when a register script sets material colors, also made some cha...Campbell Barton
2010-04-14cloth init function not being calledJoseph Eagar
2010-04-13modifier include cleanup, this might need fixes on other systems but hard to ...Campbell Barton
2010-04-12Rearrange the includes a bit.Guillermo S. Romero
2010-04-12Work around to keep compiler going with zlib.h:Guillermo S. Romero
2010-04-12Fix many compile errors in fluidsim modifier.Matt Ebb
2010-04-12Modifiers moved, adjust accordingly.Guillermo S. Romero
2010-04-12more header cleanupsCampbell 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