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-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cleanup: Typo fixes for comments.Thomas Dinges
2014-12-25Cycles: Expose QBVH on/off switch to the UI.Thomas Dinges
2014-12-25Cycles: Correction for node tail copy on packing BVHSergey Sharybin
2014-12-25Cycles: Enable QBVH optimization structure for SSE2 CPUsSergey Sharybin
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-12-25Cycles: Store proper empty boundbox for missing child nodes in QBVHSergey Sharybin
2014-12-25Cycles: Code cleanup, de-duplicate definition of FEATURESergey Sharybin
2014-12-25Cycles: Rework BVH functions calls a little bitSergey Sharybin
2014-12-25Cycles: Add some utility functions and structuresSergey Sharybin
2014-12-25Cycles: Implement watertight ray/triangle intersectionSergey Sharybin
2014-12-25Cycles: Optimize storage of QBVH node by one float4Sergey Sharybin
2014-12-25Cycles; Code cleanup, make it more obvious what #endif belongs toSergey Sharybin
2014-12-25Cycles: Make it more clear offsets in BVH constructionSergey Sharybin
2014-12-25Cycles: Replace magic constant in the code with actual node sizeSergey Sharybin
2014-12-25Cycles: Avoid over-allocation in packing BVH instancesSergey Sharybin
2014-12-25Cycles: Implement refit_nodes for QBVHSergey Sharybin
2014-12-25Cycles: Use proper node counter to allocate QBVH nodesSergey Sharybin
2014-12-25Cycles: Don't do node visibility check in subsurface and volume traversalSergey Sharybin
2014-12-25Cycles: Move triangle intersection functions into own fileSergey Sharybin
2014-12-25Cycles: Optimize vector math node without links to single values.Thomas Dinges
2014-12-24Fix T42879: File Browser - disable selecting ".." entry (Parent Directory)julianeisel
2014-12-24Ref T42873: Print "Camera Pano" for panoramic camera view onto viewportjulianeisel
2014-12-24Master branch is now alpha cycle of 2.74 releaseSergey Sharybin
2014-12-24Fix T42997: Support RGBA output for HuffYUVSergey Sharybin
2014-12-24Fix rna paint update callbacks assuming meshesCampbell Barton
2014-12-23Blender 2.73 release candidate commitv2.73-rc1Sergey Sharybin
2014-12-23Fix T42994: Own recent regression in fix for T42945 (rB5cc199e49581),Bastien Montagne
2014-12-23Add missing keymap for paint curveCampbell Barton
2014-12-23Fix T42928: Drag-drop of generated files to compo reloads them, loosing editsSergey Sharybin
2014-12-22Fix T42952: Curve modifier not taken into account when curve is created from ...Sergey Sharybin
2014-12-22partial revert ab6417aa9ff8cbd4831c3ed1837742c1178be25a was too strictGaia Clary
2014-12-22Quick fix for UI themes, by meta-androcto (Brendon Murphy), thanks.Bastien Montagne
2014-12-22Fix T42966: Py_Initialize: Unable to get the locale encodingSergey Sharybin
2014-12-21GPencil: Correction to rB071ec918f4cdjulianeisel
2014-12-21Fix T42973: Render viewport not updating when switching materials in OutlinerBastien Montagne
2014-12-20Fix T42961: GPencil - Refactor object/scene data behaviourjulianeisel
2014-12-20RNA Object.matrix_local: Add a big warning this matrix is only relative to pa...Bastien Montagne
2014-12-20Fix T42972: fcurve lasso select crashCampbell Barton
2014-12-20Force phony targets to build (even if file exists)Campbell Barton
2014-12-19Ensure no integer overflow happens in SuperLU solver on memory allocationSergey Sharybin
2014-12-19Minor cleanup to previous commitAntony Riakiotakis
2014-12-19Fix for bad file name string matching in point caches, leading toLukas Tönne
2014-12-19Fix T42543 projection painting fails when faces are perpendicular to screen.Antony Riakiotakis
2014-12-19Fix reversed args in function call (float, bool vs. bool, float).Bastien Montagne
2014-12-19Fix T42945: rv3d->gridview was not set correctly in view3d_draw_objects.Bastien Montagne
2014-12-19Code cleanup: include directory for sconsSergey Sharybin
2014-12-18Fix mathutils docstring typos.Tamito Kajiyama
2014-12-18Flood fill in projection painting does not do bounds checking anymore.Antony Riakiotakis
2014-12-18Fix T42943: Crash with multiple calls to rna_info.BuildRNAInfo()Campbell Barton