blender/release/scripts/modules
Brecht Van Lommel e65784a051 Python API: add loop triangles access, remove tessfaces.
Loop triangles are tessellated triangles create from polygons, for renderers
or exporters that need to match Blender's polygon tesselation exactly. These
are a read-only runtime cache.

Tessfaces are a legacy data structure from before Blender supported n-gons,
and were already mostly removed from the C code.

Details on porting code to loop triangles is in the release notes.

Differential Revision: https://developer.blender.org/D3539
2018-10-10 17:43:44 +02:00
..
bl_app_override Cleanup: pep8 2018-07-03 06:48:44 +02:00
bl_i18n_utils Keymap: expose tool keymaps in the preferences 2018-10-03 15:55:57 +10:00
bl_previews_utils Cleanup: remove unused shader node compatibility flag. 2018-07-06 20:22:03 +02:00
bpy Merge branch 'master' into blender2.8 2018-09-13 20:15:18 +10:00
bpy_extras Python API: add loop triangles access, remove tessfaces. 2018-10-10 17:43:44 +02:00
console Cleanup: style, use raw strings 2018-09-21 08:15:46 +10:00
addon_utils.py Addons: reactivate BVH and PLY format addons 2018-10-02 17:51:39 +02:00
animsys_refactor.py Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
bl_app_template_utils.py PyAPI: don't re-register add-ons on 'New File' 2017-05-15 15:33:01 +10:00
blend_render_info.py Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
bpy_restrict_state.py Cleanup: pep8 2016-07-30 09:00:41 +10:00
bpy_types.py Python API: add loop triangles access, remove tessfaces. 2018-10-10 17:43:44 +02:00
bpyml_ui.py Cleanup: Python imports 2017-11-29 18:05:41 +11:00
bpyml.py RNA: UILayout.split(..) 'percentage' to 'factor' 2018-08-28 12:50:11 +10:00
console_python.py Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
console_shell.py Cleanup: pep8 2018-07-03 06:48:44 +02:00
graphviz_export.py Cleanup: pep8 2018-07-03 06:48:44 +02:00
keyingsets_utils.py Merge branch 'master' into blender2.8 2018-07-03 06:58:34 +02:00
nodeitems_utils.py Cleanup: pep8 2018-07-03 06:48:44 +02:00
progress_report.py Cleanup: pep8 2016-07-30 09:00:41 +10:00
rna_info.py PyAPI: add API call to get an operators type 2018-09-13 18:16:06 +10:00
rna_keymap_ui.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
rna_prop_ui.py UI: new icon set by Andrzej Ambroz. 2018-10-08 19:46:00 +02:00
rna_xml.py Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
sys_info.py Fix OpenGL extension report in system info operator. 2017-10-23 22:22:22 +03:00