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-06-30Todo item:Ton Roosendaal
2011-06-06fix for crash opening the file selector twice with multiple windows open (whe...Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-04-25fix for a crash with the following steps.Campbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-03-31Bugfix #26651Ton Roosendaal
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-09From the todo:Ton Roosendaal
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-02From the OFTL (old fart todo list)Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-02Bugfix [#25902] alt+a over 3D view don't up date dropesheet editorJoshua Leung
2011-01-31Bugfix #25874Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-04for some reason even though this resizes areas more evenly on my system (and ...Campbell Barton
2010-11-04fix for #24428, commit r32757 broke menu bar display for some users [#24454] ...Campbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-30warning/portability fixes.Campbell Barton
2010-10-28bugfix [#24428] Interface Regions will not keep relative proportionsCampbell Barton
2010-10-27bugfix [#24341] Problems running blender headlessCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-02Fix #23629: Layers doesn't sign there are objects on them, only if the object...Sergey Sharybin
2010-09-20Partly apply patch [#23746] Clarify azone->edge values.Nathan Letwory
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-18Apply patch [#23846] Fix for [#23698] in File Browser system. Properly remove...Nathan Letwory
2010-09-06Fix for [#22960] UV/Image editor - Back to Previous buttonJanne Karhu
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-28Fix #22996: switching scenes did not exit editmode, meaning changesBrecht Van Lommel
2010-07-19Bugfix #22906: Animation Player buttons broke on r30467Joshua Leung
2010-07-18Small feature for the Durian guys:Andrea Weikert
2010-06-25bugfix where animated image texture's lagged one frame when used with modifiers.Campbell Barton
2010-06-22Timeline addition: Display cached framesMatt Ebb
2010-04-25correct typo'sCampbell Barton
2010-04-23fix for camera switching, broke 28359 Campbell Barton
2010-04-22chaning the camera from the scene buttons didnt update the views. moved some ...Campbell Barton
2010-04-02Fix [#21868] Header flickering when mouse moves over region borders Matt Ebb
2010-03-27Fix #21741: changing scenes didn't update layers in 3d view, patch by Elia Sa...Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-09remove for bad-level-call & some minor changes to make camera switching neater.Campbell Barton
2010-03-08move render operators into their own files, render_internal.c & render_opengl...Campbell Barton