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-24Fix issue in last subsurface commit with branched path tracing, was rendering...Brecht Van Lommel
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-24Cycles: reduce noise using regular path tracing + subsurface scattering withBrecht Van Lommel
2013-08-24use reserve argument for more edgehashsCampbell Barton
2013-08-24fix for leak in cloth modifierCampbell Barton
2013-08-24Made large "blender icon" for save blends (.blend1, .blend2, etc.) have a bit...Andrea Weikert
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24Adding a darker "blender icon" for save blends (.blend1, .blend2, etc.), as r...Bastien Montagne
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-24skip building moto if its not needed.Campbell Barton
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-24Cycles:Thomas Dinges
2013-08-24Fix #36545: crash with branched path tracing, correlated multi-jitteredBrecht Van Lommel
2013-08-24Fix #36441: opengl render of smoke wrong after regular render with blender in...Brecht Van Lommel
2013-08-24"Fix" [#36551] Camera has wrong rotation in default scene :PBastien Montagne
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-24Followup to r59434 : py UI scripts edits.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-23Fix for an obscure bpy_types bug: When attempting to define __setattr__ in a ...Lukas Toenne
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-23Cycles: more code refactoring to rename things internally as well. Also changeBrecht Van Lommel
2013-08-23Cycles: change Progressive sampling option in UI to an enum of "Path Tracing"Brecht Van Lommel
2013-08-23Fix clang compile warning.Brecht Van Lommel
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