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-11-18Fix T37428: NurbsPath Mesh Deform "Binding" not available or not functionalSergey Sharybin
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-11-18Fix T37486: Displacement bake from multires crashes when preview level is on 0Sergey Sharybin
2013-11-18Fix for T36936: Crash when starting BI rendered viewIRIE Shinsuke
2013-11-18Patch T37363: Highlight bone layers with active bones (as for Object Layers)Joshua Leung
2013-11-18Code cleanup - Reduce duplication of layer number calculations hereJoshua Leung
2013-11-18Fix T37413 - Fit-Curve option for Array Modifier ignores constraint resultsJoshua Leung
2013-11-18Fix spelling error in commentJoshua Leung
2013-11-18Fix T37325: applyRotation() wasn't working correctly on rigid bodies in the g...Mitchell Stokes
2013-11-17fix for crash with new buildinfo, when gmtime() returns NULLCampbell Barton
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-11-17vertex weights: add weight quantize tool.Campbell Barton
2013-11-17* Some less technical tooltip for the splash screen.Thomas Dinges
2013-11-17Documentation:Thomas Dinges
2013-11-17Freestyle: a follow-up fix of trunk revision 61233. When an iterator has rea...Tamito Kajiyama
2013-11-16Transform: vertex snapping for curvesHenrik Aarnio
2013-11-16pose mode: extend selection flipping to use the same method as editmode.Campbell Barton
2013-11-16armature editmode: option for select mirror to use active bone only.Campbell Barton
2013-11-16code cleanup: armature functionsCampbell Barton
2013-11-16code cleanup: rename flip_side_name to BKE_deform_flip_side_nameCampbell Barton
2013-11-16Skip .git files from submodules for install targetsSergey Sharybin
2013-11-16Remove check for whether po folder existSergey Sharybin
2013-11-16armature editing: using too short length checking to add L/R suffix.Campbell Barton
2013-11-16Fix T37493: Defocus node with angle = 90° rotates bokeh only for ~1.5°Sv. Lockal
2013-11-16More fix for this stupid uppercase-to-lowercase convertion code... Thanks to ...Bastien Montagne
2013-11-16Fix T37476 Bevel modifier got weight from wrong edgeHoward Trickey
2013-11-16Fix T37442: Disabled uiList would "freeze" Blender when trying to drag-resize...mont29
2013-11-16Code cleanup, cont. A small omission here.Antony Riakiotakis
2013-11-16Code cleanup: Use different redraw options for sculpt mask operators.Antony Riakiotakis
2013-11-16Support for symmetrical box masking in sculpt mode.Antony Riakiotakis
2013-11-15Fix collada after git switch ( undefined build_commit_time )Jens
2013-11-15Fix for own mistake in r61178: bNodeTree->links ListBase was being modified w...Lukas Tönne
2013-11-15Fix Bevel artifacts bug T37053howardt
2013-11-15Cmake: little typo breaking playerjensverwiebe
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-12Make dynamic node labels possible as a registerable function 'draw_label' (si...Lukas Toenne
2013-11-12Instead of requiring a const char* return from the (optional) node label call...Lukas Toenne
2013-11-12Change the behavior of AO pass in Blender internal's shader/render node tree ...Irie Shinsuke
2013-11-12Fix #37092 and #37381: crashes in the .object() method of Freestyle iterators.Tamito Kajiyama
2013-11-12Fix [#37380] vertex paint colors don't render.Bastien Montagne
2013-11-11Fix [#37388] Grid fill crashes blender in specific situation.Bastien Montagne
2013-11-11Used wrong RNA access routine in bevel amount commit.Howard Trickey
2013-11-11Fix #37395: Rendering with a movie strip behind a scene shows inconsistent re...Sergey Sharybin
2013-11-11Fix [#37394] UV Map cannot be renamed.Bastien Montagne
2013-11-10Fix [#37393] Input dimensions are case sensitive in the property panel, upper...Bastien Montagne
2013-11-10make IS_EQ and IS_EQF typecheck argsCampbell Barton
2013-11-10replace IS_EQ -> IS_EQF for use with floats.Campbell Barton
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-11-10mistake in last commitCampbell Barton