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-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-26Merge branch 'master' into blender2.8Campbell Barton
2017-05-26Fix T51629: Select w/ object lock failsCampbell Barton
2017-05-24TexFace removal part 2Campbell Barton
2017-05-19Remove use_display_lists optionCampbell Barton
2017-05-10Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-05-10Fix T51354: Final take on multi-view (single view) issuesDalai Felinto
2017-05-10Fix multi-view (single camera) selectionDalai Felinto
2017-05-10Fix multi-view (single camera) manipulators selectionDalai Felinto
2017-05-02Cleanup: consistent arg orderCampbell Barton
2017-05-02Cleanup: use depsgraph for scene/layer accessCampbell Barton
2017-04-26Draw Manager: cleanup, use doxy categoriesCampbell Barton
2017-04-26Proper fixup for selection and coreDalai Felinto
2017-04-26Revert "Fixup for "always use selection in core""Dalai Felinto
2017-04-26Fixup for "always use selection in core"Dalai Felinto
2017-04-26Pass depsgraph via Context to selection codeDalai Felinto
2017-04-26Selection: Always use new selection code when building with using core profileDalai Felinto
2017-04-25Draw Manager: support for selection using enginesCampbell Barton
2017-04-19Remove local view toggle operatorLuca Rood
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-11Renaming: sl > scene_layerDalai Felinto
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-03-31Merge branch 'master' into blender2.8Campbell Barton
2017-03-30Depsgraph: Fix missing updates when in local viewSergey Sharybin
2017-03-29Base: update localview, however ...Dalai Felinto
2017-03-29Fix fit camera view frame to selected objectsDalai Felinto
2017-03-22OpenGL: use new API for persp & ortho projectionMike Erwin
2017-03-22OpenGL: load projection matrix with new APIMike Erwin
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-093D View: x-ray support for depth pickingCampbell Barton
2017-03-09Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-03-093D View: wrap GPU_select cache callsCampbell Barton
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-083D View: new nethod of opengl selectionCampbell Barton
2017-03-08OpenGL Select: integer rect for passing regionCampbell Barton
2017-03-08Rename BLI_rct*_init_pt_size -> radiusCampbell Barton
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-05BLI_rect: add init from point functionsCampbell Barton
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2017-02-13Outliner: allow for renaming of collection and small touch ups in theDalai Felinto
2017-02-09Fix object selection in 3D ViewJulian Eisel
2017-02-08Bring back Lasso and Circle selection backDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-10-10Fix viewport camera gets out of sync in certain casesSergey Sharybin
2016-09-28Fix missing properties editor update when changing 3D View cameraJulian Eisel
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne