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
2017-06-07WM: add wmManipulatorType, from wmManipulatorCampbell Barton
2017-06-07Minor manipulator API changesCampbell Barton
2017-06-07WM: remove unused return valuesCampbell Barton
2017-06-06WM: manipulator callback arg orderCampbell Barton
2017-06-06WM: functions for assigning all manipulator callbacksCampbell Barton
2017-06-05WM: pass manipulator-map when creating wmManipulatorGroupCampbell Barton
2017-06-05WM: add WM_manipulatorgrouptype_append_ptrCampbell Barton
2017-06-05WM: de-duplicate operator append codeCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-31Fix manipulator immediate mode useCampbell Barton
2017-05-29Node Backdrop ManipulatorCampbell Barton
2017-05-26Rename: FILE_ACTIVELAY > FILE_ACTIVE_COLLECTIONDalai Felinto
2017-05-26Implement support for Append objects in Blender 2.8Dalai Felinto
2017-05-21Cleanup: warningsCampbell Barton
2017-05-16Fix info header stats to iterator over layer instead of sceneDalai Felinto
2017-05-10Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-05-10Fix multi-view (single camera) manipulators selectionDalai Felinto
2017-05-08Cleanup: style & header guardsCampbell Barton
2017-05-04Remove cpackCampbell Barton
2017-05-02Add scene argument for notifiersCampbell Barton
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-262D dashed line shader: changed to use viewport side instead of scale.Bastien Montagne
2017-04-26Move imm_draw_line_box_dashed to GPU_immediate_util.Bastien Montagne
2017-04-26Tweak 2D line dashed shader to take a scale parameter.Bastien Montagne
2017-04-25Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-25WM: don't search for app-template when its emptyCampbell Barton
2017-04-20Merge branch 'master' into 28Campbell Barton
2017-04-20Fix T51248: user preferences window size not adapted to DPI.Brecht Van Lommel
2017-04-19Get rid of glMatrixMode callsSergey Sharybin
2017-04-19Fix node editor drawing when built with core profileSergey Sharybin
2017-04-18Remove deprecated GL_LIGHTING chunk from manipulator draw code.Bastien Montagne
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-14Revert "OpenGL core: add some missing gpuBegin to allow clay with no UI"Dalai Felinto
2017-04-13OpenGL core: add some missing gpuBegin to allow clay with no UIDalai Felinto
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-11Make image drawing code working with core profileSergey Sharybin
2017-04-11Move cage_manipulator.c to new GL code.Bastien Montagne
2017-04-11FIx copy/paste mistake in own previous commit.Bastien Montagne
2017-04-11Get rid of last deprecated OpenGL calls in arrow_manipulator.cBastien Montagne
2017-04-11Move arrow2d_manipulator to new immediate mode GL.Bastien Montagne
2017-04-10GL: use imm* module for 2D cage manipulatorCampbell Barton
2017-04-10GL/playanim: use immediate mode wrapper, replace glDrawPixelsCampbell Barton
2017-04-08OpenGL: use PRIM instead of GL enum everywhere elseMike Erwin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07use COMP instead of GL enum to construct vertex formatMike Erwin
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-07fix use of uninitialized variableMike Erwin