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-04Added convenience operator to clear animation (i.e. all keyframes = F-Curves)Joshua Leung
2012-10-04fix for using hsv uninitialized in ui_draw_but_HSVCIRCLE()Campbell Barton
2012-10-04code cleanup: make the behavior of set_current_material_texture() clearer and...Campbell Barton
2012-10-04avoid a sqrtf call in ui_hsvcircle_vals_from_pos() for values outside the cir...Campbell Barton
2012-10-04use GCC's -Wpadded on DNA files, gives more useful warnings then makesdna.Campbell Barton
2012-10-04code cleanup: remove USE_BMESH_FORWARD_COMPAT - this was added to load bmesh ...Campbell Barton
2012-10-04* Trunk is open again, BCon 1. Thomas Dinges
2012-10-04colormanage_colorspace_get_named() can (and does) return NULL, added checks t...Dan Eicher
2012-10-03Correction to commit rev48866 -- convert_tface_mt must happen before BKE_mesh...Sergey Sharybin
2012-10-03Fix #32742: Motion path calculation on linked armatures locks up BlenderSergey Sharybin
2012-10-03fix [#32743] Freed memory access when freeing materials.Campbell Barton
2012-10-03fix [#32739] Glare node does "add" instead of "lighten"Campbell Barton
2012-10-02Entering Bcon5 stage!Sergey Sharybin
2012-10-02freeing node trees no longer decreases their user counts, this cause causing ...Campbell Barton
2012-10-02revert fix for [#31555] Username with special chars in Windows 7Campbell Barton
2012-10-02 * fix for regression test [compo_map_uv.blend]Jeroen Bakker
2012-10-02 * fix for regression file [compo_map_zcombine_cubes.blend]Jeroen Bakker
2012-10-02UI:Thomas Dinges
2012-10-02fix for crash in own recent masking commit with 'flood fill' operator.Campbell Barton
2012-10-02fix for mesh_foreachScreenEdge__mapFunc running the callback with V3D_CLIP_TE...Campbell Barton
2012-10-02correct some include dirs not being included as SYSTEM paths in cmake.Campbell Barton
2012-10-02fix for error in mask drawing, was using glVertex3fv on 2d verts. (buffer ove...Campbell Barton
2012-10-02fix for crash loading durian file '08.5e_comp.blend' - external data pointer ...Campbell Barton
2012-10-02fix: path looper was checking the path of old tessface external data rather t...Campbell Barton
2012-10-02Fix #32712: non-multilayer openexr file save for a single channel image wouldBrecht Van Lommel
2012-10-01Fix #32728: File Output node always save as RGBA, even when RGB is selectedSergey Sharybin
2012-10-01fix for own bug in bmesh api, setting a byte string customdata layer assumed ...Campbell Barton
2012-10-01quiet some warnings.Campbell Barton
2012-10-01fix for unlikely crash if smoke collision data couldn't be read. (pointer was...Campbell Barton
2012-10-01possible fix for crashing when re-doing mouse select operator, there was a mi...Campbell Barton
2012-10-01fix [#32716] continuous grab bevel inset facesCampbell Barton
2012-10-01revert r50969, gives problems with weight paint + modifiers, need to investig...Campbell Barton
2012-10-01Fixed memory leak in CustomData_interp in cases when sources count is more thanSergey Sharybin
2012-10-01fix for crash found when attempting to setup testing environment to find cras...Campbell Barton
2012-10-01File Output Node:Thomas Dinges
2012-10-01Disable render part of display transformation for icon/texture previewSergey Sharybin
2012-10-01Fix #32686: MovieClip background initialisaton errorSergey Sharybin
2012-10-01Fix #32695: Can't disable color management for 3D viewSergey Sharybin
2012-10-01add compiler hints that failing to create a bmesh face is unlikely.Campbell Barton
2012-10-01fix [#32713] Crash with modifiers + GLSL modeCampbell Barton
2012-10-01fix [#31654] Non-proportional edge slide behaving incorrectly.Campbell Barton
2012-10-01fix for some errors when unlinking.Campbell Barton
2012-10-01Fix: gpu_colors_enable could cause 3d display corruption because it always en...Antony Riakiotakis
2012-10-01fix [#32709] Color mix node produces artifacts from other framesCampbell Barton
2012-10-01style cleanup: define float sizes for interpolation functions, add retirn's o...Campbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-10-01DM_set_only_copy() wasn't setting only-copy flags for loops and polygons. (sh...Campbell Barton
2012-10-01fix for leak when freeing mask data in editmode.Campbell Barton
2012-10-01fix for crash deleting higher multi-res levels without mask data.Campbell Barton
2012-09-30Revert changes made to support diffuse color when sculptingSergey Sharybin