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
2015-02-16cleanup: split VSE view-size into own functionCampbell Barton
2015-02-16Fix T43681: VSE draw glitch with no-displayCampbell Barton
2015-02-16BMesh: Connect path, use select orderCampbell Barton
2015-02-15Compilation error fix for strict compiler flagsSergey Sharybin
2015-02-15Cycles: Hopefully compilation error fix for OSXSergey Sharybin
2015-02-15Fix T43671: Playing with Mix Factor of Data Transfer Modifier Is Overwritting...Bastien Montagne
2015-02-15Cleanup of SpaceFile, from asset-experiments branch mostly.Bastien Montagne
2015-02-15Fix for previous commit, sorry for the noise.Bastien Montagne
2015-02-15Cleanup: BLI_listdir (direntry): get rid of usage of raw malloc/free here.Bastien Montagne
2015-02-15Possible todo notes for more polished UI?Joshua Leung
2015-02-15Outliner: "Purge All" function for Outliner in "Orphaned Datablocks" modeJoshua Leung
2015-02-15Code Cleanup: Reshuffle libraries and orphaned datablocks views to a more app...Joshua Leung
2015-02-15Outliner: Do not show RMB menu for "ID Base" entriesJoshua Leung
2015-02-15Outliner: Use restriction columns in "Orphaned Datablocks" view to manage use...Joshua Leung
2015-02-15Outliner: Added new mode for displaying "orphaned" datablocksJoshua Leung
2015-02-15Revert/Remove "Auto View" FeatureJulian Eisel
2015-02-15missed this second last commitCampbell Barton
2015-02-15mathutils: Implement __hash__() functionsCampbell Barton
2015-02-15mathutils: add freeze() method, is_frozen attrCampbell Barton
2015-02-15mathutils: remove redundant read callbackCampbell Barton
2015-02-15mathutils: avoid extra alloc for Vector.lerpCampbell Barton
2015-02-15Fix crash setting Euler.order to a non-stringCampbell Barton
2015-02-15Fix T42919 & T42218: BGE: Python-driven armature animation got buggySybren A. Stüvel
2015-02-15Cycles: Fix wrong attribute count calculation in prevous commitSergey Sharybin
2015-02-15Cycles: Optimize memory usage when creating mesh attributesSergey Sharybin
2015-02-15Cycles: Add ifdef switch to use blender's guardedalloc for vector allocationSergey Sharybin
2015-02-15Cycles: Add utility method to vector which totally frees memory used the vectorSergey Sharybin
2015-02-15Cycles: Report system memory usage and peak after scene device updateSergey Sharybin
2015-02-15Cycles: Implement guarded allocator for STL classesSergey Sharybin
2015-02-15Cycles: Replace own aligned allocator with system oneSergey Sharybin
2015-02-14Outliner: Toggle restrict buttons only for selectable child objectsJulian Eisel
2015-02-14Cleanup: Comment block for sse helpers.Thomas Dinges
2015-02-14Cycles: Small improvement for volume render (decoupled)Thomas Dinges
2015-02-14Cycles: Fix compilation error of Cycles standalone with Libmv disabledSergey Sharybin
2015-02-14Revert "Fix T43471, based on patch submitted by @sean_loh."Lukas Tönne
2015-02-14object drawing: only use halo-draw in object modeCampbell Barton
2015-02-14Bring copy/free operations into line with changes in previous commitJoshua Leung
2015-02-14Bugfix: Referencing actions from Action Actuator was not setting a userJoshua Leung
2015-02-14CMake: Enable JeMalloc by defaultSergey Sharybin
2015-02-14CMake: Add search path for jemalloc which corresponds to own and studio setupSergey Sharybin
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-02-14cleanup: doxy commentsCampbell Barton
2015-02-14Comments: use doxy sections for nodes headerCampbell Barton
2015-02-13Purge temporary files on abortSergey Sharybin
2015-02-13Fix T43585 XRay + transparency brokenAntony Riakiotakis
2015-02-13Revert "Fix T43646: VSE preview allows displaying channels down to -5"Julian Eisel
2015-02-13No need to use "SSAO" for SSAO colorAntony Riakiotakis
2015-02-13Alleviate grid creating shadows in Ambient Occlusion effect.Antony Riakiotakis
2015-02-13Fix T43646: VSE preview allows displaying channels down to -5Julian Eisel
2015-02-13Fix T43649: Geometry node breaks GLSL shadingSergey Sharybin