Skip to content

Releases: ItsCubeTime/FastPBR

First Functional release 1.1.0

13 Oct 17:15
0bc6289

Choose a tag to compare

  • Fixes a typo in the previous release causing the addon to not move rendered files to the correct location towards the end of the script.

  • Adds support for a new bake pass "Render Normal From Appended Material" that imports a material from a blend file & then renders it. For now only a specific premade material is supported, however Im considering making it a feature for the user to be able to select which material to use himself. If you want to modify the premade material however, the blend that its imported from is located next to the init.py in the addons folder and the material is called "FastPBRNormal".
    image

  • To add your own render pass that renders a material, you can also simply duplicate the class "RenderNormalFromAppendedMaterial":
    image
    And replace the MaterialToRender string to a literal name of another shader that you add to the FastPBRAssets.blend yourself to add your own render pass that renders a material, make sure you also duplicate the class decorator "@renerPassDecorator".

Cheers!

Fast PBR Viewport Render 1.0.0

10 Oct 15:59
76ef6c5

Choose a tag to compare