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 (Collapse)Author
2018-08-14Correct vpaint vertex circle selectCampbell Barton
Would run validate when not needed.
2018-08-14build_environment: opencollada 1.6.63Ray Molenkamp
2018-08-14build_environment: sdl 2.0.8Ray Molenkamp
2018-08-14build_environment: opensubdiv 3.3.3 with PR975 + TBB 2018_U5Ray Molenkamp
2018-08-14Cleanup: use boolean argumentCampbell Barton
2018-08-14Cleanup: use braces w/ particle loop macrosCampbell Barton
2018-08-14Cleanup: styleCampbell Barton
2018-08-13build_environment: Remove lapackRay Molenkamp
2018-08-13build_environment: iconv 1.15Ray Molenkamp
2018-08-13build_environment: fftw 3.3.8Ray Molenkamp
2018-08-13build_environment: openexr support debug build.Ray Molenkamp
2018-08-13build_environment: alembic 1.7.8Ray Molenkamp
2018-08-13Fix T55745: Pick Shortest Path tool, inconsistent selection.Bastien Montagne
To get consistent, user-expected results here, we need to 'fake' starting immediately after a 'skip' block (such that we start with a full block of selected elements). Same issue affected vertices and edges selection of course, did not check the other usages of WM_operator_properties_checker_interval_test() though.
2018-08-13build_environment: fix windows ilmbase/openexr support.Ray Molenkamp
seems like the openexr 2.3.0 release tarball has broken cmake support, latest from git works we'll have to revisit this once they get a new release out.
2018-08-13build_environment: ffmpeg 4.0.2Ray Molenkamp
with lame 3.100 ogg 1.3.3 vorbis 1.3.6 flac 1.3.2 vpx 1.7.0 x264 20180811 xvidcore 1.3.5 faad 2.8.8
2018-08-13build_environment: update ilmbase and openexr to 2.3.0Arto Kitula
2018-08-13Cleanup: avoid too close namings, prone to typo mistakes!Bastien Montagne
2018-08-13Fix T56224: Blender2.8 will force a quit when trying to open a scene ↵Bastien Montagne
containing clip track created by blender 2.79. Beautiful example of typo going unoticed and firing back up in totally unexpected place years later. Guess nobody actually duplicated a Clip data-block before! :P Most likely own fault, during refactor of ID copying code.
2018-08-13Fix T56344: Crash when used Twist for Emitter type of Particles System.Bastien Montagne
That effect is NOP with emitter particles anyway...
2018-08-12build_environment: blosc 1.14.4Ray Molenkamp
2018-08-12build_environment: zlib move harvesting to zlib.cmakeRay Molenkamp
2018-08-11build_environment:openal 1.18.2Ray Molenkamp
2018-08-11build_environment: zlib 1.2.11Ray Molenkamp
2018-08-11Fix T56293: Particle Instance Modifier Axis Buttons UX.Bastien Montagne
Those axis buttons indeed affect instances orientation even when Create Along Path is not defined...
2018-08-11deplibs: disable functions that can be found on 10.13 sdk but aren't ↵Arto Kitula
available on 10.9 target
2018-08-11deplibs: python use pkg-config from homebrew for ssl + xzArto Kitula
2018-08-10deplibs: get freetype tar.gz rather than zip to get unix line endingsArto Kitula
2018-08-10deplibs: let cmake do normal install on webpArto Kitula
2018-08-10build_environment: python 3.7.0 + numpy 1.15.0Ray Molenkamp
2018-08-10update image libraries, D3005 with few modsArto Kitula
2018-08-10build_environment: remove unneeded boost patch on windows.Ray Molenkamp
2018-08-10build_environment: update freetype to 2.9.1Ray Molenkamp
2018-08-10libs: boost 1.68Arto Kitula
2018-08-09build_environment: move llvm/clang to ninja on windows.Ray Molenkamp
2018-08-09update llvm + clang to 6.0.1 and add openmp for macOSArto Kitula
2018-08-09Cycles: Append compute units for RX Vega card namesfclem
Makes it more clear whether compute device is Vega 56 or Vega 64.
2018-08-09Cycles: Report more details about OpenCL devicesfclem
2018-08-09Cycles: Util, add to_string() with some helperfclem
Currently unused, but will allow to convert unknown argument type to a string for reporting and such.
2018-08-09Math Lib: varied size vector multiplyAndrew Hale
Needed for Python mathutils elementwise multiply.
2018-08-08OpenJPEG: support building against both 1.5 and 2.3.Brecht Van Lommel
Patch porting to OpenJPEG 2.3 is by Campbell. Once all platforms are upgraded we can remove the code for 1.5, and upgrade or remove the openjpeg version from extern/. This intermediate step makes it possible for platform maintainers to upgrade to 2.3 without breaking other platforms.
2018-08-08Build: fix ffmpeg using system crystalhd library.Brecht Van Lommel
2018-08-08Fix T55095: Undo crash w/ linked library dataCampbell Barton
2018-08-08Ghost/X11: correct function signatureCampbell Barton
2018-08-08Fix T54584: Crash w/ image undoCampbell Barton
Using accumulation undo type (eg painting) as the first undo step, broke code which adds an initial memfile undo.
2018-08-08Cleanup: correct header guardCampbell Barton
Header guard was duplicated before renaming.
2018-08-08Cleanup: use conforming header guardCampbell Barton
2018-08-08Cleanup: indentationCampbell Barton
2018-08-08Cleanup: use static variablesCampbell Barton
2018-08-06PyAPI: Make skin modifier roots settableAndrew Hale
This make the root flag writable using the Python API, using the generic skin vertex flag setter function. Reviewed By: Campbell Barton Differential Revision: http://developer.blender.org/D3583
2018-08-06Fix T55012: Corruption editing screen keymapCampbell Barton