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-04-03Fix #34856: crash passing an object rather than a mesh to bpy.data.mesh.remov...Brecht Van Lommel
2013-04-03Fix for old compatibility issue: 2.59.2 do_versions was not handling all loca...Lukas Toenne
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-04-03new ruler option to be able to interactively measure surface thichness as you...Campbell Barton
2013-04-03pass snap arguments so the ruler doesn't have to temp overwrite scene vars.Campbell Barton
2013-04-03Fix #33628, Segmentation fault after pasting a closed group of nodes into an ...Lukas Toenne
2013-04-03Fix/Workaround #34854: render buffer update writes to wrong layerSergey Sharybin
2013-04-03Fix #34838, Can not append mesh from 2.5 (Crash in Nodes). The compatibility ...Lukas Toenne
2013-04-03Fix for missing integer 'type' of the virtual extension socket in group nodes...Lukas Toenne
2013-04-03Cleanup outliner_dropzone codeDan Eicher
2013-04-03use floats for transform snapping distance comparisonsCampbell Barton
2013-04-03fix [#34825] Transparent background of Empty Images clips objects behind them...Campbell Barton
2013-04-03fix [#34850] "x" to clear ID prop fields is too close to the right borderCampbell Barton
2013-04-03fix [#34847] Box selecting shape keys of a mask causes crashCampbell Barton
2013-04-03style cleanupCampbell Barton
2013-04-03remove workaround for [#34346], checked on applying this workaround for armat...Campbell Barton
2013-04-02Fix incorrect OS X warning message in console when using multisample antialia...Brecht Van Lommel
2013-04-02Fix #34759: cycles texture influence for particles not shown correct when swi...Brecht Van Lommel
2013-04-02Fix #34849: crash in operator search menu, due to brush stencil pollBrecht Van Lommel
2013-04-02Tweak allocation vars for linear space so black is convertedSergey Sharybin
2013-04-02Box and Ellipse mask nodes will now output shapeSergey Sharybin
2013-04-02Fix #34803: blender internal SSS rendering black/nan with negative texture co...Brecht Van Lommel
2013-04-02Fix for potential missing draw-update when building without OCIOSergey Sharybin
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-04-02Fixes for recent GLSL display space conversionsSergey Sharybin
2013-04-02More Histogram fixes:Ton Roosendaal
2013-04-02Fix #34711: matcap option not showing when switching from cycles material/ren...Brecht Van Lommel
2013-04-02Fix #34788, #34744: GLSL error, #version line needs to be at the top of the s...Brecht Van Lommel
2013-04-02Cycles: small code cleanup + fix SSS closure mixed with other closures doingBrecht Van Lommel
2013-04-02Fix 34831: SSS issue with non-progressive render, due to error in closure mer...Brecht Van Lommel
2013-04-02Bugfix for [#34845] FFmpeg: .wav file playback crashes Blender since r55693Joerg Mueller
2013-04-02Fix #34832: SSS render freeze with object instances.Brecht Van Lommel
2013-04-02Fix #34833: crash using SSS node on windows, invalid memory access when build...Brecht Van Lommel
2013-04-02Removed leftover debug print.Ton Roosendaal
2013-04-02Fix compilation on MinGW(64/32)Antony Riakiotakis
2013-04-02Missing GLEW path in CMake, fixes compile error in OS X.Ton Roosendaal
2013-04-02Usability fix, for color grading.Ton Roosendaal
2013-04-02Key mapping conflict for 'find node' versus 'add socket link' (noodle).Ton Roosendaal
2013-04-02Fix for #34756 and #34810, crashes when dropping nodes onto noodles and a rel...Lukas Toenne
2013-04-02draw helper lines for inset and bevel operators, the mouse distance from the ...Campbell Barton
2013-04-02Usual typo fixing...Bastien Montagne
2013-04-02Compile fix: size_t (required by BLI_string.h) was undefinedJoshua Leung
2013-04-02Fix build for MinGW without opencollada (updated libs coming soon), MinGW64 n...Antony Riakiotakis
2013-04-02Fix FFMPEG build error with older versions after planar formats commit.Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-04-02Cycles: code refactoring to add generic lookup table memory.Brecht Van Lommel
2013-04-01FFMPEG: adding support for ffmpeg planar formats also to writeffmpeg.c.Joerg Mueller
2013-04-01Node editing feature:Ton Roosendaal
2013-04-01Epic fail in original GLSL display transform commitSergey Sharybin
2013-04-01Fix for recent changes in IMB_display_buffer_acquireSergey Sharybin