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-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-22fix for uninitialized stack variable in displaying the modifier template.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-14add UNUSED() to modifiers, also removed some unused args.Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-09-09== Multires ==Nicholas Bishop
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-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-04-25re-arrange modifier and blenkernel to overcome some linking problems that sto...Campbell Barton
2010-04-22rna: added lib.parent access and made filename editable.Campbell Barton
2010-04-22Fix [#22078] Cannot apply modifier in python (context error)Matt Ebb
2010-04-14there were duplicate modifier init's, harmless but better remove.Campbell Barton
2010-04-12more header cleanupsCampbell Barton
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-12[#14437] Modifier Stack RefactorCampbell Barton
2010-04-11Solidify ModifierCampbell Barton
2010-04-08no functional changeCampbell Barton
2010-04-06"Fix" for [#21591] Explode modifier bugJanne Karhu
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2786...Campbell Barton
2010-03-31bugfix [#21743] Incorrect Rim Normals with Screw mod and Solidify Mod on a Cu...Campbell Barton
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel
2010-03-28[#21802] UVProject Modifier CrashCampbell Barton
2010-03-25Remove object type check in Cast Modifier deformation, was wrong now that Cur...Elia Sarti
2010-03-24xaspect and yaspect were not working with uv project modifier & panorama, als...Campbell Barton
2010-03-23Panorama camera support for UV project modifierCampbell Barton
2010-03-22Screw ModifierCampbell Barton
2010-03-22Sculpt Mode Bugfixes:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-22fixes for screw modifierCampbell Barton
2010-03-22Screw Modifier (old patch was called Lathe)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-14Fix #21599: Duplicating an object with solidify doesnt copy the flags correctlySergey Sharybin
2010-03-09* Fix for crash using texture nodes in displace modifierMatt Ebb
2010-03-07Enable "Build" modifier for curves/surfaces.Sergey Sharybin
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-02-27Patch #21267 by Sergey Sharybin Ton Roosendaal
2010-02-24multi-multi modifier support.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-07Depsgraph: fix for old problem where dependencies would not get executedBrecht Van Lommel
2010-01-27Fix part of #20090: boolean modifier would lose link to objectBrecht Van Lommel
2010-01-26weight panel editing now supports mirroringCampbell Barton
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-26modifier.c has all its vergex group index lookups inline, use get_named_verte...Campbell Barton