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-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
2010-12-203D ortho view: the axes lines of grid had wrong color for X.Ton Roosendaal
2010-12-20higher precision for wright & radius button.Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-17fix for keymap error with renaming rna.Campbell Barton
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-15fix for annoyance found when looking into bug [#25226].Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-14Fix for [#25198] Smoke gets shown before simulation startsJanne Karhu
2010-12-14[#25211] Impossible to select an armature with shapesCampbell Barton
2010-12-12Bugfix #25179Ton Roosendaal