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
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Forgot NLA Editor support for this...Joshua Leung
2011-02-14Graph Editor part of the changes in the previous commit...Joshua Leung
2011-02-09Graph Editor: Added option to turn off AA drawing for performanceJoshua Leung
2011-02-02"Batch-Edit" Code cleanup: Renaming ED_operator_ipo_active toJoshua Leung
2011-01-30remove nan-makefilesCampbell Barton
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
2011-01-14Bugfix [#25617] HOME Key in fcurve editor doesn't center properlyJoshua Leung
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06use ED_markers_get_first_selected() where possible, simplify ed_marker_rename...Campbell Barton
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2011-01-06fix for clang static check warnings.Campbell Barton
2010-12-28- Silencing some gcc warnings (yay! I can finally use this setupJoshua Leung
2010-12-28Drivers Code Cleanups and UI Tweaks:Joshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-15Minor annoyance with graph editor selection:Campbell Barton
2010-12-14graph editor & action keyframe paste options.Campbell Barton
2010-12-14Fix for 'handle_type' submenu in Graph Editor no longer working.Joshua Leung
2010-12-14Change set handle types back to menu now menus have key access - V+A, V+V, V+...Campbell Barton
2010-12-13Bugfix #25199Ton Roosendaal
2010-12-10Bugfix #25153Ton Roosendaal
2010-12-09Bugfix #25150Ton Roosendaal
2010-12-09A little more work on patch [#24814] Operators which have no decriptionKent Mein
2010-12-09Bugfix 25147Ton Roosendaal
2010-12-09Problem with FCurve pasting reported by Rob Garlington.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-17Bugfix for previous commit.Joshua Leung
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-16Bugfix #24276: Unable to set extrapolation on a per curve basisJoshua Leung
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-07Graph Editor tweaks:Joshua Leung
2010-08-19rna renaming FModifier & GameObjectSettingsCampbell Barton
2010-08-18utility function for updating animation system values when RNA changes.Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller