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-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-24Fix bad draw of plane track when using Tiny display optionSergey Sharybin
2013-08-24Add stdlib.h to solve compilation error caused by missing abort() prototypeSergey Sharybin
2013-08-24correct error in face walker (was inserting into the wrong ghash which was im...Campbell Barton
2013-08-24cloth was using edgehash not quite correctly:Campbell Barton
2013-08-24cloth spring building: replace MIN2/MAX2 in assignments with a function which...Campbell Barton
2013-08-24avoid double ghash lookup in sculpt map_insert_vertCampbell Barton
2013-08-24add versions of BLI_ghash_int_new, BLI_ghash_str_new, etc. that take a reserv...Campbell Barton
2013-08-24revert bucket size change (edgehash was this way for years, since r26206, gha...Campbell Barton
2013-08-24Fix #36541: blender internal raytrace render hangs with high ray depth. The codeBrecht Van Lommel
2013-08-24use reserve argument for more edgehashsCampbell Barton
2013-08-24fix for leak in cloth modifierCampbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24fix for leak in make_edges_mdata() if there were no edges to create,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-24ghash and edgehash api, allow newly defined hashes to take in the size of the...Campbell Barton
2013-08-24== filebrowser ==Andrea Weikert
2013-08-24fix for GPU_update_bmesh_buffers not setting bmesh vertex index values as dir...Campbell Barton
2013-08-24Fix for [#36374] Read unitialized memory in Freestyle.Tamito Kajiyama
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-24Fix 36505: Collada exporter crashes Blender when exporting to locked fileGaia Clary
2013-08-24fix for crash in weight-paint-gradient, missing call to curve curvemapping_in...Campbell Barton
2013-08-24Fix [#36330] Clicking Scrolled Object Properties Tab Brings Up Wrong OneBastien Montagne
2013-08-24add GPL header to treehash.c and add missing includes to cmake.Campbell Barton
2013-08-24code cleanup: change to r59443, TRUE/FALSE are deprecated, see BLI_sys_types.hCampbell Barton
2013-08-24Fix #36441: opengl render of smoke wrong after regular render with blender in...Brecht Van Lommel
2013-08-24Related to [#36548] "Grease Pencil" ProblemsBastien Montagne
2013-08-24Code cleanup: use TRUE/FALSE instead of 1/0 for bool properties default value...Bastien Montagne
2013-08-24Fix state losses for recursive outliner trees (e.g. datablocks editor)Sv. Lockal
2013-08-23Fix compile in Visual Studio 2008:Andrea Weikert
2013-08-23UI layout: Fix the fact that children layouts were implicitely inconditionnal...Bastien Montagne
2013-08-23patch to add backkbacks for game engine start/end,Campbell Barton
2013-08-23simplify dist_to_plane_v3 and add dist_squared_to_plane_v3Campbell Barton
2013-08-23Fix [#36538] Discontinuity (Euler) Filter - never ends - (deadlock?)Bastien Montagne
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-08-23new mesh bisect had a problem not selecting faces with fill option in face mode.Campbell Barton
2013-08-23fix error in recently added symmetrize rewrite, verts already on the aligned ...Campbell Barton
2013-08-23fix leak in BM_face_split() with multires if the split failed.Campbell Barton
2013-08-23new mesh bisect tool, available in the mesh menu.Campbell Barton
2013-08-23correct error in recent commit triangle-fill-dissolve, need to check if the e...Campbell Barton
2013-08-23* Compile fix for r59395, 'move bmesh tools into their own include'. Thomas Dinges
2013-08-23_another_ fix for recently added bisect operator, looping over mixed geometry...Campbell Barton
2013-08-23add dissolve option to triangle fill operator, running dissolve after scanfil...Campbell Barton
2013-08-23fix for error in recetly added bisect operator, in rare cases it could attemp...Campbell Barton
2013-08-23optiona for bmesh triangle fill operator to take a normal argumentCampbell Barton
2013-08-23set function args in BLI_math_rotation as const where possible.Campbell Barton
2013-08-23Tracking Python API improvementsSergey Sharybin
2013-08-23Fix #36535: Color difference when saving imageSergey Sharybin
2013-08-23edits to new symmetrize toolCampbell Barton
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton