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-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
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-15Smoke: Merge parts of Smoke2 branchDaniel Genrich
2012-10-15Cycles: tweak progressive refine tooltip to make it more clearBrecht Van Lommel
2012-10-15Fix for #32852: set uv unwrap default packing marging to 0.001.Brecht Van Lommel
2012-10-15Fix #32844: cycles camera motion blur producing completely blurred frames som...Brecht Van Lommel
2012-10-15Adding Estonian and Esperanto iso codes in allowed non-capitalized UI message...Bastien Montagne
2012-10-15Adding new Esperanto language.Bastien Montagne
2012-10-15Update to stable Eigen 3.1.1Daniel Genrich
2012-10-15another change needed for qtcreator project generator to work with ninja.Campbell Barton
2012-10-15add support for using ninja to extract build info for qtcreator/netbeans/erro...Campbell Barton
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-15Solve some issues with smoke when using strict compile flagsSergey 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