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-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-21fix for fix [#24344] crash on adding new image when composite is open and the...Campbell Barton
2010-10-21use custom data mask defines, no functional changes.Campbell Barton
2010-10-21remove unused args for some modifiers, no functional change.Campbell Barton
2010-10-21improved fix for [#24267] Hook fails after SolidifyCampbell Barton
2010-10-20[#24267] Hook fails after SolidifyCampbell Barton
2010-10-19Fix #24321: duplicate of multiresolution modifier errorSergey Sharybin
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15[#24263] Hooks influence area with vertex group assigned is not effectedCampbell 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-09-28bugfix, screw modifier was overwriting its own calculated normals of the orig...Campbell Barton
2010-09-26- Save MDISPS layer when applying modifier.Sergey Sharybin
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-09== Multires ==Nicholas Bishop
2010-09-05Fix #23680: Explode with Split Edges over SubSurf - crashSergey Sharybin
2010-09-02rna context renameCampbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-13added include for offsetof(), also use <string.h>, not "string.h"Campbell Barton
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