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-05-14BGE: Fix: Double jumps are not working with character motion actuatorThomas Szepe
2015-05-14BGE: Code Cleanup: LOD hysteresis calculationThomas Szepe
2015-05-14install_deps.sh: correct typoCampbell Barton
2015-05-14Fix project paint worldspace coord calc from seamCampbell Barton
2015-05-14Cycles: Resize light_data after possible light removal.Thomas Dinges
2015-05-14Cycles: Remove Emission shaders from the graph if color or strength is 0.Thomas Dinges
2015-05-13UI: Copy to selected nodes now filtered by typeCampbell Barton
2015-05-13Cleanup: Avoid temp variable in portal sampling code.Thomas Dinges
2015-05-13Cycles: Cleanup: use generic utility function to set kernel argumentsSergey Sharybin
2015-05-13Cycles: Inline sizeof of elements needed for the split kernelSergey Sharybin
2015-05-13Cleanup / Cycles: De-Duplicate Portal data fetch and side check.Thomas Dinges
2015-05-13Clip editor: Selecting curves in graph view always extends tracks selectionSergey Sharybin
2015-05-13Clip editor: Deselecting with shift-LMB does not work in graph viewSergey Sharybin
2015-05-13Fix T44683: Unable to mute movie clip when using stabilized displaySergey Sharybin
2015-05-13Fix T44689: New Depsgraph crashSergey Sharybin
2015-05-13Project Paint: enable old bleed UV calculationCampbell Barton
2015-05-13Project Paint: resolve ugly bleed artifactsCampbell Barton
2015-05-13Project Paint: simplify uv bleed factor calcCampbell Barton
2015-05-13Fix T39775: Skin modifier crashCampbell Barton
2015-05-13Cleanup: reduce scope for win32, Linux varsCampbell Barton
2015-05-13Duplicate Render->RenderData.views for thread safety (as we do for layers)Dalai Felinto
2015-05-13UI: check visible layers when reading contextCampbell Barton
2015-05-13UI: multi-value-edit, distable alt+lmb on slidersCampbell Barton
2015-05-13UI: multi-value-edit, tint button while editingCampbell Barton
2015-05-13UI: multi-value-editing, copy value when typed inCampbell Barton
2015-05-13UI: nodes support for multi-value-editingCampbell Barton
2015-05-13Multi-View: return correct number of views when rendering only one of the ste...Dalai Felinto
2015-05-13Edit last commit, redundant 'data' in RNA pathCampbell Barton
2015-05-13UI: ObData support for copy-to-selectedCampbell Barton
2015-05-13Fix T44684 Compositor backdrop isn't updating correctlyDalai Felinto
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Fix T40762: Python can't access macro valuesCampbell Barton
2015-05-12Dyntopo PBVH build optimization:Antony Riakiotakis
2015-05-12Fix missing define in blenloaderSergey Sharybin
2015-05-12small cleanup on render_result_new()Dalai Felinto
2015-05-12Fix T44616: Cycles crashes loading 42k by 21k texturesSergey Sharybin
2015-05-12Fix T44398: Compositing displace node makes image fuzzy with zero displacementSergey Sharybin
2015-05-12Depsgraph: Don't use C++11 function binding with MSVCSergey Sharybin
2015-05-12BGE : Fix Bullet shape margin for triangle mesh static objectsPorteries Tristan
2015-05-12Depsgraph: Attempt to fix alignment issue on 32bit platformsSergey Sharybin
2015-05-12ImBuf: Update stubs so strict compiler is happy about unused argumentsSergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-12Depsgraph: Make ob_get_parent_matrix() more public and reusableSergey Sharybin
2015-05-12Depsgraph: Add utility function to check whether modifier depends on timeSergey Sharybin
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-05-12Depsgraph: Move update-related functions into own filesSergey Sharybin
2015-05-12Fix T44677: Normal Edit Modifier Radial Mode broken with target object.Bastien Montagne
2015-05-12PyAPI: Remove release method, just use delitemCampbell Barton