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-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-04style cleanup: comment blocksCampbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-07-24no need for renaming actions that are not linked anywhereDalai Felinto
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-21Fix for properly converting 2.4x IPO Actuators to 2.6x Action Actuators. Prev...Mitchell Stokes
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
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