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
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 2).Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 1).Tamito Kajiyama
2014-04-17Fix T39767: Parent in Mask mode crashesCampbell Barton
2014-04-17Fix T39768: GLOBAL_X/Y/Z don't exist for bpy.ops.armature.calculate_roll type...Joshua Leung
2014-04-17BGE - button for deactivate sensors, controllers and actuatorsJorge Bernal
2014-04-17Bullet: better workaround for failing friction with clang 3.4, remove the obs...Jens Verwiebe
2014-04-16Fix another compile error with recent commit on visual studio.Brecht Van Lommel
2014-04-16Fix for scons/CUDA build after recent commit.Brecht Van Lommel
2014-04-16Cycles CUDA: enabled branched path kernel again, with more registers.Brecht Van Lommel
2014-04-16Cycles code refactor: use __launch_bounds__ instead of -maxrregcount for CUDA.Brecht Van Lommel
2014-04-16Fix Knife bug T39617: midpoint snap should affect intermediate points.Howard Trickey
2014-04-16Fix T39756: Extrude, immediate scaleCampbell Barton
2014-04-16Code cleanup: use bools & const argsCampbell Barton
2014-04-16Fix T39750: Bones disappearing with strange transforms.Bastien Montagne
2014-04-16Fix related to new split normals draw code.Bastien Montagne
2014-04-16Fix cycles standalone file saving not taking number of samples into account p...Brecht Van Lommel
2014-04-16Add Edge sharp/smooth to 3DView shading panel, as well as new Vert sharp/smooth.Bastien Montagne
2014-04-16Fix for half pixel offset rasterizing masksCampbell Barton
2014-04-16Math Lib: optimize axis_dominant_v3_to_m3, approx 6x speedupCampbell Barton
2014-04-16Math Lib: increase epsilon for ortho_basis_v3v3_v3Campbell Barton
2014-04-16Fix T39445: Async LibLoad CrashMitchell Stokes
2014-04-16Fix T39745: "Origin to geometry" not working with Text objects. (regression)Campbell Barton
2014-04-16Fix T39509: Crash when assign an empty as a LoDDaniel Stokes
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-16Dyntopo: slightly change node invalidation, only vertices can change BBAntony Riakiotakis
2014-04-15Fix T39607: Audio not in synch when the blend file loads.Jörg Müller
2014-04-15Fix regression, sculpting on mesh with matcaps (without multires/Antony Riakiotakis
2014-04-15Building with C++ guarded alloc works againCampbell Barton
2014-04-15Fix T39685: triangulation modifier creates zero-area facesCampbell Barton
2014-04-15Use binary search threshold when deciding whether to create ActKeyColumns too...Joshua Leung
2014-04-15Optimisations for building "Long Keyframes"Joshua Leung
2014-04-15Move binary-search threshold used for FCurves to BKE_fcurve.h headerJoshua Leung
2014-04-15Fix T39234: popup menus behave poorly when they have not enough width for all...Bastien Montagne
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-04-15Math Lib: avoid having to pass a pre-calculated normal tot area_poly_v3Campbell Barton
2014-04-15Various fixes/improvements regarding BMesh's elem_index_dirty and BM_LOOP han...Bastien Montagne
2014-04-15Fix T39743: Crash when deleting faces in with new autosmooth.Bastien Montagne
2014-04-15Fix T37675: blender internal viewport render wrong for volumes after rotation.Brecht Van Lommel
2014-04-15Fix cycles standalone not writing images in background mode properly.Brecht Van Lommel
2014-04-15Fix T39284: clamp cycles volume density to be >= 0, to avoid accidental stran...Brecht Van Lommel
2014-04-15Fix T39610: Shared mesh used for Mesh Deform causes crashSergey Sharybin
2014-04-15Fix T39607: Audio not in synch when the blend file loads.Bastien Montagne
2014-04-15Some style cleanup in sound area.Bastien Montagne
2014-04-15OSX/python: update to py 3.4Jens Verwiebe
2014-04-15Code cleanup: indentationCampbell Barton
2014-04-15Fix compilation (size_t not defined) by including stddef.h in BLI_sys_types.hBastien Montagne
2014-04-15Fix T39742: Crash with Cycles + new autosmooth crashBastien Montagne
2014-04-15Fix my last commit cad4bfe: Added 'use_' prefix to Freestyle edge/face mark p...Tamito Kajiyama
2014-04-15Revert part of last commit,Campbell Barton
2014-04-15GHash: add BLI_ghashutil_uinthash_v4 for hashing 4 ints at onceCampbell Barton