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
2013-07-12Get rid of global originmat matrix from object.cSergey Sharybin
2013-07-12fix [#36093] Stationary Particle system - particle Y axis fails to follow emi...Campbell Barton
2013-07-12Expose node.select exec callback to an operatorSergey Sharybin
2013-07-12fix for crash with texture-baking caused by recent changes to render-database...Campbell Barton
2013-07-12fix [#36106] Defining the Loopcut number with the keyboard is limited to 130Campbell Barton
2013-07-12optimize interp_weights_poly_v2(), well tested, was calculating the area twic...Campbell Barton
2013-07-12UI / Cycles:Thomas Dinges
2013-07-11Fix for Bug #35695: Freestyle produces extra line across an object with point...Tamito Kajiyama
2013-07-11fix [#36105] Bevel UV FlickerCampbell Barton
2013-07-11utility function for printing arbitrary sizes vectors.Campbell Barton
2013-07-11fix [#36100] bevel lost selectionCampbell Barton
2013-07-11Fix bevel when there is a gap in faces around vertex.Howard Trickey
2013-07-11add BM_elem_attrs_copy_ex() which can take a flag arg to define which flags s...Campbell Barton
2013-07-11Fix #36091: external render engines like Luxrender don't work well with the saveBrecht Van Lommel
2013-07-11fix [#36099] Undo crashes on an armature with ID-PropertiesCampbell Barton
2013-07-11fix for bridge tool where the 2 loops overlap (typical use for scanfill), how...Campbell Barton
2013-07-11fix [#36090] Blender displays strange symbol in edge lengthCampbell Barton
2013-07-11fix [#36089] crash when using a tiff without TIFFTAG_EXTRASAMPLESCampbell Barton
2013-07-11fix for problem with edge slide where it would stop shapekey modifier from be...Campbell Barton
2013-07-11bm_loop_interp_mdisps was doing multiple lookups in the same pointer in a nes...Campbell Barton
2013-07-10Fix #36053: slow GPU render with panorama camera + depth of field.Brecht Van Lommel
2013-07-10Fix #36082: animation playback not working after rendering of background scen...Brecht Van Lommel
2013-07-10BM_mesh_clear was setting toolflags incorrectly, also no meed to calloc when ...Campbell Barton
2013-07-10skip duplicating faces for edge slide unless its used, this causes update pro...Campbell Barton
2013-07-10no need to copy mat4x4 -> 3x3 in mat4_to_scaleCampbell Barton
2013-07-10Fix #36080: fix cycles crash with certain group node setups, accessing freedBrecht Van Lommel
2013-07-10Fix #36076: Metaballs as particles with particle texture (size influence) cra...Sergey Sharybin
2013-07-10patch [#36078] Fixes joining behavior for curves and armatures (when active o...Campbell Barton
2013-07-10remove reference to wrong python version in comments & pedantic style edit.Campbell Barton
2013-07-10fix for possible bug with compilers that dont have boolean support.Campbell Barton
2013-07-10fix [#36065] UI labels are shown in the theme color for unselected list itemsCampbell Barton
2013-07-10Fix #36041, Chroma key broken. Compositor node was using wrong socket index t...Lukas Toenne
2013-07-10fix [#36079] Use Modifier Stack Crash with ParticlesCampbell Barton
2013-07-10add asserts for passing in bad index values to DM_get_***_data, CustomData_get()Campbell Barton
2013-07-10fix for particle lasso-select inverting the selection.Campbell Barton
2013-07-10fix [#35406] Hair puff brush bugCampbell Barton
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-07-10fix [#35948] Toggle-Draw AutoKeyframe BugCampbell Barton
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-07-10fix [#36073] Changing list items misses undo pushCampbell Barton
2013-07-10Fix for bug #36009: Rendered ortho view messes up Freestyle lines in 3D viewp...Tamito Kajiyama
2013-07-10Fix missing cycles viewport update when changing manual texture spaceBrecht Van Lommel
2013-07-09Partial revert of rev58110Sergey Sharybin
2013-07-09fix [#36004] Vertex parent on curve point results in blank 'parent_type' on c...Campbell Barton
2013-07-09Fix blender environment map texture looking different on the first render withBrecht Van Lommel
2013-07-09fix [#36055] Edge/Face Info display on wrong position with key framesCampbell Barton
2013-07-09Fix #36030: datablock drag and drop to buttons not working with a certain numberBrecht Van Lommel
2013-07-09Fix #36050, backdrop not working. The compositor backdrop requires a restart ...Lukas Toenne
2013-07-09add checks in paintface_flush_flags for faces which have no original index va...Campbell Barton
2013-07-09Fixed more threading issues with metaballsSergey Sharybin