Skip to content

PRPEE v1.2.0 Stable

Latest
Compare
Choose a tag to compare
@kergalym kergalym released this 06 Oct 22:14
· 1 commit to master since this release

Egg Exporter for Blender 2.8+ and Panda3D

Exporting:

  • Meshes
  • UV layers
  • Materials
  • Vertex colors
  • Textures (Diffuse, Normal, Roughness)
  • Armature (skeleton) animations
  • ShapeKeys (morph) animation
  • Non-cyclic NURBS Curves

Minor features

  • Automatic selection

  • Apply object transform

  • Blender "BackFace Culling" feature

  • RP Compat option which now activates RP-specific material parameters like emission colors, defaults to False.

    • RenderPipeline Transparent Shading Model.
      It activates only when Metallic and Transmission inputs have been set to 1.0 and Emission input to 0.0
      (works with Principled BSDF only)

    • RenderPipeline Skin Shading Model.
      It activates only when Specular input have been set to lower than 0.5 and IOR input to lower than 1.0
      (works with Principled BSDF only)

    • RenderPipeline Foilage Shading Model.
      It activates only when Specular input have been set to lower than 0.5 and IOR input to higher than 1.0
      (works with Principled BSDF only)

  • Emission Node support