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-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
2013-07-30Collada: Optimize Scale to scene. Only need to scale the root objects of a hi...Gaia Clary
2013-07-30Collada: Import now always rotates input to match blender's Z_UP axisGaia Clary
2013-07-30Added Scene scale calculator to UnitConverter for future usage (wip)Gaia Clary
2013-07-29Added/changed comment for clarificationGaia Clary
2013-07-29Fix #36264, New modulo math node not viewable in GLSL mode. Modulo math opera...Lukas Toenne
2013-07-29fix [#36280] Dynamic Topology crashes with active faceCampbell Barton
2013-07-29add asserts to ensure face normal is up to date.Campbell Barton