blender/release/scripts/templates_py
Ton Roosendaal 51b796ff15 Remove Blender Internal and legacy viewport from Blender 2.8.
Brecht authored this commit, but he gave me the honours to actually
do it. Here it goes; Blender Internal. Bye bye, you did great!

* Point density, voxel data, ocean, environment map textures were removed,
  as these only worked within BI rendering. Note that the ocean modifier
  and the Cycles point density shader node continue to work.
* Dynamic paint using material shading was removed, as this only worked
  with BI. If we ever wanted to support this again probably it should go
  through the baking API.
* GPU shader export through the Python API was removed. This only worked
  for the old BI GLSL shaders, which no longer exists. Doing something
  similar for Eevee would be significantly more complicated because it
  uses a lot of multiplass rendering and logic outside the shader, it's
  probably impractical.
* Collada material import / export code is mostly gone, as it only worked
  for BI materials. We need to add Cycles / Eevee material support at some
  point.
* The mesh noise operator was removed since it only worked with BI
  material texture slots. A displacement modifier can be used instead.
* The delete texture paint slot operator was removed since it only worked
  for BI material texture slots. Could be added back with node support.

* Not all legacy viewport features are supported in the new viewport, but
  their code was removed. If we need to bring anything back we can look at
  older git revisions.
* There is some legacy viewport code that I could not remove yet, and some
  that I probably missed.
* Shader node execution code was left mostly intact, even though it is not
  used anywhere now. We may eventually use this to replace the texture
  nodes with Cycles / Eevee shader nodes.

* The Cycles Bake panel now includes settings for baking multires normal
  and displacement maps. The underlying code needs to be merged properly,
  and we plan to add back support for multires AO baking and add support
  to Cycles baking for features like vertex color, displacement, and other
  missing baking features.

* This commit removes DNA and the Python API for BI material, lamp, world
  and scene settings. This breaks a lot of addons.
* There is more DNA that can be removed or renamed, where Cycles or Eevee
  are reusing some old BI properties but the names are not really correct
  anymore.
* Texture slots for materials, lamps and world were removed. They remain
  for brushes, particles and freestyle linestyles.
* 'BLENDER_RENDER' remains in the COMPAT_ENGINES of UI panels. Cycles and
  other renderers use this to find all panels to show, minus a few panels
  that they have their own replacement for.
2018-04-19 17:35:25 +02:00
..
addon_add_object.py Use new manual URL 2017-01-23 19:10:37 -05:00
background_job.py Fix background_job template 2018-01-10 17:50:41 +11:00
batch_export.py Render Layers and Collections (merge from render-layers) 2017-02-07 11:11:00 +01:00
bmesh_simple_editmode.py
bmesh_simple.py
builtin_keyingset.py
custom_nodes.py Cleanup: custom nodes template 2017-09-07 05:20:29 +10:00
driver_functions.py
external_script_stub.py Rename script stub 2016-06-27 16:04:59 +10:00
manipulator_custom_geometry.py Fix color for manipulator drawing 2018-01-10 20:50:14 +11:00
manipulator_operator_target.py Manipulator: split alpha out of color property 2017-07-17 15:06:18 +10:00
manipulator_operator.py PyAPI: Correct manipulator template 2017-12-11 16:01:07 +11:00
manipulator_simple.py Manipulator: split alpha out of color property 2017-07-17 15:06:18 +10:00
operator_file_export.py Fix T47252: FileBrowser: buffer overflow with scripts defining too long 'filter_glob' string. 2016-01-27 18:04:50 +01:00
operator_file_import.py Fix T47252: FileBrowser: buffer overflow with scripts defining too long 'filter_glob' string. 2016-01-27 18:04:50 +01:00
operator_mesh_add.py Cleanup: Python imports 2017-11-29 18:05:41 +11:00
operator_mesh_uv.py minor changes to templates 2013-10-22 00:25:15 +00:00
operator_modal_draw.py
operator_modal_timer.py Fix T44842: Modal Timer (template) should return {'CANCELLED'} when cancelled! 2015-05-25 17:43:28 +02:00
operator_modal_view3d_raycast.py Render Layers and Collections (merge from render-layers) 2017-02-07 11:11:00 +01:00
operator_modal_view3d.py
operator_modal.py
operator_node.py Fix T38008: Bug in templates operator_nodes.py 2014-01-01 12:02:43 +01:00
operator_simple.py
ui_list_simple.py Remove Blender Internal and legacy viewport from Blender 2.8. 2018-04-19 17:35:25 +02:00
ui_list.py Fix broken example, reported by Codemanx on IRC, thanks. 2013-09-29 14:57:47 +00:00
ui_menu_simple.py
ui_menu.py
ui_panel_simple.py
ui_panel.py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00
ui_pie_menu.py Cleanup: pep8 2014-09-17 18:36:17 +10:00
ui_previews_custom_icon.py Minor tweaks to preview templates 2015-05-12 18:29:06 +10:00
ui_previews_dynamic_enum.py Cleanup: pep8 2015-06-07 17:28:02 +10:00