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-02-10Fix a few DPI / retina draw issues:Brecht Van Lommel
2013-02-10style cleanupCampbell Barton
2013-02-10Ensure that mask layer exists in sculpt mode after multires subdivideNicholas Bishop
2013-02-10Scroller initialize for Image Window regions too.Ton Roosendaal
2013-02-10Added initializer in channel region for file window, makes it draw on first useTon Roosendaal
2013-02-10add option not to calculate tessellation faces when converting an object to a...Campbell Barton
2013-02-10We've reconsidered previous patch in IRC.Sergey Sharybin
2013-02-10Added option to composite/viewer nodes which specifys whether alpha inputSergey Sharybin
2013-02-10Actually, UI scripts should not use directly pgettext, but rather the iface o...Bastien Montagne
2013-02-10Fix #34186: VSE: Incorrect movie output when scene strip is muted by keyframeSergey Sharybin
2013-02-10BGE: Make sure we are writting to the depth buffer when rendering alpha polyg...Mitchell Stokes
2013-02-10correct arg order in header for isect_point_tri_v2(), Made for confusing call...Campbell Barton
2013-02-09Bunch of fixes for py ui messages (all those using 'formating' were not trans...Bastien Montagne
2013-02-09Translation of 'text' parameter of UI functions: disables context search in R...Bastien Montagne
2013-02-09Bug fix #34174Ton Roosendaal
2013-02-09[#33437](partial fix) Collada: importing a scene changes units. Added an opti...Gaia Clary
2013-02-09add beauty option for triangle fill since you might want to use the initial s...Campbell Barton
2013-02-09omit warning about startup.blend being missing when loading with '--factory-s...Campbell Barton
2013-02-09Bug fix #34157Ton Roosendaal
2013-02-09rigidbody: Add missing updates for rigidbody operatorsSergej Reich
2013-02-09rigidbody: Fix force field changes not invalidating cacheSergej Reich
2013-02-09rigidbody: Relink constraints when duplicating objectsSergej Reich
2013-02-09rigidbody: Don't use icons for constraint typeSergej Reich
2013-02-09improve beauty-fill tool for non-flat triangles.Campbell Barton
2013-02-09fix for is_quad_convex_v3(), getting the dominant axis wasn't accurate enough...Campbell Barton
2013-02-09code cleanup: use const for matrix functions vector args.Campbell Barton
2013-02-09BGE: Fix to make KX_CharacterWrapper.jumpCount work a bit smoother. Previousl...Mitchell Stokes
2013-02-09fixed: [#34080] import of COLLADA breaks on '#' in filepathGaia Clary
2013-02-08[#33955] Collada Model Import Hangs Blender. Optimized Object import for bett...Gaia Clary
2013-02-08Corrections to alpha pipeline do_versionsSergey Sharybin
2013-02-08Fix build (some code before var declaration... thought my compiler checked th...Bastien Montagne
2013-02-08Fix #33747: do better backwards compatibility for image transparency changes.Brecht Van Lommel
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-08RNA ui API: fix long-standing annoying glitches when using 'text' property of...Bastien Montagne
2013-02-08Fix Knife cut-through bug #34072.Howard Trickey
2013-02-08fix: #34051 Collada export crashesGaia Clary
2013-02-08fixed collada import for objects which have NO childrenGaia Clary
2013-02-08Release todo: added userpref for Mac users having "Natural Scroll" set.Ton Roosendaal
2013-02-08Fix #34165: Disappearing active marker label in timeline windowSergey Sharybin
2013-02-08Fix part #33935: Texture painting slow down with mouse, but not with tabletSergey Sharybin
2013-02-08fix for error in own recent commit, null check before assignment.Campbell Barton
2013-02-08fix null pointer issue when child nodes reference to unknown/invalid meshGaia Clary
2013-02-08fix warning message when imported Collada nodes have < 3 edges.Gaia Clary
2013-02-08Fix part of #34083: crash trying to play surround .wav file in the game engineBrecht Van Lommel
2013-02-07Fix #34156: Spec. and Alpha Intensity OpenGL issueSergey Sharybin
2013-02-07start blender maximized on X11 - finding screen limits taking window borders,...Campbell Barton
2013-02-07Small UI annoyance: proxy build progress could is incorrect in some casesSergey Sharybin
2013-02-07fix for [#34133] Creation of an RGBA buffer from an RGB color and an alpha ch...Jeroen Bakker
2013-02-07Fix #34145: 'Save Image' incorrect file type.Sergey Sharybin
2013-02-07fix for regression in bpy-api, python context passed to operators couldn't ov...Campbell Barton