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
2016-01-17Cleanup: styleCampbell Barton
2016-01-17Revert "Make 'incompatible pointer type' gcc warning an error by default."Campbell Barton
2016-01-17Revert "Fix compile error in gpu_debug (incompatible-pointer-type)."Campbell Barton
2016-01-17Point Cache bake: make sure endframe is initialize with a decent value.Kévin Dietrich
2016-01-17Dynamic Paint: use job system for the image sequence bake operator.Kévin Dietrich
2016-01-17Point Cache: use job system for bake operators.Kévin Dietrich
2016-01-17Fix compile error in gpu_debug (incompatible-pointer-type).Kévin Dietrich
2016-01-17Fix memory leak in (the still unused) WM_reportf.Brecht Van Lommel
2016-01-17Make 'incompatible pointer type' gcc warning an error by default.Bastien Montagne
2016-01-17Fix T47189: Large smoke simulation sometimes make Blender crash.Bastien Montagne
2016-01-17Fix incorrect function for sculpt multithreading task after recent refactor.Brecht Van Lommel
2016-01-17WM: remove unnecessary context argument from WM_report, no good reason to hav...Brecht Van Lommel
2016-01-16Fix smoke BLI_task'ed code after recent refactor.Bastien Montagne
2016-01-16OpenGL Smoke: fix possible inconsistency between fire shader/texture binding.Brecht Van Lommel
2016-01-16Cycles: Fix compilation with older OSLSergey Sharybin
2016-01-16Cleanup: BLI_task foreach looper API doc.Bastien Montagne
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-16Fix (unreported) missing scene->gm.dome.warptext in libquery looper.Bastien Montagne
2016-01-16Fix T47188: Blender crashes when trying to undo adding new scene with "copy s...Bastien Montagne
2016-01-16Fix T47180: Cycles deform motion blur + displacement behaves weirdlySergey Sharybin
2016-01-16OpenGL: remove redundant state changeMike Erwin
2016-01-16cleanup: C99Mike Erwin
2016-01-16OpenGL: simplify some UI draw callsMike Erwin
2016-01-16OpenGL: pull glBegin/End out of loopMike Erwin
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2016-01-16Cleanup: stdbool no longer optional, remove checksCampbell Barton
2016-01-16Cleanup: use enum constant for DNA comparisonCampbell Barton
2016-01-16Blender Internal: subframe render supportCampbell Barton
2016-01-16Cleanup: styleCampbell Barton
2016-01-16Fix T47181: Blender OSL script node crash (OSL 1.6.9)Lukas Stockner
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2016-01-15Fix T47185: Wrong items order with template_icon_view.Bastien Montagne
2016-01-15Changes around update normals from PBVH to CDDMSergey Sharybin
2016-01-15Tracking: Make plane track sliding aware of closest mouseSergey Sharybin
2016-01-15Tracking: Split tracking_ops into smaller filesSergey Sharybin
2016-01-15Tracking: Cleanup, use more strict code styleSergey Sharybin
2016-01-15Cleanup: used pre-defined atoms in ghostCampbell Barton
2016-01-15Tracking: Use sliding zone which is closer to the mouseSergey Sharybin
2016-01-15Fix T31063: X11 window resize fails on PPCCampbell Barton
2016-01-15Fix crash w/ scripts run from the command line that load filesCampbell Barton
2016-01-15DNA: partial revert of long removalCampbell Barton
2016-01-14Fix T47168: Project image looses float precisionCampbell Barton
2016-01-14Doc: more detailed ImBuf.rect/rect_float commentsCampbell Barton
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-14Improve multi-paint tipCampbell Barton
2016-01-14Usual fixes and tweaks for UI messages.Bastien Montagne
2016-01-14Fix broken i18n messages extracting script with new py code.Bastien Montagne
2016-01-14Cycles: One more attempt to fix issue mentioned in previous commitSergey Sharybin
2016-01-14Cycles: Fix typo in the debug panel commitSergey Sharybin
2016-01-14Cycles: Fix string compiler warnings after recent changesSergey Sharybin