Skip to content

gr4ph0s/c4d_redshift_light_lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)