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-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2018-01-09Fix T53691: Motion Tracking Object Solver Constraint doesn't work as Bone Con...Sergey Sharybin
2018-01-09Depsgraph: Move special handling of tracking constraints to a dedicated functionSergey Sharybin
2018-01-09Depsgraph: Perform early check on constraint info NULLSergey Sharybin
2018-01-09Correct error in last commit (versioning)Campbell Barton
2018-01-09Add deform axis for Simple Deform modifierCampbell Barton
2018-01-08install_deps: Fix OCIO always re-cloning its whole git repository.Bastien Montagne
2018-01-08No groping in Blender's Tracker!Sebastian Koenig
2018-01-08Fix T53612: Blender crashes on CleanTracks with 'DELETE_SEGMENTS' and a disab...Sergey Sharybin
2018-01-08Fix T53509: Datablock ID Properties attached to bpy.types.Material are not lo...Bastien Montagne
2018-01-08Fix T53713: User remap failed w/ texface imagesCampbell Barton
2018-01-08(Nodes) Display image name if any in the Image and Texture Image node titleInes Almeida
2018-01-06Fix T47212: Luminance Key not working with HDR and out-of-gamut ranges.Aaron Carlisle
2018-01-06Fix T47212: incorrect luma coefficients for Luminance Key node.Brecht Van Lommel
2018-01-06Fix T53650: remove hard limits on force field size and max distance.Philipp Oeser
2018-01-05Fix T53696: Compositor HSV limits changedCampbell Barton
2018-01-04Fix leak when rendering OpenGL animationsDalai Felinto
2018-01-04Fix T52953: Crash removing materialCampbell Barton
2018-01-04Fix T53586: Surfaces collapse when joinedCampbell Barton
2018-01-04Fix T53637: Keymap from app-template ignoredCampbell Barton
2018-01-03build deps: llvm new website download locationsArto Kitula
2018-01-03New API function to call an existing menuDalai Felinto
2018-01-03Missing from last commitCampbell Barton
2018-01-03Fix T53632: Objects outside scene shown in popupCampbell Barton
2018-01-03Fix T53678: Smart Project UV margin ignores unitsCampbell Barton
2018-01-03Cycles: CUDA support for rendering scenes that don't fit on GPU.Brecht Van Lommel
2018-01-03Cycles: make CUDA code a bit more robust to host/device alloc failures.Brecht Van Lommel
2018-01-02nstall_deps: llvm downloads new website locationBastien Montagne
2018-01-01fix T53230: avoid Nullpointer problems in Collada ExporterGaia Clary
2017-12-30Build: fix make deps TBB on Linux, older versions don't support GCC 7.Brecht Van Lommel
2017-12-30Build: fix make deps OpenSubdiv build on Linux.Brecht Van Lommel
2017-12-29Fix T53513: Particle size showing in multiple placesDalai Felinto
2017-12-29Fix T53639: text sequence strips no stamped into render.Philipp Oeser
2017-12-29Fix mistake in previous fix for T53600, shows we really need a smarter solution.Brecht Van Lommel
2017-12-28Fix T53630: Effect strips not displaying Input data.Bastien Montagne
2017-12-26Fix T53600: Cycles shader mixing issue with principled BSDF and zero weights.Brecht Van Lommel
2017-12-26Fix T53607: Cycles normal map baking problem when there is no bump.Brecht Van Lommel
2017-12-23Cleanup - Various style/typo fixesJoshua Leung
2017-12-23Fix scalability issue in threaded code of Mesh normals computation.Bastien Montagne
2017-12-22Task scheduler: Clarify why do we need an atomic add of 0Sergey Sharybin
2017-12-22Subsurf: Avoid possible use of partially initialized edge hashSergey Sharybin
2017-12-22Subsurf: Avoid global lock for loops and orig index layersSergey Sharybin
2017-12-22Task scheduler: Start with suspended pool to avoid threading overhead on pushSergey Sharybin
2017-12-21Depsgraph: Sort and clam number of statistics entriesSergey Sharybin
2017-12-21Depsgraph: Bring timing statistics to the new dependency graphSergey Sharybin
2017-12-21Depsgraph: Make it more clear that we dump relations into graphvizSergey Sharybin
2017-12-21Depsgraph: Simplify some functions in evaluaitonSergey Sharybin
2017-12-21Depsgraph: Simplify evaluation functionSergey Sharybin
2017-12-21Fix T53567: Negative pixel values causing artifacts with denoisingLukas Stockner