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
path: root/source
AgeCommit message (Expand)Author
2011-02-21add includes to cmake filesCampbell Barton
2011-02-21Fix for [#26105] Key mapped Rotate equals crash (Windows/MSVC only)Janne Karhu
2011-02-21doxygen: add guardedalloc and AVINathan Letwory
2011-02-21doxygen: COLLADA entryNathan Letwory
2011-02-21doxygen: editor entryNathan Letwory
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2011-02-21Move blender version info into BKE_blender.h so we only have the info in one ...Campbell Barton
2011-02-21bugfix [#26156] Opening .blend files through OS ignores "Load UI" flagCampbell Barton
2011-02-21bugfix [#26118] Getting 'Error Totblock' when using sub-properties from a Poi...Campbell Barton
2011-02-21fix [#26152] Blender File for Image too SmallCampbell Barton
2011-02-21Make sure we can build without the optional new WITH_PYTHON_MODULE option. Lo...Nathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-21Revert r35003. It was just an extra semicolonJoshua Leung
2011-02-21Fixed compilation bug in r35002: C90 forbids mixed declarations and code. I'v...Konrad Kleine
2011-02-21Bugfixes:Joshua Leung
2011-02-20misc warnings/fixesCampbell Barton
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-19Bugfix #26150Ton Roosendaal
2011-02-19Todo item:Ton Roosendaal
2011-02-19From the todo:Ton Roosendaal
2011-02-19Bugfix #25967Ton Roosendaal
2011-02-19Bugfix #26015Ton Roosendaal
2011-02-19Rename global_ft_lib and make it static.Diego Borghetti
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-19Bugfix #26009Ton Roosendaal
2011-02-19change shrinkwrap modifier cull front/back options from 2 booleans into an en...Campbell Barton
2011-02-19fix for string wrap backface culling not working when one of the objects was ...Campbell Barton
2011-02-19Adding support for the "media" play/pause/stop/next/prev buttonsJoshua Leung
2011-02-19Fix for building math nodes provided by DustyDingoDaniel Salazar
2011-02-18Fix #26140: Text to 3D object (one object & one object per line) has the same...Sergey Sharybin
2011-02-18Bugfix #26101Ton Roosendaal
2011-02-18Bugfix 26131Ton Roosendaal
2011-02-18Bugfix #26135Ton Roosendaal
2011-02-18Bug fix: with bigger than 1 cache step dead particles didn't alway stay deadJanne Karhu
2011-02-18Fix for #26111, #26112 & #26121, "only first button click worked in windows"Janne Karhu
2011-02-18Text space fixes:Sergey Sharybin
2011-02-18Remove #ifdef __cplusplus, as it caused C2732 (differences in linkage). Compi...Nathan Letwory
2011-02-18Remove header include, conflicts otherwise with BLI_math.hNathan Letwory
2011-02-18declare round() and copysign() when on windows. Implementations for them alre...Nathan Letwory
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-02-18Another small text space usability: option to show right margin (aka print ma...Sergey Sharybin
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-18Bugfix #26127Ton Roosendaal
2011-02-18Bugfix #26128Ton Roosendaal
2011-02-18doxygen: readblenfile part of data groupNathan Letwory
2011-02-18BGE Expressions: convert "\n" to real \nDalai Felinto
2011-02-18"Fix" for [#26130] Turbulence Force Field seed does not look to generate a ne...Janne Karhu
2011-02-18fix own mistake [#26125] Command line render, absence of CRLF on certain linesCampbell Barton
2011-02-18- clear some warningsCampbell Barton