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
2018-08-09Fix cl_query to be installed to the right directory on macOS.benchmarkBrecht Van Lommel
2018-08-09benchmark: Query board name when possibleSergey Sharybin
2018-08-09Benchmark: Add executable to query number of compute unitsSergey Sharybin
2018-08-09Benchmark: put license files in folder on macOS.Brecht Van Lommel
2018-08-08Disable system glewSergey Sharybin
2018-08-08Install license files into own directorySergey Sharybin
2018-08-07Benchmark: add link button drawing, with underline on hover.Brecht Van Lommel
2018-08-07Benchmark: draw images below buttons.Brecht Van Lommel
2018-08-07Silence strict compiler warningSergey Sharybin
2018-08-07Benchmark: fixes for macOS.Brecht Van Lommel
2018-08-07Fix typo in benchmark configurationSergey Sharybin
2018-08-07Tweaks to compilation/installationSergey Sharybin
2018-08-07Benchmark: center window in screen instead of bottom left.Brecht Van Lommel
2018-08-07Add cmake configuration for benchmarkSergey Sharybin
2018-08-07Disable useless panels in file browserSergey Sharybin
2018-08-06Convince Win32 harder to create non-resizeable windowSergey Sharybin
2018-08-03Benchmark: rename executable to blender-benchmark and disable argument parsing.Brecht Van Lommel
2018-08-03Fix benchmark submodule revision and Python/GLEW build error.Brecht Van Lommel
2018-08-02Benchmark: populate benchmark space from submodule.Brecht Van Lommel
2018-08-02Benchmark: temporary Python drawing API, until we have real one in 2.8.Brecht Van Lommel
2018-08-02Benchmark: wm hacks to open a single window with benchmark space.Brecht Van Lommel
2018-08-02Benchmark: add space type for drawing benchmark in.Brecht Van Lommel
2018-08-02Merge branch 'master' into blender2.8Campbell Barton
2018-08-02RNA: make particle enum publicCampbell Barton
2018-08-02Fix T56199: Crash on Annotation in (VSE) Image PreviewJoshua Leung
2018-08-02Dev Tooling: Instrument motion path calculation operator (for bones) to colle...Joshua Leung
2018-08-02Armature Panel Tweaks - Motion Paths/GhostingJoshua Leung
2018-08-02UI: Slightly larger action zone for corner resizingPablo Vazquez
2018-08-02UI: Group similar Grease Pencil brush settingsPablo Vazquez
2018-08-02UI: Remove OpenGL Render operators from Render menuPablo Vazquez
2018-08-02Cleanup: warnings, trailing spaceCampbell Barton
2018-08-01GPUMaterial: Normal Map Node: Make default inputs interactivesClément Foucault
2018-08-01GPUMaterial: Fix assert when shader failed to compile.Clément Foucault
2018-08-01GPUMaterial: Make Mapping node use UBO storageClément Foucault
2018-08-01GPUMaterial: Make Localize tree live longerClément Foucault
2018-08-01GPUMaterial: Fix nearest samplingClément Foucault
2018-08-01GPUUniformBuffer: Fix bad memcpy error catched by asanClément Foucault
2018-08-01Fix T56197: Cycles OpenCL build error after recent changes.Brecht Van Lommel
2018-08-01Subsurf: Evaluate all UV layersSergey Sharybin
2018-08-01Subsurf: Add API to provide vertex sharpnessSergey Sharybin
2018-08-01Subsurf: Support subdivision of mesh with just loose elementsSergey Sharybin
2018-08-01Subsurf: Cleanup, remove unused mappings and topology queriesSergey Sharybin
2018-08-01Subsurf: Fix/workaround crashes and failures with non-manifold geometrySergey Sharybin
2018-08-01Subsurf: Use edge sharpness directly from converterSergey Sharybin
2018-08-01Subsurf: Support subdivision of loose elementsSergey Sharybin
2018-08-01Fix mistake in atomic bitmapSergey Sharybin
2018-08-01Subsurf: Cleanup, remove dead codeSergey Sharybin
2018-08-01Fix missing poll function for flip_matcap operator (see T56183).Bastien Montagne
2018-08-01Merge branch 'master' into blender2.8Bastien Montagne
2018-08-01Fix T56195: Typo in BLI_array_utils.h.Bastien Montagne