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-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-08-19Made armatures evaluation safe for threadingSergey Sharybin
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Make fonts safe(r) for threadingSergey Sharybin
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Remove unused bounding box from MetaBallSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-08-19Remove unused argument from utility curve functionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Get rid of a display list stored in Curve datablockSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-08-18Fix #34413 Dyntopo, smooth shading normals not getting uploaded to GPUAntony Riakiotakis
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-08-17style cleanupCampbell Barton
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-14Fix #36467: ends of curves - 2D differs to 3DSergey Sharybin
2013-08-14fix [#36349] Separate mesh by material creates meshes with all the materials ...Campbell Barton
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-14Fix double-free happening when having proxy with motion pathsSergey Sharybin
2013-08-13Fix #36461: ends of curves - twist still not goodSergey Sharybin
2013-08-13make materials.pop() and more like pythons list.popCampbell Barton
2013-08-13Moved NAN_FLT define to BLI_math, this may come in useful.Lukas Toenne
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton
2013-08-12Followup for r58992, fixing user decrement errorSergey Sharybin
2013-08-12Fix #36420: ends of curves - caps & twist not goodSergey Sharybin
2013-08-12Fix #36408: Setting `image.colorspace_settings.name` changes saved alphaSergey Sharybin
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-11BGE: Fixing the memory leaks reported when the BlenderPlayer exits.Mitchell Stokes
2013-08-08Fix #36274: empty particle texture slots should not have any influence, sameBrecht Van Lommel
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-08-07Fix #36007: ends of curves do not fitSergey Sharybin
2013-08-07Fix #36391: removing an armature with a custom bone shape object would notBrecht Van Lommel
2013-08-07remove assert in check_for_dupid() function for rare but valid renaming situa...Campbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-08-04more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. p...Campbell Barton
2013-08-04fix navmesh, error was introduced by r58420 looks like changes weren't tested.Campbell Barton
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-03fix for over-allocation in BKE_pbvh_search_gather, BKE_pbvh_gather_proxies,Campbell Barton
2013-08-03add versions of MEM_reallocN, MEM_recallocN which take a string arg so new al...Campbell Barton
2013-08-03Cycles / SSS:Thomas Dinges
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-08-03Dynamic Paint: Added a new "smoothness" parameter for waves.Miika Hamalainen