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-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-06Animation version patching for Absolute Shape Keys ("speed" curve ->Joshua Leung
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-22fix for use of uninitialized value for ipo conversion.Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-11-02World Stars:Thomas Dinges
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-14Fix for first part of #28911: driver not working properly since 2.594Sergey Sharybin
2011-10-10fix bad svn ID tagsCampbell Barton
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-25whitespace cleanupCampbell Barton
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-07-30While looking at the bug report, found some more issues... Thomas Dinges
2011-07-30Fix for [#28117] Diffuse reflection IPO curve not imported correctly from 2.4...Thomas Dinges
2011-04-20minor cleanup & replace inline armature separate pchan searches with BLI_find...Campbell Barton
2011-04-20fix for crash when loading testfile from report [#27002].Campbell Barton
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-03-26Bugfix:Joshua Leung
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-09Old animation conversion code cleanups:Joshua Leung
2011-02-09Bugfix [#25990] backward compatibility with ShapeKey Actions :: 2.49Joshua Leung
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
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
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-15Bugfix #24719: Layer ipocurves from Blender 2.49 wrongly ported to Blender 2.5xJoshua Leung
2010-11-05tedious string copying changesCampbell Barton
2010-10-24Remove the unsigned, since totbits is signed too.Nathan Letwory
2010-10-22fix warningsCampbell Barton
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-06Fix for [#23028] Driver gets remapped when importing 2.49 fileJanne Karhu
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-05Bugfix #19221: Layer animation not workingJoshua Leung
2010-05-01Second round of sequencer IPO-conversion to new animation system:Peter Schlaile
2010-05-01First round of importing old sequencer IPOs to new animation system:Peter Schlaile
2010-04-26Bugfix [#22069] Speed-Ipos are not imported correctly from 2.49 to 2.5Joshua Leung