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
path: root/source
AgeCommit message (Expand)Author
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-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-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-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-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
2013-01-21Support normalized displacement maps in cases maximal distance is not setSergey Sharybin
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-21Various cleanup in i18n code (having funcs implemented in two different place...Bastien Montagne
2013-01-21Style cleanupJoshua Leung
2013-01-21Bugfix [#33852] Scale of a strip in NLA is changed after moving it long distanceJoshua Leung
2013-01-21Fix compiling problems with translation stuff disabledJoshua Leung
2013-01-21fix for own error in vertex slide, isolated verts mixed with regular selectio...Campbell Barton
2013-01-21minor changes to _build_translations_cache(), remove unneeded NULL checks and...Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-21Bevel vertex only (shortcut: control-shift-B) initial commit.Howard Trickey
2013-01-21Ommit extraneous check for paint tool in 3d mapping case (Only draw toolAntony Riakiotakis
2013-01-21Fix #33939, if initialization of vert slide failed, code did not handleAntony Riakiotakis
2013-01-213D mapping for projective texture painting (only for draw brush). UsefulAntony Riakiotakis
2013-01-20Fix for usual bplayer issue (own fault)...Bastien Montagne
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-20Fix #33941. We need to free the image editor ibuf too if no image isAntony Riakiotakis
2013-01-20fix for own error in recent BLI_array commitCampbell Barton
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-20fix for possible null pointer dereference in PE_create_particle_editCampbell Barton
2013-01-20minor change r53918 was supposed to resolve.Campbell Barton
2013-01-20removed incorrect comment in draw_nla_channel_list_glJason Wilkins
2013-01-20removed extraneous glEnable(GL_BLEND)/glDisable(GL_BLEND) in ui_draw_aligned_...Jason Wilkins
2013-01-20edited wmSubWindowScissorSet for readabilityJason Wilkins
2013-01-20correction for msvc2008Campbell Barton
2013-01-20fix own bug with uninitialized arrays in subdivide (from recent BLI_array.h u...Campbell Barton
2013-01-20Use KKEY in sculpt mode to activate the snake hook brushNicholas Bishop
2013-01-20Delete loose edges left behind by sculpting with collapse-short-edgesNicholas Bishop
2013-01-20Update object bounding box during sculptNicholas Bishop
2013-01-20Disable OpenMP with dyntopo in paint_mesh_restore_co()Nicholas Bishop
2013-01-19Skip hidden faces in PBVH BMesh ray intersection testNicholas Bishop