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-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07Bug fix: unbaked particle cache was cleared from current frame onwards on fil...Janne Karhu
2011-01-07bugfix [#25528] lack of update and crash using hook modifier.Campbell Barton
2010-12-27Bugfix #25392Ton Roosendaal
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21Workaround for blenderplayer not linking on linux with scons.Nathan Letwory
2010-12-17Fix #25272: shrinkwrap with dependency cycle could lead to eternalBrecht Van Lommel
2010-12-15ensure pasted graph keys are always selected.Campbell Barton
2010-12-15Fix for [#25218] No smoke is emitted when particle system starts and ends on ...Janne Karhu
2010-12-15Bugfix #22982Ton Roosendaal
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-01Bugfix #24999Ton Roosendaal
2010-11-30Bugfix #24986Ton Roosendaal
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