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: 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-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Fix [#30709] Renaming a bone renames all drivers' targets using a bone of tha...Bastien Montagne
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-08Fixing several issues with keyingsets:Bastien Montagne
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-17Missed this changes needed to fully support animation data in movie clips.Sergey Sharybin
2012-02-17Camera tracking: animation datablock for MovieClipSergey Sharybin
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-03Depsgraph/Python: ensure datablocks with animation data get tagged as beingBrecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-01Bugfixes for: [#28525] [#28690] [#28774] [#28777]Joshua Leung
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-08-28Assorted comment clarification in response to code review notesJoshua Leung
2011-08-16Bugfix [#28267] keyframed values for shapekeys of copied objects areJoshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-07Sound clip NLA Strips for NexyonJoshua Leung
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-28This allows the game engine to build again, but I'm not sure if it's the best...Mitchell Stokes
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-07-07Outliner RMB Menu - AnimData mangementJoshua Leung
2011-05-26fcurve/boolean evaluation, values below zero are no longer evaluated to true.Campbell Barton
2011-04-26Adding support for adding copies of existing drivers to other animdataJoshua Leung
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-29Bugfix [#26645] Crash when duplicating an object with driverJoshua Leung
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-25fix [#26607] blender won't duplicate or assign new drivers on duplicationCampbell Barton
2011-03-15fix [#26507] Rename bone -> segfaultCampbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04- use BKE_keyingset_free_path where paths were being freed inline.Campbell Barton
2011-01-02Quiet warnings from last commit.Campbell Barton
2010-12-30Doh!Joshua Leung
2010-12-30Various pedantic fixes to satisfy compilers.Joshua Leung
2010-12-29Bugfix [#24163] Unable to animate INSIDE a group node in theJoshua Leung