gr4ph0s / c4d_redshift_light_lister

A light lister for Redshift to Cinema 4D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c4d_redshift_light_lister

A light lister for Redshift to Cinema 4D, note this project is a bit old, don't judge my code style on this one.

Preview

The version showed in the video is the v1, some features was added since it. Redshift C4D Light Lister

Download

Download the latest zip.

  • Unzip in your c4d plugin folder
  • Enjoy !

Features

  • List all redshift lights
  • Acces to all light parameter throught an UI
  • Easily choose wich parameter to display in the UI
  • Order lights independantly from the scene order

Compatibility

Win - Mac R15 - R20 (Support for R19 and above by Lasse Lauch)

About source code

My initial idea was to do a lights lister for any render engine. But due to a c4d limitation of wich scroll bar is actually scrolled I was not able to synchronize scroll bar for each render engine. So I end up with 1 plugin for each render engine. This end's to mess a bit the class structure since is mainly thinked for multiple render engine, but when I will have some time I will do

  • Code Cleaning
  • Comment
  • Port it to C++ and make a light lister for all renders engines in one plugin :)

About

A light lister for Redshift to Cinema 4D

License:MIT License


Languages

Language:Python 99.9%Language:C 0.1%