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
2012-10-18Fix: Smoke 3d viewport shading was sometimes calculated incorrectly when adap...Miika Hamalainen
2012-10-18Cycles: suppress path to nvcc appearing in the console in casesSergey Sharybin
2012-10-18Mark unused variables.Sergey Sharybin
2012-10-18Fix #32851: Mouse click coordinates when adding and selecting mask vertices o...Sergey Sharybin
2012-10-18Fix for OSL compile errors.Lukas Toenne
2012-10-18More fixes related to #32900, motion blur with cuda sm 2.0 still disabled.Brecht Van Lommel
2012-10-18Fix #32903: bring cycles glsl up to date with latest changes.Brecht Van Lommel
2012-10-18Mask editor: create new mask when trying to create new vertex without active ...Sergey Sharybin
2012-10-18Fix #32913: missing cycles viewport update when toggling visibility in outlinerBrecht Van Lommel
2012-10-18Fix #32905: Crash with Levels node when no input is connected.Sergey Sharybin
2012-10-18Fix #32896: No compositor tree update with image input color space changeSergey Sharybin
2012-10-18style cleanupCampbell Barton
2012-10-18Fix #32904: strange pattern on subdivided cube with anistropic shader. NowBrecht Van Lommel
2012-10-18Cycles: OSL compile fixes.Thomas Dinges
2012-10-18Attempts to fix CUDA issues on sm 2.0 cards, still no luck getting motion blurBrecht Van Lommel
2012-10-18Maybe hard limmit is good enough. Removing soft limmit for sky turbidityDaniel Salazar
2012-10-17Cycles: Sensible limmits for Sky Texture turbidity valueDaniel Salazar
2012-10-17Fix cycles motion blur not working correct with shutter time > 2.0. The softBrecht Van Lommel
2012-10-17Missing semicolons in intern/ghost/intern/GHOST_WindowCocoa.mmJason Wilkins
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-17minor changesCampbell Barton
2012-10-17add a template for a stub script - runs the script relative to the currently ...Campbell Barton
2012-10-17Render: local light group option for materials, blender internal feature fromBrecht Van Lommel
2012-10-17Cycles: motion blur is now curved and passes exactly through the midpoint.Brecht Van Lommel
2012-10-17Cycles: add Tangent input for Anisotropic BSDF.Brecht Van Lommel
2012-10-17Fix for OSL 'background' attributes (attributes that are not associated to a ...Lukas Toenne
2012-10-17Fix #32856, Crash in compositor due to deprecated node socket flag in old files.Lukas Toenne
2012-10-17Fix #32887, ParticleInstance: crash with hidden particle system + children.Lukas Toenne
2012-10-17code cleanup:Campbell Barton
2012-10-17code cleanup: add check spelling oslCampbell Barton
2012-10-17style cleanup: make OSL follow our C style convention. http://wiki.blender.or...Campbell Barton
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-16Smoke: Animated collision objects do no longer block smoke. Smoke gets transf...Daniel Genrich
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-16Fix for second bug reported in #32846: Particle emitters are still shown for ...Lukas Toenne
2012-10-16Color Management: texture baking should be correct when color management is d...Sergey Sharybin
2012-10-16Fix #32891: Bake to Texture didn't use color management flag properlySergey Sharybin
2012-10-16Fix/workaround #32846, dupli group + particle instances gets messed up in Cyc...Lukas Toenne
2012-10-16fix for free NULL pointer in BM_vert_splice() and BM_iter_as_arrayN() failed ...Campbell Barton
2012-10-16Fix object motion blur crash with lamp sampling(?), missed a check.Brecht Van Lommel
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-16Fix for (camera) motion blur changes in Cycles OSL. Compilation was broken du...Lukas Toenne
2012-10-16Cycles: object motion blur enabled, so in addition to camera motion, movingBrecht Van Lommel
2012-10-16Fix #32819: Crash when starting CUDA kernel compilation if UI translation is ...Sergey Sharybin
2012-10-16fix for 2 cases BM_disk_dissolve() could fail/assert.Campbell Barton
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-16MESH_OT_vert_connect was missing select flush (newly created edges were not s...Campbell Barton
2012-10-16style cleanupCampbell Barton
2012-10-16Add BMesh and WM symmetrize operatorsNicholas Bishop