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
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-16Fix T40648: Bevel Tool - Amount value slider maximum does not adapt to Amount...Bastien Montagne
2014-06-16Fix T40617: Ortho view selects objects behind cameraCampbell Barton
2014-06-16Fix Python fails to execute text-blocks including non-mbcs chars (T35176, D595)Tamito Kajiyama
2014-06-16Freestyle: Python API docstring updates.Tamito Kajiyama
2014-06-16D545: Freestyle Python API: new methods for Stroke and StrokeVertexIterator.Tamito Kajiyama
2014-06-15Curve: remove unused displist membersCampbell Barton
2014-06-15Curve: replace calloc with malloc for values immediately written intoCampbell Barton
2014-06-15Curve: use zero length array for BevList for less confusing syntaxCampbell Barton
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-15Text Editor: dropping id's now paste in Python data path (like pyconsole)Campbell Barton
2014-06-15Fix T40007 Bevel tool resets after getting to 1.Howard Trickey
2014-06-14UI: refactor text cache to use zero length arraysCampbell Barton
2014-06-14BLI_gsqueue: refactor to use zero length arrayCampbell Barton
2014-06-14BLI_gsqueue: use size_t for elem_size (was casting all over)Campbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-06-14Cycles: Don't show "Sharp" distribution in the Anisotropic node.Thomas Dinges
2014-06-14Cycles: glossy and anisotropic BSDF changesBrecht Van Lommel
2014-06-14Cycles: Ashikhmin-Shirley anisotropic BSDFKarsten Schwenk
2014-06-14Fix T40610. This is a critical bug caused by own bugfix that does notAntony Riakiotakis
2014-06-14BLI_dynstr: use function attributes and move comments into C fileCampbell Barton
2014-06-14UI: use BLI_strdup to store the original string.Campbell Barton
2014-06-14Skin Modifier: use BLI_bitmap to tag edgesCampbell Barton
2014-06-14UI: uiContextActivePropertyHandle wasn't passing the event to the uiBlockHand...Campbell Barton
2014-06-14BLI_rand: add BLI_rng_get_float_unit_v2Campbell Barton
2014-06-14Editmesh: remove redundant normal calculation call for subdivideCampbell Barton
2014-06-14UI: remove OpenGL calls from ED_region_init, now handled elsewhereCampbell Barton
2014-06-14Replace sqrt with hypot for wipe-effect & transform codeCampbell Barton
2014-06-14Math Lib: mat3_to_eulo2 & mat3_to_eul2 mixed float/double differentlyCampbell Barton
2014-06-14Rename 'Extend Vertex' to be clear it operates on many verticesCampbell Barton
2014-06-14Polyfill2d: use kd-treeCampbell Barton
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-06-14Polyfill2d: Switch directions on concave trianglesCampbell Barton
2014-06-14Polyfill2d: replace array with linklist, faster resizingCampbell Barton
2014-06-14Implement GLSL code for XYZ nodes.Thomas Dinges
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-06-13Bake-API: increase cage extrusion/ray distance limitDalai Felinto
2014-06-13Resolve MSVC errorCampbell Barton
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-06-13Bake-API: handle objects with no faces (fix T40601)Dalai Felinto
2014-06-13Sequencer: add support for grease pencil rendering in previewsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton
2014-06-13New Editmesh Tool: Extend Vertex, (Alt+D) D512Campbell Barton
2014-06-13Automatically generate blender.1 man page during build processCampbell Barton
2014-06-13Revert part of rB477f35 (error resolving conflict)Campbell Barton
2014-06-13Code cleanup: use const for mouse location argCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13BLI_bitmap: typecheck macoCampbell Barton