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
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-05-31Cleanup: nuke G.main out of BKE PackedFile code.Bastien Montagne
2018-03-23Cleanup: stray tabsCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-10-20Fix T46544: Can't unpack generated imageCampbell Barton
2015-07-28Fix for file unpack checking existing filesCampbell Barton
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-05-01Auto pack: don't show "No new files have been packed" on every .blend file save.Brecht Van Lommel
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-03-07Fix T43910: Unpack fails when stored filename is broken (empty, or no file pa...Bastien Montagne
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-04-23Code cleanup: style and use switch () for (un)packCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2013-09-18Fix memory leak that still existed when opening .blend file mesh data in olderBrecht Van Lommel
2013-08-04more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. p...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-03-27Bug report #34775Ton Roosendaal
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-01-27Very old todo: Packed file UITon Roosendaal
2013-01-12Security fix:Ton Roosendaal
2012-12-27New features!Ton Roosendaal
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-13And more UI messages spell check.Bastien Montagne
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-21code cleanup: minor changes to last commit.Campbell Barton
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-06style cleanup: blenkernelCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov