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-04style cleanup: comment blocksCampbell Barton
2012-10-04code cleanup: comment verse outliner views, also correct warning in recent co...Campbell Barton
2012-10-04OSX/cmake: fix warning: go back to initial state, not the right way to get ri...Jens Verwiebe
2012-10-04OSX/cmake: fix warning: second tryJens Verwiebe
2012-10-04Bugfix [#32754] Clear Motion paths button not available on Motion paths panelJoshua Leung
2012-10-04Added convenience operator to clear animation (i.e. all keyframes = F-Curves)Joshua Leung
2012-10-04OSX/cmake: fix warning: -Wuninitialized is not supported without -O, in debug...Jens Verwiebe
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-03Artifacts on splash are resolved.Sergey Sharybin
2012-10-03Correction to commit rev48866 -- convert_tface_mt must happen before BKE_mesh...Sergey Sharybin
2012-10-03* Fix for the elsyiun.xml theme, Reports in Info Header were not readable (gr...Thomas Dinges
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-03fix for cmake constructing an invalid include path.Campbell Barton
2012-10-02Entering Bcon5 stage!Sergey Sharybin
2012-10-02Added example of KX_GameObject subclassing to game engine docs.Alex Fraser
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-02correct spelling error in operator propertyCampbell 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/workaround #31987: sample as lamp for environment textures not workingBrecht Van Lommel
2012-10-01Fix [#32719] "New object align to view" option doesn't work on lamps and forc...Bastien Montagne
2012-10-01Fix #32728: File Output node always save as RGBA, even when RGB is selectedSergey Sharybin
2012-10-01Fix #32725: cycles border render + panorama camera not working in viewport. I...Brecht Van Lommel
2012-10-01CMake: disable some warnings on mac that cause prints in nearly every file, andBrecht Van Lommel
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-01OSX/cmake: simplificate compile conditions and silence lot of CLANG warningsJens Verwiebe