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
2016-06-03Fix T48111: Auto-run fails w/ empty pathsCampbell Barton
2016-06-03Fix T48575: Particle crash using 'Parting' settingCampbell Barton
2016-06-02Fix T48456: 2x pixel size clamps min brush sizeCampbell Barton
2016-06-02Fix T47637: Multiple multires objects in Sculpt mode make blender crash.Bastien Montagne
2016-06-02Fix for GLSL uniform being update from inside glBegin/glEndSergey Sharybin
2016-06-01Fix T48415: Segfault on opening .blend in which a 'surface' force object was ...Bastien Montagne
2016-06-01Fix wrong vertex colors in edit modeSergey Sharybin
2016-06-01BI: fix counting of tangents, that was reset during recursion of init_render_...Alexander Romanov
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-05-31Fix T48547: Shrinkwrap fails w/ auxiliary targetCampbell Barton
2016-05-30Shrinkwrap: OMP->BLI_task.Bastien Montagne
2016-05-29BKE's DerivedMesh: get rid of last OMP usage.Bastien Montagne
2016-05-26Image viewer scopes update: OMP->BLI_task.Bastien Montagne
2016-05-24Fix own mistake in D1120: wrong indexing of UV maps during tangent calculationAlexander Romanov
2016-05-23Fix wrong scale of vertex color values when doing border render of Cycles vie...Sergey Sharybin
2016-05-23B-Bones improve handle calculationCampbell Barton
2016-05-23Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
2016-05-21Forgot to remove omp header include...Bastien Montagne
2016-05-21Dynamicpaint: fix (unreported) missing progress bar in early baking stage.Bastien Montagne
2016-05-21DynamicPaint: massive refactor, replace all OpenMP usage by BLI_task and othe...Bastien Montagne
2016-05-21BKE Mesh mapping: add 'vert to looptri' mapping generator.Bastien Montagne
2016-05-21Hopefully fix OMP/MSVC crap...Bastien Montagne
2016-05-21Dynapaint: Serious cleanup and optimization of dynamicPaint_createUVSurface (...Bastien Montagne
2016-05-20Fix T48470: Bendy Bones: Custom Handle References not being cleared when bone...Joshua Leung
2016-05-19Add Peak Memory as render stamp optionLukas Stockner
2016-05-19Cleanup: misleading indentationCampbell Barton
2016-05-19Dynapaint: parallelize drip effect.Bastien Montagne
2016-05-19Dynapaint: fix use of normal normalization in dynamicPaint_generateBakeData().Bastien Montagne
2016-05-19Ignore vertex color when doing texture paintSergey Sharybin
2016-05-18Fix missing modifiers for mesh objectsSergey Sharybin
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-05-18Depsgraph: Fix rest pose still using bone constraintsSergey Sharybin
2016-05-18Cycles: Pole merging for spherical stereoSergey Sharybin
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-05-16Remove strict header, gives issues with gcc5xCampbell Barton
2016-05-16Cleanup: use const argsCampbell Barton
2016-05-16CustomData: Support for >2gig layersCampbell Barton
2016-05-13Correct assertsCampbell Barton
2016-05-13Fix compilation with strict compiler flagsSergey Sharybin
2016-05-13Cleanup: rna naming, indentationCampbell Barton
2016-05-13Fix T48416: Impossible to copy a linked object from a file to another one man...Bastien Montagne
2016-05-13Fix T48416: Impossible to append from another file without localizing also al...Bastien Montagne
2016-05-13Armature meshdeform evaluation: parallelize computation of bbones deform matr...Bastien Montagne
2016-05-13Cleanup: fix inconsitency in dynamicPaint_outputLayerExists()Bastien Montagne
2016-05-13Dynapaint: cleanup of BKE code.Bastien Montagne
2016-05-11Cleanup: unused win32 headersCampbell Barton
2016-05-11Correct check for tree being in BVH cacheCampbell Barton
2016-05-11Remove pointer typedef from BVHCacheCampbell Barton