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
path: root/source
AgeCommit message (Expand)Author
2012-10-18Fix: Smoke 3d viewport shading was sometimes calculated incorrectly when adap...Miika Hamalainen
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 #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-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-17minor changesCampbell Barton
2012-10-17Render: local light group option for materials, blender internal feature fromBrecht Van Lommel
2012-10-17Cycles: add Tangent input for Anisotropic BSDF.Brecht Van Lommel
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-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
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-16Cycles: non-camera viewport render border supportSergey Sharybin
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
2012-10-16code cleanup: picky rna naming conventionCampbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-16dragging the playhead now uses continuous grab.Campbell Barton
2012-10-16Cycles: fix some update issues with camera motion blur, and do some more workBrecht Van Lommel
2012-10-15Fix for #32852: set uv unwrap default packing marging to 0.001.Brecht Van Lommel
2012-10-15Adding new Esperanto language.Bastien Montagne
2012-10-15Forget this in svn rev51336Sergey Sharybin
2012-10-15Clamp minimal tile size with Save Buffers and FSAA enabledSergey Sharybin
2012-10-15Fix #32858: Image appears too dark in Image EditorSergey Sharybin
2012-10-15Motion Tracking: fixed dopesheet left in incorrect state after joining tracksSergey Sharybin
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-15Color Management: remove unused function and get rid of unneeded float->byte ...Sergey Sharybin
2012-10-15fix for own mistake using freed memory with menus.Campbell Barton
2012-10-15Adding some descriptions/tooltips for more keyframe editing operationsJoshua Leung
2012-10-15style cleanup: bgeCampbell Barton
2012-10-15safety NULL check for r51327, don't assume ED_object_modifier_add() succeeds.Campbell Barton
2012-10-15Making "Jump to Keyframes" operator (for Action/Graph Editors) more obviousJoshua Leung
2012-10-15fix for error in filled rip copying customdata (new triangles were flipped ac...Campbell Barton
2012-10-15code cleanup: remove redundant pointer indirection.Campbell Barton
2012-10-15add missing redraw notifier for separate UV operator, also some style cleanup...Campbell Barton
2012-10-15Parenting an object to a deformer (armature/curve/lattice) will now attempt toJoshua Leung
2012-10-15Unparenting objects from armatures/curves/lattices now removes the correspondingJoshua Leung