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-10Bug fix: effectors in pre 2.5 files didn't work due to a forgotten flag in do...Janne Karhu
2011-01-10callback function ptcache_particle_extra_read() was incorrect type, also fix ...Campbell Barton
2011-01-10Compiler warning fixes for the same point cache things Joshua tried to fix ea...Janne Karhu
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne Karhu
2011-01-09Replace uint32_t in pointcache code with unsigned int as it's supported in dnaJanne Karhu
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
2011-01-07Bug fix: unbaked particle cache was cleared from current frame onwards on fil...Janne Karhu
2011-01-07New hair child options:Janne Karhu
2011-01-06fix for clang static check warnings.Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-04Fix bug #25471Xavier Thomas
2011-01-032.4x <-> 2.5 Regression Fixes: Shapekey ProblemsJoshua Leung
2011-01-02Small feature for debugging pleasure:Ton Roosendaal
2011-01-02Fix for [#25427] cloth or soft body crash un UndoJanne Karhu
2010-12-31Bugfix #25427Ton Roosendaal
2010-12-31Fix crash on load with a particular startup.blend, don't know how to redoBrecht Van Lommel
2010-12-23Bugfix #25341Ton Roosendaal
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-22Related to previous commit: Custom shapes for Bones now increase userTon Roosendaal
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-21Workaround for blenderplayer not linking on linux with scons.Nathan Letwory
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-16Fix for [#25202] Blender crashes when opening smoke simulations made with Ble...Janne Karhu
2010-12-16small tweak, moving /* put compatibility code here until next subversion bump...Dalai Felinto
2010-12-16Fix #25241: Wordwrap memory leak /w UndoSergey Sharybin
2010-12-13"Fix" for [#25184] Forces for growing hair - update inconsistency - as discus...Janne Karhu
2010-12-13Reshuffled AnimData reading functions in writefile.c as per an oldJoshua Leung
2010-12-13Lattices now have AnimDataJoshua Leung
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06bugfix [#24995] Object rotation seems to be applied incorrectlyCampbell Barton
2010-12-06bugfix [#22663] object material slots not updated for library dataCampbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...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-04Bug fix #21900Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-02Bugfix #25010Ton Roosendaal
2010-12-01Bugfix #24890Ton Roosendaal
2010-12-01fix for some mistakes in recent commit.Campbell Barton
2010-12-01Smoke now uses only one point cache where both normal and high resolution smo...Janne Karhu
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-24Fix #24782: proxy armature Layer state not saved with file. Was in 2.4x butBrecht Van Lommel
2010-11-24when fail to read a blend, report the filepath too, less confusing when chain...Campbell Barton
2010-11-23Cached smoke wasn't being drawn on file load before going to simulation start...Janne Karhu
2010-11-20Bugfix #24801Ton Roosendaal
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-16fix for fix, r33086.Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton