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
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-18style cleanupCampbell Barton
2013-05-18Fix #35390: sequencer end frame of preview range was not drawing correct.Brecht Van Lommel
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-02-18fix [#34303] Rotation fcurves don't work with transforming with individual ce...Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-09Axis Colours are now ThemeableJoshua Leung
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-08style cleanup: animation + buttonsCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-03-11code cleanup: remove unused externs.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-21Attempted bugfix: don't perform any keyframe remapping stuff ifJoshua Leung
2011-07-12Timeline Drawing - Time cursor draws extra wide in timeline so thatJoshua Leung
2011-07-12Bugfix [#27548] Timeline view - 2D drawing issuesJoshua Leung
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-02-27doxygen: blender/editors 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
2010-11-18fix [#24786] Setting Rotation Units to Radians doesn't affect the UI [33146]Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-05-03have timeoffset use (int)floor(timeoffset+0.5f) when converting to an int to ...Campbell Barton
2010-04-02Batch renaming some keyframe editing internals in preparation for more generi...Joshua Leung
2010-03-14remove unused includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-30View2D/TimeCode Drawing:Joshua Leung
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-26Finishing off the Transform code changes for Degrees/Radians:Joshua Leung
2010-01-26Radians vs Degrees: The Second AttemptJoshua Leung
2010-01-19Preview Range Tweak:Joshua Leung
2010-01-15Reverting changes made in r25940 with the NLA unmapping. Joshua Leung
2010-01-13NLA: fix keyframes getting messed up when making strips longer. For drawingBrecht Van Lommel
2009-12-20Animation Editor Code Cleanups:Joshua Leung
2009-11-18Attempted bugfix for #19909: missing text in frame indicator boxJoshua Leung
2009-11-11Added compositing node support to the animation editorsMatt Ebb