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-21Fix stupid typo that broke split normal shading in edit mode, when there was ...Bastien Montagne
2014-04-20Fix incorrect ghash freeCampbell Barton
2014-04-20GHash, EdgeHash: hint on unlikely branchCampbell Barton
2014-04-20Correct cast from recent bool changesCampbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-20Code cleanup: styleCampbell Barton
2014-04-20Nodes: make default group nodes slighly wider, to match other node width defa...Brecht Van Lommel
2014-04-20Fix error making datablock with fake user local, the user count would be wron...Brecht Van Lommel
2014-04-20Math Lib: faster version of rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-04-19Minor change to recent commit (avoid transpose)Campbell Barton
2014-04-19Math Lib: minor optimization to barycentric_transformCampbell Barton
2014-04-19Math Lib: add rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Math Lib: minor optimization for axis_angle_normalized_to_mat3Campbell Barton
2014-04-18Change Vector.slerp to accept nonunit vectorsCampbell Barton
2014-04-18CMake was missing headerCampbell Barton
2014-04-18Code cleanup: de-duplicated includes.Tamito Kajiyama
2014-04-18Freestyle: New options for sorting to arrange the stacking order of lines.Tamito Kajiyama
2014-04-18Quite compiler warnings.Tamito Kajiyama
2014-04-18Dyntopo: Solve issue with test file by Jens.Antony Riakiotakis
2014-04-17Make sure we invalidate the node ID layer each time the PBVH is reset.Antony Riakiotakis
2014-04-17BI: cleanup in autosmooth area.Bastien Montagne
2014-04-17Optimize and symmetrize operators missed reset of node layer.Antony Riakiotakis
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-17Recreating a bmesh log did not account for modified faces.Antony Riakiotakis
2014-04-17View3D: use smoothview for localview switchingCampbell Barton
2014-04-17Code cleanup: use const for array argsCampbell Barton
2014-04-17View3D: no need to mask mask out localview for each objectCampbell Barton
2014-04-17Add missing node update in dyntopo flood fill.Antony Riakiotakis
2014-04-17Fix T39765 crash on text with generative modifiers.Antony Riakiotakis
2014-04-17Fix another Freestyle building glitch.Bastien Montagne
2014-04-17Attempt to fix one more issue with Freestyle compilationSergey Sharybin
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-04-17Fix compilation error of FreestyleSergey Sharybin
2014-04-17Style cleanupCampbell Barton
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-17Fix error in last commitCampbell Barton
2014-04-17Fix T39758: Blender Crash when removing pinned Scene.Bastien Montagne
2014-04-17Fix T39766: bone calculation from edit mode goes wrongBastien Montagne
2014-04-17Fix mistake in recent DM material changesCampbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-04-17Code cleanup: use boolsCampbell Barton
2014-04-17Freestyle: removed unnecessary #include "FreestyleConfig.h".Tamito Kajiyama
2014-04-17Freestyle: removed unused *_EXPORT qualifiers for building Windows DLLs.Tamito Kajiyama
2014-04-17Fix for missing changes in commit 6b0b6f876a4d68acd5c9252270a5135d0308d782.Tamito Kajiyama
2014-04-17Replaced assert() with BLI_assert().Tamito Kajiyama
2014-04-17Freestyle: removed unnecessary #include files and made minor code cleanup.Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 4).Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 3).Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 2).Tamito Kajiyama