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
2015-09-04Fix for isect_tri_tri_epsilon_v3 w/ small facesCampbell Barton
2015-09-04Math Lib: Use plane intersect from graphics-gemsCampbell Barton
2015-09-04Math Lib: avoid sqrt w/ triangle intersectionCampbell Barton
2015-09-04Correct own error in line_point_factorCampbell Barton
2015-09-04Armature: Cheap edit-to-object mode speedup.Bastien Montagne
2015-09-04Partial revert of warning cleanupCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-09-03View-Selected: use custom bones boundboxCampbell Barton
2015-09-03Small tri intersect fails when not normalizedCampbell Barton
2015-09-03Check for no-op edge separates to quiet asserts when inset individual.Howard Trickey
2015-09-03Fix T45984: Setting custom normals properly requires multiple calls to normal...Bastien Montagne
2015-09-03ImBuf: Fix crash generating preview for really huge imageSergey Sharybin
2015-09-03Compositor: Support changing distortion models in movie distortion nodeSergey Sharybin
2015-09-03Fix T45959: DistanceKey preview used wrong colorsCampbell Barton
2015-09-02Animplayer passed -a, then warned its unknownCampbell Barton
2015-09-02Fix T45979: animplayer crashes w/ DND and audioCampbell Barton
2015-09-02Fix second part of T45987: Node preview was still using wrong color spaceSergey Sharybin
2015-09-02Fix T45995: Auto-set preview range sets superfluous end key.Bastien Montagne
2015-09-02CMake: use generator expressionsCampbell Barton
2015-09-02Add missing spin-lock to IMB_makeSingleUserCampbell Barton
2015-09-02Fix T45991: Transfer Weight tool UI is inconsistent and crashes blender.Bastien Montagne
2015-09-02Cleanup: styleCampbell Barton
2015-09-02b5287b1 removed important CCG_key_top_level callCampbell Barton
2015-09-02Fix snapping edit-gpencil to edit-meshCampbell Barton
2015-09-01RNA PreviewImage: add float pixels accessors.Bastien Montagne
2015-09-01Avoid reupdating pbvh data in upload functions, these should have beenAntony Riakiotakis
2015-09-01Fix T45978: Ruler ignores new edit-mesh dataCampbell Barton
2015-09-01Fix T45974: Bones fail to snap to vertsCampbell Barton
2015-09-01Fix uninitialized normal var w/ objects snappingCampbell Barton
2015-09-01Assert vec_roll_to_mat3_normalized's gets a normalized vectorCampbell Barton
2015-09-01Fix projection painting normal culling operating on individualAntony Riakiotakis
2015-09-01Don't use GCC-only pragma for all compilersSergey Sharybin
2015-09-01Fix T45976: Crash accessing BMesh customdataCampbell Barton
2015-09-01Depsgraph: Fix compilation error with legacy depsgraph disabledSergey Sharybin
2015-09-01Fix T45825: Macro redo disable options incorrectlyCampbell Barton
2015-09-01Fix T45939: Crash w/ BMesh.*.sort()Campbell Barton
2015-09-01BMesh: add asserts for BMesh sort ghash lookupsCampbell Barton
2015-09-01Cleanup: redundant castCampbell Barton
2015-09-01Use qsort_r for BMesh Py APICampbell Barton
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-08-31error in last commitCampbell Barton
2015-08-31Fix T45954: Inset w/ interpolated vertex colorCampbell Barton
2015-08-31Write thumbnail directlyCampbell Barton
2015-08-31Fix T45955: Python's pdb can't show script sourceCampbell Barton
2015-08-31Revert fix for T45849 (part 2, tsk!)Campbell Barton
2015-08-31error in commentsCampbell Barton
2015-08-31Alternate fix for T45849: tri-tri intersect errorCampbell Barton
2015-08-31Revert fix for T45849, alternate fix coming upCampbell Barton
2015-08-31Math Lib: Add closest_to_plane helper functionsCampbell Barton
2015-08-31Fix T45959: DistanceKey output incorrectCampbell Barton