Skip to main content

v0.3.1

  • Fixed a bug where every input scene needs to have the same amount of cameras rendered for the QC script to work.
  • Improved the way the required cameras get passed between scripts.
  • Fixes bugs related to some cameras from input scene.

For more information, see the reference documentation for RapidPipeline QC Tools.

v0.3.0

  • Adds difference score to individual renderings.
  • Renders specified camera amount as well as any cameras existing in user input file.
    • Supports Physical Cameras, Free Camera and Targeted Camera types.

v0.2.0

  • Adds error handling for feedback on occurred error and warnings logs on the created html page.
    • Every created asset card now has a log attached with error and warning log from rpdp.
  • Adds an error message in case any rendering / diff score calculation failed
    • Creates a red asset card detailing error warnings and raised exceptions from creating the asset card.
  • Fixes a problem with difference scores in case of assets being distributed between multiple html pages.

For more information, see the reference documentation for RapidPipeline QC Tools.

v0.1.0

  • Adds RapidQC script
    • Adds QA_Tool directory with the required files to run RapidQC including
      • Html templates for QC site
      • Image and viewer files for the html site
      • Qa_scene for rendering background
      • Separate readme for RapidQC
      • Rpdp_qa_tool.py as a main to run RapidQC
      • Render_vray to start the dcc internal rendering scripts
    • Adds max_qaScene.py to render original scene as well as scene with gltf materials
      • Including setup for camera and lighting in QA-Scene
    • Adds create-qa-page.py to create the html page with information on the models runtime, materials and scoring from the qa-tool
      • Creates difference images using a pixel based comparison between renderings of the original scene and the scene with gltf materials created by rpdp
      • Calculates difference score based on that image comparison

For more information, see the reference documentation for RapidPipeline QC Tools.