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-11-05code cleanup: quiet warningsCampbell Barton
2013-11-05Remove soft limits from lower-end of ranges for last two commits - This turnedJoshua Leung
2013-11-05Applying same fix used for [#36844] to Limits FModifier settingsJoshua Leung
2013-11-05Bugfix [#36844] Cannot set Restrict Frame Start for FModifiers until Frame EndJoshua Leung
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-04The usual UI messages tweaks...Bastien Montagne
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ...Campbell Barton
2013-01-31Fix msvc compileMiika Hamalainen
2013-01-31patch [#33985] Added FModifierEnvelope control_point add remove to APICampbell Barton
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-10-08quiet msvc warning & allow zero arguments to add functions.Campbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-07-20Commented out "Filter" FModifier type entry in type enum. This doesn't existJoshua Leung
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-27style cleanupCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-15Style cleanup (mostly line length, also no final point in tips...).Bastien Montagne
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-03-01Spelling CleanupCampbell Barton
2011-12-13Small typo fix for tooltip of FModifier.blend_outJoshua Leung
2011-11-20More UI messages fixes and tweaks (found while translating in french).Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-04Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-28use __func__ rather than function names in rna prints, some were incorrect.Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
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-05Assorted loose ends for auto-clamped handles workJoshua Leung
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-07-20venomgfx request: Renaming handle 1/2 to left/right handles forJoshua Leung
2011-07-01Icons!Joshua Leung
2011-06-30Bugfixes:Joshua Leung
2011-06-13Transformation Channel Driver Variables - "Proper Localspace"Joshua Leung
2011-06-04FModifier Influence/BlendIn-OutJoshua Leung
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-06-03Experimental Feature: Frame Range Masks for FModifiersJoshua Leung
2011-05-31tag unused rna args.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-08add new subtype PROP_COORDS, for generic coordinates that are not to be chang...Campbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-13rna/api: new bezier keys added via fcu.keyframe_points.add() now use auto han...Campbell Barton
2011-03-13Inconsistent use of array_index vs index with animation keyword args.Campbell Barton