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
2015-10-13Revert to master - those changes are globally valid, but remain incomplete,free-refcount-idsBastien Montagne
2015-10-13Merge branch 'master' into free-refcount-idsBastien Montagne
2015-10-13Fix T46002: mathutils.geometry.intersect_line_line_2d doesn't operate on line...Bastien Montagne
2015-10-13missed last commit (use utility function)Campbell Barton
2015-10-13Cleanup: simplify view3d trackball logicCampbell Barton
2015-10-13Fix T46450: Seams from islands, wont show 'Sharp'Campbell Barton
2015-10-13Fix T46458: BGE Crash on loadCampbell Barton
2015-10-12Usual UI message fixes...Bastien Montagne
2015-10-12Merge branch 'master' into free-refcount-idsBastien Montagne
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-10-12Fix T46451: edge slide even and flipped not available in redo popup.Brecht Van Lommel
2015-10-12WM linking code rework.Bastien Montagne
2015-10-12Cleanup & rework of BLO_linking code.Bastien Montagne
2015-10-12Cleanup: BLO: use proper typedef for expand_doit callback.Bastien Montagne
2015-10-12Cleanup: BLO: move func doc comments to definitions of functions.Bastien Montagne
2015-10-12Cleanup in BLO API: rename 'append' funcs to 'link', since none do append, bu...Bastien Montagne
2015-10-12Fix T34446: Make Local on linked mesh object: object gets removed if redo fun...Bastien Montagne
2015-10-12Support applying scale for font objectsCampbell Barton
2015-10-12Cleanup: RNA naming, use 'max' as a suffixCampbell Barton
2015-10-12RNA: correct tipsCampbell Barton
2015-10-12Fix T46446: texture nodes image node not working with image sequences.Brecht Van Lommel
2015-10-12Fix T46434: Shear w/ local-center & editmode failsCampbell Barton
2015-10-12Fix T46444: Crash importing DAE w/ empty armatureCampbell Barton
2015-10-11Fix T46085: UV project modifier artifacts with vertices behind the camera.Brecht Van Lommel
2015-10-11BGE: Change KX_WolrdInfo mathutils vector to colorThomas Szepe
2015-10-11BGE: Adding a Max Jumps value to the character physic windowThomas Szepe
2015-10-11Fix T45058: Cycles hair shader reflects incorrectly for meshesSergey Sharybin
2015-10-11BGE: Change character jumping to charThomas Szepe
2015-10-11BGE: Add icons to collision shapes.Thomas Szepe
2015-10-11BGE: Add recursive dupli group deletionThomas Szepe
2015-10-11BGE: Adding a screenshot function to game actuatorThomas Szepe
2015-10-11Cleanup: warning with new glewCampbell Barton
2015-10-11Fix warnings and remove casts by adding copy_vx_vx_uchar() functions.Brecht Van Lommel
2015-10-11Fix T46441: texture paint soften brush at 0 strength works at full strength.Brecht Van Lommel
2015-10-10Fix T45152: multiview/stereo render not working with Freestyle + Cycles.Brecht Van Lommel
2015-10-10Fix T44048: freestyle lines in Cycles are in the wrong color space.Brecht Van Lommel
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-10-10Random Select Seed OptionCampbell Barton
2015-10-09Fix T46426: 2D-version of zoom border operator is available in 3DView context.Bastien Montagne
2015-10-09Cleanup: 3DView object drawing: afterdraw lists: better 'loop & remove' with ...Bastien Montagne
2015-10-09Fix T46418: Constraints - influence other than 0 or 1 - bad results with non-...Bastien Montagne
2015-10-09BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.Bastien Montagne
2015-10-09BLI: add SVD solver for mat3 (using eigen3).Bastien Montagne
2015-10-09Fix T46420: Segfault when instancing smoke domain.Bastien Montagne
2015-10-09BGE Fix T41943: Zeroing out angular velocity not possibleSybren A. Stüvel
2015-10-09Correct own error in editmesh bvhCampbell Barton
2015-10-09Fix leak creating 'empty' looptri bvh treeCampbell Barton
2015-10-09Fix T46415: empty node group in GLSL shader has incorrect socket type convers...Brecht Van Lommel
2015-10-09Fix error after change to IDWalkFuncCampbell Barton
2015-10-08BGE: Use BLI_task instead of pthread in KX_BlenderSceneConverter.Porteries Tristan