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-09-06Fix missing warning message when reading files that are not forward compatible,Brecht Van Lommel
2011-08-093D Audio GSoC:Joerg Mueller
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-06-26Putting back blender.org and release number in info header.Ton Roosendaal
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-10fix [#27607] Scene's render.filepath gets cropped to 159 charactersCampbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02fix for [#27410] Manual save kills actual .blend file if disk space is lowAndrea Weikert
2011-05-18cleanup onlyCampbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-04-28CMake build option for security report: CVE-2009-3850Campbell Barton
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-15fix [#26494] Auto run Python scripts option in User Preferences problemCampbell Barton
2011-03-15use defines for BKE_read_file, no functional change.Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
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-12fix for more warnings.Campbell Barton
2011-01-20no functional change,Campbell Barton
2011-01-18option for the path iterator to loop over packed files so their dir separator...Campbell Barton
2011-01-12Bugfix #25570Ton Roosendaal
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-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-11-24correction while looking into another bug, setup_app_data() will always free ...Campbell Barton
2010-11-22Reverting fix for yesterday's commit that broke Undo.Ton Roosendaal
2010-11-22fix for fix r33219, reports. Set a valid WM after running UNDO.Campbell Barton
2010-11-21Bugfix #22611Ton Roosendaal
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-05minor c90 compat edits. (no functional changes).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-08-31simple NULL check to fix a crash when running in background modeCampbell Barton
2010-08-25Fix #23461 and #23474: revision 31517 to simplify code made undo workBrecht Van Lommel
2010-08-25bugfix [#23456] context.main.filepath lost after undoCampbell Barton
2010-08-22remove inline loops in a few placesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-23== Sequencer ==Peter Schlaile
2010-07-14Fix #22816: crash in depsgraph loading some 2.49 files, tagging objects forBrecht Van Lommel
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-04Fix for 15-day-old bug causing crashes when loading old 2.49 files, especiall...Joshua Leung
2010-06-19Merged revision 29562 from /branches/soc-2010-nexyon.Joerg Mueller