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-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-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-04Whitespace tweaksJoshua Leung
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2011-11-232.6 UI code:Thomas Dinges
2011-09-25Commented and tagged some unused vars (gcc warnings...).Bastien Montagne
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-06-10Alignment tweaks to F-Modifier header buttons.Joshua Leung
2011-06-04FModifier Influence/BlendIn-OutJoshua Leung
2011-06-03Experimental Feature: Frame Range Masks for FModifiersJoshua Leung
2011-04-06fix [#26801] Undoing Animation modifiers undoes 2 steps.Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-24fix for incorrect array use when freeing fcurve modifier envelope points, arr...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-30Bugfix #23551: FMODIFIERS: Steps "Use End Frame" doesn't enableJoshua Leung
2010-08-19rna renaming FModifier & GameObjectSettingsCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-19More F-Modifier Tweaks:Joshua Leung
2010-03-18F-Modifier Goodies (as requested by @ndy):Joshua Leung
2010-03-14remove unused includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-12FModifier drawing typo:Joshua Leung
2009-12-24Reverted the addition of the f-curve sound modifier (was added in revision 24...Joerg Mueller
2009-12-10align option for splitCampbell Barton
2009-12-10UI limits for the envalope frame were too smallCampbell Barton
2009-11-29Armature Bugfixes:Joshua Leung
2009-11-25Fix for [#20008] In the Graph Editor, clicking on the eye doesn't update the GUIMatt Ebb
2009-11-23Various bugfixes:Joshua Leung
2009-11-22Just a few compiler warnings...Joshua Leung
2009-11-22Added a first version of the Sound F-Curve Modifier, not really usable yet, b...Joerg Mueller
2009-11-10Math LibBrecht Van Lommel