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-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
2013-07-31Use bool instead of int.Sergey Sharybin
2013-07-31Fix #36302: Multires baking to zero 0 was showing error but still was bakingSergey Sharybin
2013-07-30Use malloc in cases when data is getting overwriten after allocation.Sergey Sharybin
2013-07-30fix: [#36148] Collada instance nodes are not scaled properly during importGaia Clary
2013-07-30apply world matrix only to armature, Bones and children get it implicit via p...Gaia Clary
2013-07-30function renaming for own recently added BLI_math functions, suggested by Bre...Campbell Barton
2013-07-30fix for error in own recent changes to transform initialization, proportional...Campbell Barton
2013-07-30Remove superfluous iterations (caused by typo) and type casts in outlinerSv. Lockal
2013-07-30Collada: renamed size_mat to scale_mat for clarity. removed obsolete variable...Gaia Clary
2013-07-30Collada: unit converter was not initialized for ArmatureImporterGaia Clary
2013-07-30Missed a couple of files for the vsync commit (r58729).Mitchell Stokes
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-30BGE: Adding bge.physics as another alias for the PhysicsConstraints module.Mitchell Stokes