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
2013-01-22Fix for build with scons whithout i18n support.Bastien Montagne
2013-01-22Cycles:Thomas Dinges
2013-01-22revert scons fix, it is necessary after allAntony Riakiotakis
2013-01-22ubuntu 12.10 does not have pyconfig.h in include directory causing scons to f...Antony Riakiotakis
2013-01-22add path for particle brushCampbell Barton
2013-01-22style cleanupCampbell Barton
2013-01-22Matcap fix:Ton Roosendaal
2013-01-22Good rule of thumb. If blenderplayer gets broken after stubs.c leaves my "rec...Antony Riakiotakis
2013-01-22scons compile fix for Ton's matcaps workJoshua Leung
2013-01-22Confirming GPL license and thanks to the people who provided the matcaps:Ton Roosendaal
2013-01-22add missing includesCampbell Barton
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2013-01-22fix [#33889] Unexpected weights after parenting with Empty GroupsCampbell Barton
2013-01-22Fix #33951: Only margin is correctly baked for non-displacement bakingSergey Sharybin
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-22reverting r53798 to fix [#33831], it casued bug [#33921]Campbell Barton
2013-01-22update stubCampbell Barton
2013-01-22correct addon tutorial section on keymap register/unregister and add label ne...Campbell Barton
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-22fix for error where linking objects to the scene would show the popup if acti...Campbell Barton
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-22add rna paths to toolsettings and its substructs, useful for python scripting.Campbell Barton
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2013-01-21Improved performance for multiple iterations, keeping the same laplacian matrix.Alexander Pinzon
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21Multires baker: fix wrong normalization if baking happens to multiple imagesSergey Sharybin
2013-01-21Multires baker: fix bad face->grid index conversion for displacement bakerSergey Sharybin
2013-01-21Multires baker: fix memory leak caused by threading issuesSergey Sharybin
2013-01-21Vertex bevel: adjust vertex positions to make a more rounded pattern.Howard Trickey
2013-01-21Fix compile with collada enabledJens Verwiebe
2013-01-21fix [#33937] Planar decimate + triangulate operator leaves non-triangle facesCampbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21Usual minor UI messages fixes...Bastien Montagne
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21On second thought, exposes bpy.app.translations also when built without i18n ...Bastien Montagne
2013-01-21Add (vertex-only) Bevel to Mesh > Vertex menu.Howard Trickey
2013-01-21Fix building for new collada...Bastien Montagne
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2013-01-21Bevel vertex: fix rebuild of faces so they are connected when seg > 1.Howard Trickey
2013-01-21Avoid using python keyword as operator property nameSergey Sharybin
2013-01-21Fix #33899: Maya keymap/custom keymap selection issuesSergey Sharybin
2013-01-21Print warnings when invalid py dict/key/value is found in translations data (...Bastien Montagne
2013-01-21Fix image pool crash when acquiring buffer for NULL imageSergey Sharybin
2013-01-21Updating icons to 2.5.08 (see [#33448])Joshua Leung
2013-01-21Expose locale_explode in bpy.app.translations, will be handy in i18n manipula...Bastien Montagne
2013-01-21I18n fix: "" context is not the same as NULL context!Bastien Montagne
2013-01-21Patch [#33926] Menu separators to group the items on Specials MenuJoshua Leung
2013-01-21Fixes to BLF_locale_explode, was not handling all cases correctly (own fault) :/Bastien Montagne
2013-01-21fix regression in own recent commit, vertex flags were left uninitialized.Campbell Barton