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
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-03imp: show alert color if mesh has weight groups but no active group is selectedGaia Clary
2015-11-03Avoid assert weight painting w/o an active groupCampbell Barton
2015-10-11Fix warnings and remove casts by adding copy_vx_vx_uchar() functions.Brecht Van Lommel
2015-10-06Cleanup: only check paint mode for active objectsCampbell Barton
2015-09-23Fix T46215: Explode modifier looses texturesCampbell Barton
2015-09-23Fix T46217: Make normal artifactsCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-09-09Assert CustomData_from_bmeshpoly is used correctlyCampbell Barton
2015-09-09Fix T45733: Crash w/ VColor + BlenderInternalCampbell Barton
2015-08-28Fix T45930 weights not appearing in editmode when show weights optionAntony Riakiotakis
2015-08-25Cleanup: styleCampbell Barton
2015-08-24Fix DM_get_loop_array, was checking edge-dataCampbell Barton
2015-08-24Fix editmesh GLSL tangent drawingCampbell Barton
2015-08-05OpenSubdiv: Tweaks to AABB calculation when using opensubdiv for subsurfSergey Sharybin
2015-08-05OpenSubdiv: Resolve regression with unity AABB for CCGDM calculated on CPUSergey Sharybin
2015-08-03OpenSubdiv: Fix/workaround for missing generated coordinates in viewportSergey Sharybin
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-07-30Move tangents and baking to looptris:Antony Riakiotakis
2015-07-28BGE: Navmesh fixes and improvementsSybren A. Stüvel
2015-07-27Use loop data instead of face dataCampbell Barton
2015-07-27Error in looptri update, was checking wrong layer-typeCampbell Barton
2015-07-23Cleanup: arg namesCampbell Barton
2015-07-23Add missing break checking for tangentsCampbell Barton
2015-07-22Add DM_get_looptri_array utility functionCampbell Barton
2015-07-22OpenSubdiv: Resolve crash when trying to do weight mcolSergey Sharybin
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-07-17Cleanup: wsCampbell Barton
2015-07-17Don't create MFace's when calculating normalsCampbell Barton
2015-07-16Remove MTFace DM_paint_uvlayer_active_get funcCampbell Barton
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-02DerivedMesh: cleanup & minor edirsCampbell Barton
2015-07-01Cleanup: use cross_v2v2 functionCampbell Barton
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-06-04Fix modifiers stack not recalculated when mapping requirements changeAntony Riakiotakis
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-15dyntopo: don't allocate tessfaces while sculptingCampbell Barton
2015-04-13Fix T44364: Remove shape key crashes BlenderCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-21Cleanup: constify scene/modifiersCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-03-11Cleanup: indentationCampbell Barton
2015-02-05Mesh validate: add an option to not clean temp/cache CDLayers.Bastien Montagne
2015-01-20De-duplicate large block of shared code for GL vert attribsNicholas Bishop
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton