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-11-28BMesh: use typed filter callbacks (const args too)Campbell Barton
2015-11-27OpenGL: fix cycles texture draw mode not respecting double sided lighting.Brecht Van Lommel
2015-11-27Fix T46883: VSE Meta Strip crash on leaving Meta editing (tab).Bastien Montagne
2015-11-27Fix T46827: Appending Specific Groups Doesn't Work on Windows.Bastien Montagne
2015-11-27Fix (unreported) broken BLI_join_dirfile() in some cases on Windows.Bastien Montagne
2015-11-27fix T46868: added workaround for a collada issue with UTF8 filenamesGaia Clary
2015-11-27Cycles: Fully roll-back to non-delayed SSS indirect rays for CPUSergey Sharybin
2015-11-27Revert "Cycles: Fix wrong SSS with regular path tracing and clamping enabled"Sergey Sharybin
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-27Fix T46799: Blender crashes when enumerating POCL devicesSergey Sharybin
2015-11-27missed last commitCampbell Barton
2015-11-27CMake/SCons: set Python to 3.5Campbell Barton
2015-11-26Fix crash when ding dyntopo sculptingSergey Sharybin
2015-11-26BGE: Fix ray cast with unfound property.Porteries Tristan
2015-11-26Fix assert in UI align code in some specific situations.Bastien Montagne
2015-11-26Fix (unreported) libquery's IDLooper for constraints not handling correctly r...Bastien Montagne
2015-11-26Cycles: Fix wrong SSS with regular path tracing and clamping enabledSergey Sharybin
2015-11-26Fix T46760: Branched Path Tracing converges to different result than plain Pa...Stefan Werner
2015-11-26Fix recent c99 cleanup w/ openmpCampbell Barton
2015-11-26Fix assert navigating into dir w/ `.blend` suffixCampbell Barton
2015-11-26Fix error with intersect handling split-wire edgesCampbell Barton
2015-11-26Cleanup: warningsCampbell Barton
2015-11-26Partial revert of last commitCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-11-26OpenGL: remove unused VBO_DISABLED from PBVHMike Erwin
2015-11-26Fix T46870: bge globalDict kept between sessionsCampbell Barton
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-26Cleanup: use const for linklist APICampbell Barton
2015-11-26Fix error in shadowing cleanup (wrong pointer free)Campbell Barton
2015-11-25Fix T46848: more OpenNL crashes due to uninitialized variables.Brecht Van Lommel
2015-11-25Fix OpenSubdiv geometry shader error on Linux / AMD.Brecht Van Lommel
2015-11-25CUEW: Update to latest versionSergey Sharybin
2015-11-25OpenGL: GLSL always supportedMike Erwin
2015-11-25Use different approach to the antialias nodeSergey Sharybin
2015-11-25Cycles: Create proper sockets for OSL script nodesSergey Sharybin
2015-11-25Fix bplayer (c)Bastien Montagne
2015-11-25Cycles: Whitespace cleanup from the recent changesSergey Sharybin
2015-11-25Cycles: Fix crash in constant folding introduced by recent commitSergey Sharybin
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-11-25install_deps.sh: Updated official boost version (grrr).Bastien Montagne
2015-11-25Fix T46867: Face-Mask hiding failed on mode switchCampbell Barton
2015-11-25Cleanup: use correct name in printsCampbell Barton
2015-11-25Accept non-existing files from the CLISybren A. Stüvel
2015-11-25Cycles: Refactor of constant fold.Thomas Dinges
2015-11-25Fix T46646: Point Cloud Density crashes on real time renderingSergey Sharybin
2015-11-25Cycles: Fix shader update bug introduced by recent commitsSergey Sharybin
2015-11-25PyAPI: remove workaround for Py3.4 bugCampbell Barton
2015-11-25install_deps.sh: Updated official Python (to 3.5.0) and NumPy (to 1.10.1).Bastien Montagne
2015-11-25MOD_weightvg: switch from OMP to BLI_task's parallelized 'for loop'.Bastien Montagne
2015-11-25BLI_task: BLI_task_parallel_range_ex: add some per-chunk userdata.Bastien Montagne