On 01/04/2015 at 05:38, xxxxxxxx wrote:
hello everybody
is it possible to get the actual name of a render setting?
cheers, michael
On 01/04/2015 at 05:38, xxxxxxxx wrote:
hello everybody
is it possible to get the actual name of a render setting?
cheers, michael
On 01/04/2015 at 06:27, xxxxxxxx wrote:
Hello,
You can get the current Render Setting with GetActiveRenderData(). This will return an object of the type RenderData. As this class is based on BaseList2D you can use GetName() to get it's name.
Best wishes,
Sebastian