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-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-25Fix for [#26205] Crash when duplicating windowJanne Karhu
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
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-02Bugfix [#25902] alt+a over 3D view don't up date dropesheet editorJoshua Leung
2011-01-30remove nan-makefilesCampbell Barton
2011-01-28In the Timeline, keyframe lines are now drawn in front of the frameJoshua Leung
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-02Quiet warnings from last commit.Campbell Barton
2011-01-02Fix for [#25427] cloth or soft body crash un UndoJanne Karhu
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21Fix for [#25325] Timeline doesn't show status of baked psys until frame is ad...Janne Karhu
2010-12-19Pointcache frame markers in timeline look a bit nicer if they are aligned exa...Janne Karhu
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
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-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-10-07Fix #24167: Timeline keyframes don't update when selecting objects from outlinerSergey Sharybin
2010-09-29Fix [#24046] Keyframe display in Timeline isn't updatedNathan Letwory
2010-09-27Fixed: Showing pointcached frames in the timeline was terribly slow when usin...Janne Karhu
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-13Bugfix: Timeline did not refresh when changing selecting a boneJoshua Leung
2010-08-28Timeline Notifier Listener:Thomas Dinges
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-11drawing in the timeline could change bezier keys while rendering, disable.Campbell Barton
2010-06-26new notifier for FRAME_RANGE, use to recalculate the timeline scrollbar range.Campbell Barton
2010-06-23fix for timeline drawing with new cache visualization.Campbell Barton
2010-06-22hopefully fix some flickering in timeline cache displayMatt Ebb
2010-06-22Timeline addition: Display cached framesMatt Ebb
2010-06-05remove cruft from cmake files, more to goCampbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-04-06Fix [#21516] UI artifacts in array modifierMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-21Fix #21214 Changing frame range on render panel doesn't update on timeline...Elia Sarti
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-19Preview Range Tweak:Joshua Leung
2010-01-19setting the timeline endframe didnt work if the preview range was used.Campbell Barton
2010-01-19Timeline: Keyframe Drawing for All Selected ObjectsJoshua Leung