Is there a way to select multiple items?
Moderator: face_off
Forum rules
Please keep character renders sensibly modest, please do not post sexually explicit scenes of characters.
Please keep character renders sensibly modest, please do not post sexually explicit scenes of characters.
I'm really loving Octane. I'm still a newbie though so I hope I ask this question right. Is there a way to select multiple materials so they can all be changed at the same time? For example, everything (or nearly everything) is set to Glossy in the material tab. Other than characters, I often find that I want to change the materials for almost all other items to Diffuse. Last night I had a scene where I needed to change about 100+ material items, one by one, all to Diffuse. Is there a way to choose multiple items and within the materials tab and change them all at the same time? Or is there something really basic I'm missing maybe?
Windows 10 64bit | 2 x NVIDIA TITAN XP 12GB | Intel i7-6900K (8 core/16 thread) | 64Gb RAM | GeForce Driver 376.33 | PoserPro Game Dev 2014 SR4, 10.0.5.28925 | Poser Octane Plugin Version: 3.4.4.79 | HDR Light Studio 4.3.20131206.1249, Poser v1.0.3
The OctaneDefaulty.py contains lots of things to explore, just like:
"...
# Material conversion defaults
GLOSSY_DIFFUSE_RATIO = 0.2 # If total Specular_Color * Specular_Value * GLOSSY_DIFFUSE_RATIO is greater than total diffuse color * value, then make the node glossy, otherwise diffuse
# Set the above to 0 to force all materials to be glossy (and not diffuse).
# NOTE: If Alternate_Specular is "brighter" than Specular_Color * Specular_Value, it will be used in the above calculation instead.
..."
Same for Specular and lots of other things.
IMO it's worth to have a look at this file and do some personal adjustments, but be careful and have a backup ... just in case
It can be found at: ... Runtime/Python/addons/OctaneRender for Poser
"...
# Material conversion defaults
GLOSSY_DIFFUSE_RATIO = 0.2 # If total Specular_Color * Specular_Value * GLOSSY_DIFFUSE_RATIO is greater than total diffuse color * value, then make the node glossy, otherwise diffuse
# Set the above to 0 to force all materials to be glossy (and not diffuse).
# NOTE: If Alternate_Specular is "brighter" than Specular_Color * Specular_Value, it will be used in the above calculation instead.
..."
Same for Specular and lots of other things.
IMO it's worth to have a look at this file and do some personal adjustments, but be careful and have a backup ... just in case

It can be found at: ... Runtime/Python/addons/OctaneRender for Poser
Thanks Erick, I'll give that a try and see what happens. 

Windows 10 64bit | 2 x NVIDIA TITAN XP 12GB | Intel i7-6900K (8 core/16 thread) | 64Gb RAM | GeForce Driver 376.33 | PoserPro Game Dev 2014 SR4, 10.0.5.28925 | Poser Octane Plugin Version: 3.4.4.79 | HDR Light Studio 4.3.20131206.1249, Poser v1.0.3
You cannot multiselect at the moment, but it's something I plan to investigate in the future.I'm really loving Octane. I'm still a newbie though so I hope I ask this question right. Is there a way to select multiple materials so they can all be changed at the same time?
As Erick says, this can be done in the OctaneDefaults.py file. IMO, you are better leaving them as glossy and reduce the specular amount then to convert to diffuse.For example, everything (or nearly everything) is set to Glossy in the material tab. Other than characters, I often find that I want to change the materials for almost all other items to Diffuse. Last night I had a scene where I needed to change about 100+ material items, one by one, all to Diffuse. Is there a way to choose multiple items and within the materials tab and change them all at the same time?
GLOSSY_DIFFUSE_RATIO & GLOSSY_SPECULAR will be of interest to you. Restart Poser after changing the OctaneDefaults.py file.
Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Thank you Paul, I tried both methods and they worked. I'll use your method as you recommend it. Appreciate the help 

Windows 10 64bit | 2 x NVIDIA TITAN XP 12GB | Intel i7-6900K (8 core/16 thread) | 64Gb RAM | GeForce Driver 376.33 | PoserPro Game Dev 2014 SR4, 10.0.5.28925 | Poser Octane Plugin Version: 3.4.4.79 | HDR Light Studio 4.3.20131206.1249, Poser v1.0.3