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
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-09Python/context: python could get invalid bpy.data in scene update handler afterBrecht Van Lommel
2012-05-06style cleanup: blenkernelCampbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-30Patch [#30681] Improved Display of Header Statistics by Harley Acheson (harle...Thomas Dinges
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Added new command-line arguments --debug-ffmpeg and --debug-libmv toSergey Sharybin
2012-03-26fix [#30653] Wrong image at UV/Image Editor windowCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-27- remove bpath iterator and replace all uses with visitor.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19cleanup endian handlingCampbell Barton
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