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-20Remove old multipaint related argument from wpaint_blend.Alexander Gavrilov
2016-01-20Weight Paint: Multi-paint support for blur toolAlexander Gavrilov
2016-01-20Delete unused code, separate for better diff appearance.Alexander Gavrilov
2016-01-20Weight Paint: multi-paint uses collective weightsAlexander Gavrilov
2016-01-20Weight Paint: 'Sample' now supports multi-paintAlexander Gavrilov
2016-01-20Weight Paint: reduce alert color brightnessAlexander Gavrilov
2016-01-20Cleanup: remove remainings of OMP in sculptpaint area.Bastien Montagne
2016-01-20Particle_system.c: OMP -> BLI_task.Bastien Montagne
2016-01-20paint_mask.c: OMP -> BLI_stack.Bastien Montagne
2016-01-20Fix T43896: Knife Project fails when zoomed outCampbell Barton
2016-01-20Fix T46243: New Depsgraph: changing action misses relations update tagSergey Sharybin
2016-01-20Fix T47198: Broken UV/VCol in BI and Cycles with some degenerated faces - BI ...Bastien Montagne
2016-01-20Fix for tangent regression w/ looptri changesCampbell Barton
2016-01-20Cleanup: style, use constCampbell Barton
2016-01-20error in last commitCampbell Barton
2016-01-20Cleanup: naming conventionCampbell Barton
2016-01-20Support multi-paint & show zero-weights as blackAlexander Gavrilov
2016-01-19Usual i18n/UI messages tweaks.Bastien Montagne
2016-01-19Sequencer: Implement Tone Map strip modifierSergey Sharybin
2016-01-19Fix T47203: Render Crash due to missing zbuf_float handling in IMB scaling.Bastien Montagne
2016-01-19Weight Paint: Add lock-aware normalizeCampbell Barton
2016-01-19BLI_array_utils: add binary and/or functionsCampbell Barton
2016-01-18Ignore const qualifier when comparing typesCampbell Barton
2016-01-18Cleanup: styleCampbell Barton
2016-01-18OpenGL: remove ARB_fragment_program commentMike Erwin
2016-01-18Transform: no need to store distance to snap pointCampbell Barton
2016-01-18Fix T29153: Rotate & scale ignore snapping pointsCampbell Barton
2016-01-18UI: use a callback for the progress tooltipCampbell Barton
2016-01-18UI: redesign of the progress bar.Kévin Dietrich
2016-01-17BGE: Allow access to light shadow settings with pythonUlysse Martin
2016-01-17paint_cursor: OMP -> BLI_task.Bastien Montagne
2016-01-17Cleanup: spellingCampbell Barton
2016-01-17Cleanup: styleCampbell 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-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-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-16OpenGL: remove redundant state changeMike Erwin
2016-01-16cleanup: C99Mike Erwin