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-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22Bug fix: Fluidsim paths were not handled properlyJanne Karhu
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27Fixing some clang reported issues in particle code.Janne Karhu
2011-01-19Fix for [#25705] Crashing doing Bake in Partile System in Particle ModeJanne Karhu
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12Bugfix #25570Ton Roosendaal
2011-01-09Fix for [#25544] Blender crashes when changing the particles emission amountJanne Karhu
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
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-18Extreme makeover of pointcache code:Janne Karhu
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Bugfix #24568Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
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-27fix for fix r33330, bug [#23118].Campbell Barton
2010-11-26lasso select wasn't comparing the depth with particle selection, where border...Campbell Barton
2010-11-26bugfix [#23118] Blender freezes when combing hair - OS X path changes related?Campbell Barton
2010-11-22bugfix [#20768] Project Snap BrokenCampbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-04Temporary fix for "freezing when pointcache is baked":Janne Karhu
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-29Fix for[#24422] Crash when switching to Point Select Mode - particle hairJanne Karhu
2010-10-29Fix for [#24430] Hair Dynamics ProblemJanne Karhu
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-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-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-14"flip -> pen_flip" missing rename on particle edit modeDalai Felinto
2010-09-08Hair disconnect/connect wasn't working properly.Janne Karhu
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-02"Fix" for [#23621] lattice modifier on particle hair when applied doesn't app...Janne Karhu
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton