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
2015-07-24Compositor: Allow using debug pass output in the compositorSergey Sharybin
2015-07-24Make it easier to create debug passes with more than 1 channelSergey Sharybin
2015-07-24Fix subsurf edge drawing when more than one loose edge vert existsAntony Riakiotakis
2015-07-24Fix yet another issue caused by my recent changes.Antony Riakiotakis
2015-07-24Fix out of bounds memory access when copying loose vertices in cddmAntony Riakiotakis
2015-07-24Fix for building with OpenSubdivCampbell Barton
2015-07-24Cleanup: comments (remove outdated & update)Campbell Barton
2015-07-24PyAPI: update bgl to OpenGL 3.3Martijn Berger
2015-07-24parenthisize macro args to avoid errorsCampbell Barton
2015-07-24Fix: Autokeying of buttons doesn't work on NLA Strip propertiesJoshua Leung
2015-07-24Fix: NLA Strip properties cannot be keyframed if Visual Keying/Only Needed op...Joshua Leung
2015-07-24Cleanup: remove redundant __doc__ from bglCampbell Barton
2015-07-24Cleanup: move defines inside bgl C sourceCampbell Barton
2015-07-24Minor cleanup - use integers for counters.Antony Riakiotakis
2015-07-23Sculpt Tiling FeatureAntony Riakiotakis
2015-07-23Fix memory leaks mesh w/ mesh remappingCampbell Barton
2015-07-23Subsurf: Optimize edge drawing, now it uses VBOs.Antony Riakiotakis
2015-07-23Added NlaStrip.fcurves.find(data_path, array_index=0)Sybren A. Stüvel
2015-07-23Use looptri for sampling UV's in smoke.cCampbell Barton
2015-07-23Fix regression of custom nodes not triggering material preview re-renderSergey Sharybin
2015-07-23ImBuf: Fix OpenExr leaking memory when reading file with IB_test flagSergey Sharybin
2015-07-23Use looptri for smoke collisions & particle editCampbell Barton
2015-07-23Use looptri for RNA BVH functionsCampbell Barton
2015-07-23Cleanup; duplicate headerCampbell Barton
2015-07-23Cleanup: arg namesCampbell Barton
2015-07-23Use looptri for mesh remappingCampbell Barton
2015-07-23Utility function to get poly -> looptri mappingCampbell Barton
2015-07-23Use looptri for BVH raycast (simple cases)Campbell Barton
2015-07-23Use looptri for volume snappingCampbell Barton
2015-07-23Missed adding BVH callbacks in recent commitCampbell Barton
2015-07-23Add missing break checking for tangentsCampbell Barton
2015-07-23Mesh Deform: support for ngons when bindingCampbell Barton
2015-07-22Fix weight painting + mask not drawing in latest master.Antony Riakiotakis
2015-07-22GPU debug: Only flush stderr if needed.Antony Riakiotakis
2015-07-22Use looptri for MeshDeform modifierCampbell Barton
2015-07-22Add bvhtree_from_mesh_looptri utility functionCampbell Barton
2015-07-22Add DM_get_looptri_array utility functionCampbell Barton
2015-07-22Use doxy sections in bvhutilsCampbell Barton
2015-07-22Use const for BVH mesh arraysCampbell Barton
2015-07-22Cleanup: use struct for storing callback dataCampbell Barton
2015-07-22OpenSubdiv: Optimize speed of topology refiner constructionSergey Sharybin
2015-07-22OpenSubdiv: Resolve crash when trying to do weight mcolSergey Sharybin
2015-07-22Fix crash with recent refactor of customdata writing.Bastien Montagne
2015-07-22Don't make Python classes of StructRNA on startupCampbell Barton
2015-07-22Render preview: Make preview render database lazily loadedSergey Sharybin
2015-07-21Fix T43779: Cycles texture interpolation issuesSergey Sharybin
2015-07-21Try to remap buffer before rejecting.Antony Riakiotakis
2015-07-21Added Action.fcurves.find(data_path, array_index=0)Sybren A. Stüvel
2015-07-21Failure to alllocate vertex buffer would not fall back to vertex arrayAntony Riakiotakis
2015-07-21Fix: fixed UI description of Action.new() functionSybren A. Stüvel