blender/release/scripts/startup/bl_operators
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
..
bmesh Cleanup: unused variable 2018-04-09 19:01:49 +02:00
__init__.py PyAPI: check modules are registered before unregister 2017-03-29 12:38:02 +11:00
add_mesh_torus.py Merge branch 'master' into blender2.8 2017-11-29 18:06:24 +11:00
anim.py Bake Action: operate on selected objects 2017-09-10 17:16:47 +10:00
clip.py Merge branch 'master' into blender2.8 2018-03-22 16:41:37 +01:00
console.py Cleanup: Python imports 2017-11-29 18:05:41 +11:00
file.py Fix T54477: Broken utf8 strings in old .blend files 2018-04-03 16:03:11 +02:00
freestyle.py Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
image.py PyAPI: remove bpy.utils.register_module() 2017-03-18 20:03:24 +11:00
mask.py PyAPI: remove bpy.utils.register_module() 2017-03-18 20:03:24 +11:00
mesh.py Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
node.py Cleanup: imports, indentation, long lines 2017-03-25 11:07:48 +11:00
object_align.py Fix T54075: Align Objects fails w/ empty mesh 2018-02-15 11:33:47 +11:00
object_quick_effects.py Remove Blender Internal and legacy viewport from Blender 2.8. 2018-04-19 17:35:25 +02:00
object_randomize_transform.py Cleanup: Python imports 2017-11-29 18:05:41 +11:00
object.py Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
presets.py Remove Blender Internal and legacy viewport from Blender 2.8. 2018-04-19 17:35:25 +02:00
rigidbody.py Merge branch 'master' into blender2.8 2017-03-25 13:49:13 +11:00
screen_play_rendered_anim.py PyAPI: remove bpy.utils.register_module() 2017-03-18 20:03:24 +11:00
sequencer.py PyAPI: remove bpy.utils.register_module() 2017-03-18 20:03:24 +11:00
uvcalc_follow_active.py TexFace removal part 3 2017-05-25 15:19:58 +10:00
uvcalc_lightmap.py Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
uvcalc_smart_project.py Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
vertexpaint_dirt.py Paint Dirt: remove operator call from Python 2018-02-09 12:52:46 +01:00
view3d.py Remove workspace object mode, reverts changes w/ 2.8 2018-04-05 18:21:14 +02:00
wm.py Add overridable control to 'edit' feature of custom props. 2018-04-17 18:07:08 +02:00