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-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-24Fix for [#24877] Cloth + hair bugJanne Karhu
2010-11-24Fixes for [#24862] Fluid Simulator issuesJanne Karhu
2010-11-17the 'Multi' option was not being copied with the armature modifier.Campbell Barton
2010-11-11Bugfix #19534Ton Roosendaal
2010-11-11Makefile fix: new compile flag moved to correct MakefileTon Roosendaal
2010-11-11fix mistake in makefileCampbell Barton
2010-11-06Fix crash in several cases when adding bevel on array modifier with merging s...Sergey Sharybin
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-30Fix for [#24409] Particle corruption after rendering with multiresJanne Karhu
2010-10-24Make sure separation between modifier keys is communicated from GHOST upwards...Nathan Letwory
2010-10-24Fully disable AUD's FFTW3 usage.Guillermo S. Romero
2010-10-23warning fixes.Campbell Barton
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
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