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
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-12Bugfix: "Hide" button in modifiers panel did only hide smoke domain, not the ...Daniel Genrich
2014-09-26CleanupCampbell Barton
2014-09-26OpenGL fix: GL_COLOR_ARRAY is client stateAntony Riakiotakis
2014-09-23Fix game engine not supporting material view.v2.72-rc1Antony Riakiotakis
2014-09-10Partial fix T41749Campbell Barton
2014-08-26Fix T41574: Curve edit-handles draws in shadowCampbell Barton
2014-08-26Rename drawnurb -> draw_editnurbCampbell Barton
2014-08-25SplitNormals UI tweaks: add own color for normals drawing, and own 'face corn...Bastien Montagne
2014-08-13SpellingCampbell Barton
2014-08-11Utility functions for getting boundbox size/scaleCampbell Barton
2014-08-05Correct change to dupli-drawingCampbell Barton
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Fix T41113: Hide doesn't work on particle systemsBastien Montagne
2014-06-29Fix T40850: object emitter of particles not visible in viewport when GLSL and...Lukas Tönne
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-06-19View3D: Handle un-weighed vertex color properlyCampbell Barton
2014-06-19Code cleanup: replace odd pointer casting with structsCampbell Barton
2014-06-18Correct error in last commitCampbell Barton
2014-06-18Editmesh: add ability to show weights on wire T39054, D585Gaia Clary
2014-06-16Code cleanup: move editfont drawing into its own function.Campbell Barton
2014-06-16Object Drawing: minor refactor, don't check glsl in wire-modeCampbell Barton
2014-06-15Curve: use zero length array for BevList for less confusing syntaxCampbell Barton
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-14UI: refactor text cache to use zero length arraysCampbell Barton
2014-06-09Fix T40543: Duplicators draw with 'Render Only'Campbell Barton
2014-06-04Optimize editmode drawing edgeesCampbell Barton
2014-06-04Fix for dupli's ignoring color in set-scenesCampbell Barton
2014-06-04Fix T40489: Curve drawing skipped loose-wire when mixed with solid facesCampbell Barton
2014-05-28Fix T40403: Particles disappear after renderingSergey Sharybin
2014-05-22Fix for image garbage collection failing to run for render-only viewsCampbell Barton
2014-05-22Fix T40283: Matcaps disables GLSL shadowsCampbell Barton
2014-05-163D Text: Change textbox placement to ignore font scaleCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Correct own regression drawing lamp outlineCampbell Barton
2014-04-29Code cleanup: avoid sin/cos calls when drawing sun lampCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-23Quiet warningsCampbell Barton
2014-04-23Fix T39781: Autosmooth feature: erroneously showing hidden vertices' normals ...Bastien Montagne
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-04-21Object drawing: test the flag, without comparing the valueCampbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-17Fix T39765 crash on text with generative modifiers.Antony Riakiotakis
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-17Fix mistake in recent DM material changesCampbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton