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
2014-06-14Cycles: Don't show "Sharp" distribution in the Anisotropic node.Thomas Dinges
2014-06-14Expose Weigth tools for edit modegaiaclary
2014-06-14Cycles: glossy and anisotropic BSDF changesBrecht Van Lommel
2014-06-14Cycles: internal code support for anisotropic Beckmann and GGX reflectionBrecht Van Lommel
2014-06-14Cycles: Ashikhmin-Shirley anisotropic BSDFKarsten Schwenk
2014-06-14Cycles: improved importance sampling for Beckmann and GGX glossyBrecht Van Lommel
2014-06-14Cycles: volume sampling method can now be set per material/world.Brecht Van Lommel
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-06-14Cycles code refactor: move some surface and volume path code to separate files.Brecht Van Lommel
2014-06-14Cycles code refactor: deduplicate and symmetrize some path tracing code.Brecht Van Lommel
2014-06-14Cycles code refactor: minor changes to light emission code.Brecht Van Lommel
2014-06-14Fix T40610. This is a critical bug caused by own bugfix that does notAntony Riakiotakis
2014-06-14Fix compilation in cyclesAntony Riakiotakis
2014-06-14Code cleanup: Avoid duplicate functions for vector combination/separation in ...Thomas Dinges
2014-06-14BLI_dynstr: use function attributes and move comments into C fileCampbell Barton
2014-06-14UI: use BLI_strdup to store the original string.Campbell Barton
2014-06-14Skin Modifier: use BLI_bitmap to tag edgesCampbell Barton
2014-06-14UI: uiContextActivePropertyHandle wasn't passing the event to the uiBlockHand...Campbell Barton
2014-06-14BLI_rand: add BLI_rng_get_float_unit_v2Campbell Barton
2014-06-14Editmesh: remove redundant normal calculation call for subdivideCampbell Barton
2014-06-14UI: remove OpenGL calls from ED_region_init, now handled elsewhereCampbell Barton
2014-06-14Replace sqrt with hypot for wipe-effect & transform codeCampbell Barton
2014-06-14Math Lib: mat3_to_eulo2 & mat3_to_eul2 mixed float/double differentlyCampbell Barton
2014-06-14Quiet warning in CyclesCampbell Barton
2014-06-14Rename 'Extend Vertex' to be clear it operates on many verticesCampbell Barton
2014-06-14Comment unused macroCampbell Barton
2014-06-14Polyfill2d: use kd-treeCampbell Barton
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-06-14Polyfill2d: Switch directions on concave trianglesCampbell Barton
2014-06-14Polyfill2d: replace array with linklist, faster resizingCampbell Barton
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges
2014-06-14Attempt to fix sign conversion error happening on buildbotSergey Sharybin
2014-06-14Implement GLSL code for XYZ nodes.Thomas Dinges
2014-06-14Follow up for previous commit: need to tweak args for scons as wellSergey Sharybin
2014-06-14OSX: update codesigning rules to 2.71Jens Verwiebe
2014-06-14Cycles: Fix compilation error of AVX2 kernel with GCC/ClangSergey Sharybin
2014-06-14Code cleanup.Thomas Dinges
2014-06-14Cycles: Add an AVX2 CPU kernel.Thomas Dinges
2014-06-14CMake fixup for bd43ac04 as indicated by Campbell BartonDalai Felinto
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-06-13Cycles: Calculate face normal on the fly.Thomas Dinges
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-06-13Attempt to fix guardedalloc on OSXSergey Sharybin
2014-06-13Bake-API: increase cage extrusion/ray distance limitDalai Felinto
2014-06-13Resolve MSVC errorCampbell Barton
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-06-13Bake-API: handle objects with no faces (fix T40601)Dalai Felinto
2014-06-13Sequencer: add support for grease pencil rendering in previewsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton