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-07-29Merging r36529-38806bge_componentsMitchell Stokes
2011-07-15Fix for [#26712] Particle group instance 'Use Count' value gets reset on file...Janne Karhu
2011-07-08Fix #27900: file browser filter, sort, .. parameters were not saved. This isBrecht Van Lommel
2011-06-24First commit to make "Style" settings saved in startup.blendTon Roosendaal
2011-06-02fix for [#27410] Manual save kills actual .blend file if disk space is lowAndrea Weikert
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-18- check paths are not empty strings before making blend file paths absolute o...Campbell Barton
2011-05-18cleanup onlyCampbell Barton
2011-05-07Merging r36382 through r36528Mitchell Stokes
2011-05-03remove player runtime writing functions, this is now an addon.Campbell Barton
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-05-01=trunk=Joseph Eagar
2011-04-25There is enough potential developer interest in BGE Components that I'm makin...Mitchell Stokes
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-24ZanQdo Bugfix:Joshua Leung
2011-02-27doxygen: blender/blenloader tagged.Nathan Letwory
2011-02-24Fix for [#26197] High resolution smoke cache not available due to pointcache ...Janne Karhu
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-01-25fix [#25778] Memoryblock Data from SCR: end corruptCampbell Barton
2011-01-20Bugfix [#25721] Unable to delete grease pencil data blocksJoshua Leung
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
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-02Small feature for debugging pleasure:Ton Roosendaal
2010-12-16Fix for [#25202] Blender crashes when opening smoke simulations made with Ble...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-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-09-06bugfix [#23674] Fix for texture path corruptions (bug 23337)Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-07-27Bugfix #23000: AnimData on Meshes not saved (and loaded)Joshua Leung
2010-07-23fix bad memory range of text3d charinfo being used.Campbell Barton
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-15To be actually useful, also report the filename when write operation fails.Nathan Letwory
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-05-25blend file thumbnailingCampbell Barton