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
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-02-19Fix T50564: 3D view panning with scroll wheel inconsistent with dragging.Brecht Van Lommel
2017-02-17Fix T50614: Curve doesn't restore initial form after deleting all its shapekeysBastien Montagne
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2017-02-17Forgotten in last commit: Check the allocationGermano Cavalcante
2017-02-17Do not release the arrays used in the parameters of the expanded functions of...Germano Cavalcante
2017-02-16Faces split: Don't leave CD_NORMAL after splitSergey Sharybin
2017-02-16CDDM Copy: Only tag data layers dirty if we ignored tessellation dataSergey Sharybin
2017-02-16Cleanup: IndentationSergey Sharybin
2017-02-16Fix more corner cases failing in mesh faces splitSergey Sharybin
2017-02-15Fix wrong edges created by split facesSergey Sharybin
2017-02-15[Alembic] Fix msvc warning - C4138 '*/' found outside of commentlazydodo
2017-02-15Fix T50542: Wrong metadata frame when using OpenGL renderSergey Sharybin
2017-02-15Motion blur investigation featureSergey Sharybin
2017-02-15Fix T50662: Auto-split affects on smooth mesh when it sohuldn'tSergey Sharybin
2017-02-15Fix wrong loop normals left after face splittingSergey Sharybin
2017-02-15Mesh: Re-implement face split solving issue mentioned earlierSergey Sharybin
2017-02-15Revert "Mesh: Solve incorrect result of mesh.split_faces()"Sergey Sharybin
2017-02-15Comments: notes on polyfill2d, minor correctionsCampbell Barton
2017-02-14Mesh: Solve incorrect result of mesh.split_faces()Sergey Sharybin
2017-02-14Mesh: Cleanup, use shorter version of loopSergey Sharybin
2017-02-14Mesh: Use faster calculation of previous loopSergey Sharybin
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-02-14transform_snap_object: Remove `do_bb` parameter. It is always trueGermano Cavalcante
2017-02-14Alembic: fix naming of imported transforms.Kévin Dietrich
2017-02-13F-Curve normalization: Do proper curve min/max instead of handle min/maxSergey Sharybin
2017-02-12Image: Fix non-deterministic behavior of image sequence loadingSergey Sharybin
2017-02-11Use dummy versionning numbers for missing libraries.Bastien Montagne
2017-02-10De-duplicate min/max calculation in F-Curve normalizationSergey Sharybin
2017-02-10Alembic: fixed mistake in bounding box computationSybren A. Stüvel
2017-02-09Cleanup: Remove commented codeAaron Carlisle
2017-02-09Use a smaller cross icon for clearing search box contentsJoshua Leung
2017-02-09More tweaks to Normalisation options in Graph EditorJoshua Leung
2017-02-09Fix: GPencil delete operators did not respect color lockingJoshua Leung
2017-02-08Fix T49249: Alembic export with multiple hair systems crash blenderSybren A. Stüvel
2017-02-08Alembic export: avoid infinite loops trying to find parent objects.Sybren A. Stüvel
2017-02-08Alembic export: only create transform writer if the object should be exportedSybren A. Stüvel
2017-02-08Alembic: #undef'ed the correct macroSybren A. Stüvel
2017-02-08Alembic: Use getXForm() in check, because it's used in rest of the function tooSybren A. Stüvel
2017-02-08Alembic: Renamed copy_zup_yup to copy_yup_from_zup (and same for zup_from_yup)Sybren A. Stüvel
2017-02-07Cleanup: Use const qualifier in some of color management codeSergey Sharybin
2017-02-07Sequencer: Some extra speedup in color space conversionSergey Sharybin
2017-02-07Color management: Add utility function to convert byte to float with processo...Sergey Sharybin
2017-02-07Sequencer: Speedup conversion to sequencer spaceSergey Sharybin
2017-02-07Color management: Implement threaded byte buffer conversionSergey Sharybin
2017-02-07Param `is_cached` not being used in` bvhtree_from_mesh_edges_setup_data`Germano Cavalcante
2017-02-07Fix missing hair after rendering with different viewport/render settingsSergey Sharybin
2017-02-07PIL_time_utildefines: also show total time in TIMEIT_AVERAGED.Bastien Montagne
2017-02-06Fix (unreported) Object previews being written even for skipped objects.Bastien Montagne
2017-02-06Cleanup writefile code a bit.Bastien Montagne