Skip to content

API Affecting Changes

tobspr edited this page Apr 25, 2016 · 8 revisions

This file includes all important changes which you have to consider when upgrading to a newer version/revision of the Render Pipeline. This is by no means a changelog, but just a list of changes which affect the api.

About to commit (25.04.2016)

  • The inout: section in effects has been moved below the inject: section. See the material_blend4.yaml effect for an example.
  • Effect hooks have been changed to lowercase to better match with effect declarations. This only is important if you defined your own effect templates, in which case you should also change the hooks to lowercase there.

ac766d8 (22.04.2016)

  • render_shadows was renamed to render_shadow in the effect options
  • shadows: was renamed to shadow: in effect files
Clone this wiki locally