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 (Collapse)Author
2019-08-02DRW: Select Engine: Create DRWPass only when context requests itmano-wii
2019-08-02DRW: Select Engine: Set uniform only once per ShadowGroupmano-wii
2019-08-02Fix unreported: Selection of mesh_cage element occluded by the mesh_cage itself.mano-wii
The right thing is to be occluded by the visible mesh (in the case with modifiers).
2019-08-02DRW: Select Engine: Add a utility to detect `select_node`mano-wii
2019-08-02DRW: Select Engine: Use specified offset.mano-wii
Due to current uses, this does not bring functional changes.
2019-08-02DRW: Select Engine: remove unnecessary DRWShadingGroup creationsmano-wii
2019-08-01Cleanup: remove unnecessary includemano-wii
2019-08-01Fix T68055: mesh selection issues, once blend is loaded second time in a ↵mano-wii
Blender session The depth attachment of the framebuffer was missing.
2019-08-01Cleanup: remove unused membermano-wii
2019-07-31DRW manager: select engine: create generic draw_select_id_meshmano-wii
2019-07-31Cleanup: Rearrange Select Engine into multiple filesmano-wii
2019-07-30DRW manager: select engine: remove redundant callsmano-wii
2019-07-303D View: Move selection API to a Selection engine.mano-wii
This commit moves the API of selecting faces, vertices and edges to a DRW manager engine. Reviewers: campbellbarton, fclem Subscribers: jbakker, brecht Differential Revision: https://developer.blender.org/D5090
2017-04-26Cleanup: rename select engine -> basicCampbell Barton
This is used by depth drawing too and had no selection specific code.
2017-04-26Draw Manager: cleanup, use doxy categoriesCampbell Barton
Also add DRW_state for accessing current draw state.
2017-04-26Remove show_backface_culling check in select engineCampbell Barton
May add back so selection engine can read backface cull state from from different engines.
2017-04-26Cleanup: draw engineCampbell Barton
- use DRW_engine prefix for engine types. - use engine suffix for files that define a draw engine. - remove engines from include path (they're only referenced once)
2017-04-26Draw Manager: add select engineCampbell Barton
This does very little currently, but allows changing behavior for selection drawing in the future.