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-05-06Image Editor: Add border zoomCampbell Barton
2016-05-06Fix recent issue in recent BVH snap/cacheCampbell Barton
2016-05-06Correct in-range assert (zero is valid)Campbell Barton
2016-05-06DerivedMesh: don't allocate a new material array each drawCampbell Barton
2016-05-06Clip invisible parts of image when drawing in 2D textures and GLSL ModesSergey Sharybin
2016-05-06Cleanup: Move full SVM statistics to VLOG(2) verbosity level.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-05-06Code refactor: Change Cycles ImageManager arrays.Thomas Dinges
2016-05-06Tweak precision for interocular distance and convergence planeSergey Sharybin
2016-05-06Speedup of regular 2D paintingSergey Sharybin
2016-05-06Cloth: Fix shrinking to properly respond to animated min/max and weight.Alexander Gavrilov
2016-05-06Cloth: Change ClothVertex::xrest to actually store the rest position.Alexander Gavrilov
2016-05-06Part of D1903: Dynamic base mesh for cloth simulationLuca Rood
2016-05-06Cloth: Ignore zero-restlen sewing springs in average length computation.Alexander Gavrilov
2016-05-06Cloth: Use Geometrical Mean for averaging cloth shrink factor.Alexander Gavrilov
2016-05-06Cloth: Fix the shrink feature to be controlled by the sewing spring flag.Alexander Gavrilov
2016-05-06Cloth: Invalidate cache when sewing springs are toggled on or off.Alexander Gavrilov
2016-05-06Force Fields: Fix Texture with both Use Coordinates and 2D enabled.Alexander Gavrilov
2016-05-06Implement threaded partial display buffer updateSergey Sharybin
2016-05-06Cleanup: warningsCampbell Barton
2016-05-06Fix T48356: Bridge tool creates self-intersecting loopCampbell Barton
2016-05-06Fix error bridging edge loops flippingCampbell Barton
2016-05-06Cycles: Comment out unused function argumentsSergey Sharybin
2016-05-06Multi-thread generated image creationSergey Sharybin
2016-05-06Correct snap checks for edges & facesCampbell Barton
2016-05-05Don't overwrite existing snap contextCampbell Barton
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Missed last commitCampbell Barton
2016-05-05bvhutils: remove bitmap countingCampbell Barton
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
2016-05-05Add asserts to check bvhutils args are correctCampbell Barton
2016-05-05Fix crash adding byte color grid imagesSergey Sharybin
2016-05-05Code cleanup: simplify SVM stack assignment.Brecht Van Lommel
2016-05-05Code cleanup: remove some unused functions.Brecht Van Lommel
2016-05-05Code refactor: reduce special node types, use generic constant folding.Brecht Van Lommel
2016-05-05Fix Cycles emission node being unnecessarily tagged as spatially varying.Brecht Van Lommel
2016-05-05Fix OS X build error after SSE changes, BLI_math_base.h conflicts with EXR he...Brecht Van Lommel
2016-05-05Fix for fix, sorry for the noiseCampbell Barton
2016-05-05Missed last commitCampbell Barton
2016-05-05Correct own mistake int recent transform API editsCampbell Barton
2016-05-05Fix error not using the cached BVH treeCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-05-05Optimize linear<->sRGB conversion for SSE2 processorsSergey Sharybin
2016-05-05Docs: scanfill.c purposeCampbell Barton
2016-05-05Fix T48320: Freestyle renders wrong edges of objects which in the other Rende...Tamito Kajiyama
2016-05-05Optimize projection painting with big brushesSergey Sharybin
2016-05-05Optimize threaded scanline processorSergey Sharybin
2016-05-05Simplify scanline threaded processor used by GPU_verify_imageSergey Sharybin
2016-05-05Fix project paint using uninitialized edit-regionCampbell Barton
2016-05-05Curve Fitting: avoid clamping fallback handles.Campbell Barton