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
path: root/source
AgeCommit message (Expand)Author
2013-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-08-06Add assert to mul_v3_m3v3 and mul_v2_m3v3,Sergey Sharybin
2013-08-06Frame reporting to console was wrong when not using Render Layers in compoSergey Sharybin
2013-08-06fix [#36363] ray_cast face index with n_gonsCampbell Barton
2013-08-06BGE: Making sure the BlenderPlayer calls Py_Finalize().Mitchell Stokes
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-05SplitViewer node:Sv. Lockal
2013-08-05AVI JPEG: remove the restriction to write only sizes that are multiples of 16.Brecht Van Lommel
2013-08-05Fix build warnings with clang and UNUSED_RESULT_ATTR (attribute declaration m...Brecht Van Lommel
2013-08-05fix for divide by zero when border render size causes zero pixel widthCampbell Barton
2013-08-05fix for blender-internal viewport render looking fuzzy, don't filter the imageCampbell Barton
2013-08-05border render with cycles had 1 pixel offset on the top-right edge of the ima...Campbell Barton
2013-08-05minor glitch with border drawing, use glRecti rather then glRectf, so roundin...Campbell Barton
2013-08-05use api function for rect intersectionCampbell Barton
2013-08-04mempool api cleanup: differentiate mempool functions that allocate a pointer ...Campbell Barton
2013-08-04code cleanup: remove redundant NULL checksCampbell Barton
2013-08-04add c++/guardedalloc to more freestyle classes, also remove redundant 'public:'Campbell 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 memory leak in KX_ObstacleSimulationCampbell Barton
2013-08-04fix for BL_ArmatureConstraint::UpdateTarget(), was getting the pose from the ...Campbell Barton
2013-08-04fix read outside buffer range KX_ObstacleSimulationTOI_rays::sampleRVO,Campbell Barton
2013-08-04KX_ObstacleSimulation: replace inline math functions with BLI_math functionsCampbell Barton
2013-08-04code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making ...Campbell Barton
2013-08-04fix navmesh, error was introduced by r58420 looks like changes weren't tested.Campbell Barton
2013-08-04avoid freeing NULL pointer for navmesh BuildVertIndArrays and dont truncate m...Campbell Barton
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-04fix for strange error with BGE 2d filter code,Campbell Barton
2013-08-04minor changes to BLI_heap, save some CPU cycles.Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-04Cycles / SSS passes:Thomas Dinges
2013-08-04Cycles: Thomas Dinges
2013-08-04bmesh: improve limited dissolve resultCampbell 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-03correct edgeloop tagging assigning an uninitialized value, also remove redund...Campbell Barton
2013-08-03correct invalid sizeof() use in bmesh (harmless in practice)Campbell Barton
2013-08-03fix error in pose bone selection - head/tail mixupCampbell Barton
2013-08-03code cleanup: remove duplicate checksCampbell Barton
2013-08-03code cleanup: bmesh use 'const' for query functions.Campbell Barton
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-08-03Fix #36288, Renderlayer toggles behave unexpected in Outliner. The outliner w...Lukas Toenne
2013-08-03Cycles / SSS:Thomas Dinges
2013-08-03skip BLI_STATIC_ASSERT for Coverity builds (caused parse error)Campbell Barton
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
2013-08-03BGE: Making sure m_drawingmode is initialized in the various RAS_Storage cons...Mitchell Stokes