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
2012-12-06fix [#31084] Dynamic Paint Blender File Crashes Blender.Campbell Barton
2012-12-06Fix #33421: collada import of a mesh with loose edges did not draw the edges ...Brecht Van Lommel
2012-12-06fix playanim - up/down keys were not stepping 10 frames as intended.Campbell Barton
2012-12-06Fix #33423: a few operators still allowed changing current frame duringBrecht Van Lommel
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-12-06bump python requirement to 3.3Campbell Barton
2012-12-06fix [#33422] Change Path/Files problem - selected strip directory doesn't workCampbell Barton
2012-12-05Fix #33419: incorrect color with projection painting in cases strength != 1.0Sergey Sharybin
2012-12-05Fix #33411: Smoke simulator using uninitialized noise tileMiika Hamalainen
2012-12-05Fix #33411: crash baking smoke with FFT high resolution.Brecht Van Lommel
2012-12-05Fix for crop operation using uninitialized bounds in cases input image resolu...Sergey Sharybin
2012-12-05Make installation of some libs off by default (use --with-all option to re-en...Bastien Montagne
2012-12-05Fix #33417: add back GPU Mipmap Generation option, apparently with this disabledBrecht Van Lommel
2012-12-05Fix crash opening some .blend files on OS X 10.8 with double click or drag andBrecht Van Lommel
2012-12-05pydna experimental ctypes DNA api was broken with more recent python versions...Campbell Barton
2012-12-05add a message when solidify is used with only-edges, this isn't properly supp...Campbell Barton
2012-12-05A patch set by Bastien Montagne (many thanks!)Tamito Kajiyama
2012-12-05Can't stress how much I hate bash... This should fix a bug with version compa...Bastien Montagne
2012-12-05update parse_syntax_error() from python3.3 - this is an internal python funct...Campbell Barton
2012-12-04fix for python button evaluation not restoring the __main__ module.Campbell Barton
2012-12-04operator spacebar search menu wasn't ignoring internal operators,Campbell Barton
2012-12-04disable numpy warning with cmake, since we didnt end up bundling this with bl...Campbell Barton
2012-12-04fix [#33412] Jump to next frame broken in grease pencil modeCampbell Barton
2012-12-04bevel - use tri-fan filling in the special case when a bevel edge meets a non...Campbell Barton
2012-12-04cmake was missing some header files.Campbell Barton
2012-12-04bevel: re-order checks so angle checks are done after quick sanity checks.Campbell Barton
2012-12-04fix for WM_keymap_remove_item() writing to freed memory.Campbell Barton
2012-12-04fix for typo when overwriting pythons stdout/stderr, also print errors if the...Campbell Barton
2012-12-04Default PNG compression for new scenes is not 90% (same as default scene)Sergey Sharybin
2012-12-04Fix for double-freeing image buffers when rendering opengl animation into mov...Sergey Sharybin
2012-12-04FIX: OSL mix shader clamps 2nd color component to 3rd one.Konrad Kleine
2012-12-04Fix #33402: Compositor crashes when drag-dropping multilayer exrSergey Sharybin
2012-12-04Fix #33405: preview render getting stuck in a particular .blend file, ObjectKeyBrecht Van Lommel
2012-12-04osl style cleanup and update man-page.Campbell Barton
2012-12-03Add libjeack0 as (Debian and co) dep.Bastien Montagne
2012-12-03Exit when package manager fails (exit status >= 1).Bastien Montagne
2012-12-03Fix scons not installing closure/ directory for runtime compiles of CUDA kernel.Brecht Van Lommel
2012-12-03Fix #33398: Missed undo push when script execution failedSergey Sharybin
2012-12-03Fix cycles viewport render getting stuck with driven/animated nodes, the updatedBrecht Van Lommel
2012-12-03Disable alpha pass for all painting modesSergey Sharybin
2012-12-03fix [#33400] Knife ortho floating point errorCampbell Barton
2012-12-03Cleaning commented code in DM_update_weight_mcol (inactive since two releases...Bastien Montagne
2012-12-03quiet float -> double conversion warnings and do some osl style edits.Campbell Barton
2012-12-03Add --force-all option to force rebuild of all built libraries.Bastien Montagne
2012-12-03Fix for [#33378] Grease pencil dopesheet fails on a few operationsBastien Montagne
2012-12-03R/G/B icons in node space backgroud channel selector all had same color wheel...Campbell Barton
2012-12-03Fix cycles issue when NaN is used for RGB ramp, can access array out of bound...Brecht Van Lommel
2012-12-03Add exhaustive command line options description in --help message...Bastien Montagne
2012-12-03Image Editor / UV: Thomas Dinges
2012-12-03re-apply a workaround for [#31555] Username with special chars in Windows 7Campbell Barton