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-26minor changes to edgehassh/ghashCampbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-26BKI_gset and EdgeSet api, use when hash values aren't used (reuses ghash inte...Campbell Barton
2013-08-25Fix [#36289] Not change children object on freez layer when change frame.Bastien Montagne
2013-08-25Partial revert of UI appearance changes in r52778 in the Strokes tab of the F...Tamito Kajiyama
2013-08-25move doxy docs out of the ghash header into the C file.Campbell Barton
2013-08-25clearing the mempool can now keep more then a single element reserved.Campbell Barton
2013-08-25fix leak in BLI_ghash_clear(). was never freeing entries, add BLI_mempool_cle...Campbell Barton
2013-08-25code cleanup for mempool, refactor chunk initialization into a static function.Campbell Barton
2013-08-25merge mempool allocs per chunk, include the data in the BLI_mempool_chunk alloc.Campbell Barton
2013-08-25doxygen docs for ghash/edgehashCampbell Barton
2013-08-25For pointer hashing use the same method as python, it gives better distribution.Campbell Barton
2013-08-25use ints for ghash/edgehash flags, since its allocated theres not much point ...Campbell Barton
2013-08-24Quiet annoying VC++ warning C4819: The file contains a character that cannot ...Tamito Kajiyama
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