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-06-22Fix T45034: MirrorBall rendering on wrong camera axisSergey Sharybin
2015-06-22Fix T45148, stupid own mistake, the two functions are not the same,Antony Riakiotakis
2015-06-22Revert "Lock markers now also disallows selection of markers"Antony Riakiotakis
2015-06-22BGE: Fix T45110, T44174, armature animations update and mirror render.Porteries Tristan
2015-06-22Fix T45145, multiview selection fix not working for scaled matrices.Antony Riakiotakis
2015-06-22Fix T45136, only draw edges if there's something to draw.Antony Riakiotakis
2015-06-22Cycles: Respect duplicator's object motion blur settingsSergey Sharybin
2015-06-22Fix T45144: Multi-value-edit ignored rangeCampbell Barton
2015-06-22Fix camera stereo logic use /w regular selectCampbell Barton
2015-06-22Fix T45133: Crash drawing material buttonsCampbell Barton
2015-06-22Fix memory leak /w multi-drag over a single buttonCampbell Barton
2015-06-21Cleanup: Get rid of some ugly magic numbers...Bastien Montagne
2015-06-21Fix T45135: More cleanup of extreme max values in operator properties.Bastien Montagne
2015-06-21Fix/Cleanup possibility to type insane values in 'add' operators options.Bastien Montagne
2015-06-21Change defaults for planar-face toolCampbell Barton
2015-06-21Cleanup: quiet warningCampbell Barton
2015-06-21Support for platforms /wo malloc_usable_sizeCampbell Barton
2015-06-21BMesh: replace BLI_array -> BLI_stackCampbell Barton
2015-06-21BMesh: replace BLI_array -> BLI_stackCampbell Barton
2015-06-20Threads: Cache result of syscall when querying number of system threadsSergey Sharybin
2015-06-20Cycles: Another fix for OSX, sm_50 experimental actually also fails to compileSergey Sharybin
2015-06-20Cycles: Tweak to previous commit, experimental sm_52 works on Linux but not OSXSergey Sharybin
2015-06-20Cycles: Un-inline triangle_intersect_precalc() on Apple OpenCLSergey Sharybin
2015-06-20Cycles: Don't show pre-sm_20 CUDA cards in the device listSergey Sharybin
2015-06-20SCons: Enable sm_52 CUDA kernel on all platformsSergey Sharybin
2015-06-20Cycles: Cleanup, make it more obvious which platform requires workaround for ...Sergey Sharybin
2015-06-20BGE: Fix T38030: wrong vertex index returned by KX_PolyProxyPorteries Tristan
2015-06-20BGE: dissallow calling reverse on internal clistsCampbell Barton
2015-06-20missed last commitCampbell Barton
2015-06-20Transform: UV islands were split by windingCampbell Barton
2015-06-20Minor edit to transform-uv-island center calcCampbell Barton
2015-06-20support ninja for netbeans projectsCampbell Barton
2015-06-20Sculpt lasso (used shorts for no good reason)Campbell Barton
2015-06-20Cleanup: use listbase clearCampbell Barton
2015-06-20BMesh: simplify join-tri'sCampbell Barton
2015-06-20BMesh: minor optimization for UV island walkerCampbell Barton
2015-06-20Cleanup: checks for unsupported MSVC versionsCampbell Barton
2015-06-20Cleanup: unused varsCampbell Barton
2015-06-20Fix T45109: multi-view regression /w screen-castCampbell Barton
2015-06-20BGE Cleanup: Translation of several comments in DutchJorge Bernal
2015-06-20BGE Cleanup: remove dead code at SetCenterOfMassTransformJorge Bernal
2015-06-19SCons: Fix missing file in kernel when building on OSXSergey Sharybin
2015-06-19SCons: Another attempt to fix bundling on OSXSergey Sharybin
2015-06-19SCons: Fix wrong bunding of Cycles kernel on OSX platformSergey Sharybin
2015-06-19BGE: Simplify collision callback registration.Porteries Tristan
2015-06-19RNA: Don't fill in color grid array when built without smokeSergey Sharybin
2015-06-19Expose smoke simulation velocities in Python APIJohannes Meng
2015-06-19Support half float file format storage for Multilayer EXRSergey Sharybin
2015-06-19Transform: Add individual origins for UV islandsCampbell Barton
2015-06-19BLI_threads Queue: add `BLI_thread_queue_is_empty()`.Bastien Montagne