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-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-22fix [#26172] Lattice vertice selection by border selection ( shortcut B ) doe...Campbell Barton
2011-02-21Accidentally left in a print for commit 34912Ton Roosendaal
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-18Bugfix 26131Ton Roosendaal
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-17clear some unused warningsCampbell Barton
2011-02-16Bugfix #26096Ton Roosendaal
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-12- resource leak in pointcache, opendir without closedir()Campbell Barton
2011-02-05todo list item:Ton Roosendaal
2011-02-02fix [#25684] Grease pencil strokes with "Surface" option attach erratically t...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-21correct spellingCampbell Barton
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-18Bugfix, irc report: general view3d operator poll() was reading NULLTon Roosendaal
2011-01-18Bugfix [#25684b] Surface and Stroke options are not working with UseJoshua Leung
2011-01-18fix [#25694] Center View (Home Key)Campbell Barton
2011-01-18fix [#25691] Lasso select on 3D Text editing segfaultsCampbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-15Fix for [#25633] Particles display switching causes crash when Velocity disp. ONJanne Karhu
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12Bugfix #25570Ton Roosendaal
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-09warning from clang, possible crash:Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...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-05remove ED_retopo.hCampbell Barton
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2011-01-03dont draw lamp volume when its being used as the view camera, would flicker a...Campbell Barton
2011-01-03bugfix [#25459] Zooming out with view3d.zoom() crashes blender completelyCampbell Barton
2010-12-31Bugfix [#25415] Circle Selection does not work on bones in Pose modeJoshua Leung
2010-12-30Bugfix #25407Ton Roosendaal
2010-12-28Bugfix: creating new 3d views in Blender now uses same defaultsTon Roosendaal
2010-12-27Workaround for [#25279] Shift-Numpad combinations fail to align view to selec...Nathan Letwory
2010-12-23Bugfix #25341Ton Roosendaal
2010-12-23remove View3D.customdata_mask, since its stored in the scene now there is no ...Campbell Barton
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
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-22bugfix [#25335] crash with file, console told me to report! svn 33836Campbell Barton
2010-12-21Bugfix #25330Ton Roosendaal