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-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
2013-08-03BGE: Making sure m_left, m_right, m_parent, m_radius, and m_client_object are...Mitchell Stokes
2013-08-03BGE: Making sure m_objType is initialized in the BlendType (VideoTexture) con...Mitchell Stokes
2013-08-03BGE: Making sure m_line is initialized in the Exception (VideoTexture) constr...Mitchell Stokes
2013-08-03BGE: Making sure m_buffV, m_buffU, and m_pitchUV are initialized in the Filte...Mitchell Stokes
2013-08-03BGE: Making sure m_offset is initialized in the ImageSourceMix constructor.Mitchell Stokes
2013-08-03BGE: Making sure m_mirrorHalfWidth and m_mirrorHalfHeight are initialized in ...Mitchell Stokes
2013-08-03BGE: Removing some unreachable and unused code in BL_ActionManager.cpp.Mitchell Stokes
2013-08-03BGE: Fixing a memory leak with PyType_Ready_ADD.Mitchell Stokes
2013-08-02Fix [#35541]: Point cache doesn't load existing frames from disk if cache fil...Miika Hamalainen
2013-08-02fix(Collada): wrong usage of the set attribute with multiple UV setsGaia Clary
2013-08-02correct error in own recent edits to triangle joiningCampbell Barton
2013-08-02code cleanup:Campbell Barton
2013-08-02Some versioning changes/patching of the brush system:Antony Riakiotakis
2013-08-02User request: when switching to smooth tool with shift-click inAntony Riakiotakis
2013-08-01use bmesh for loop macros for looping over mesh verts/edges/facesCampbell Barton
2013-08-01code cleanup: remove unused functionsCampbell Barton
2013-08-01Fix a very irritating problem of our stroke system. On small brushes,Antony Riakiotakis
2013-08-01Fix [#36265]: Smoke doesn't work if domain object has negative scale.Miika Hamalainen
2013-08-01remove unused headers and NULL checkCampbell Barton
2013-08-01Cycles / HSV Separator and Combine node:Thomas Dinges
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-08-01Cycles / Blackbody to RGB node:Thomas Dinges
2013-08-01fix for BLI_ghash_clear from Sv. Lockal (lockal)Campbell Barton
2013-08-01Cycles / Ray Depth:Thomas Dinges
2013-07-31Code cleanup: libmv C APIJoseph Mansfield
2013-07-31Fix #36267 part 2 of 2: Fix for reroute node values in old shader node stack ...Lukas Toenne
2013-07-31Fix #36267, part 1 of 2: fix for reroute node type updates. The reroute nodes...Lukas Toenne
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-31add NULL checks in eyedropper_color_sample_fl since BKE_area_find_region_type...Campbell Barton