Hello,
We use Blender for Octane, then do all the finishing touches in Octane Standalone. It can be incredibly frustrating changing lots of settings at one time and it seems like it should be an easy thing to do with LUA, but even with the help of ChatGPT, I can't seem to make any meaningful ...
Search found 3 matches
- Sun Dec 22, 2024 8:07 pm
- Forum: Lua Scripting
- Topic: Batch change settings for materials in LUA
- Replies: 1
- Views: 20038
- Mon Feb 21, 2022 7:52 pm
- Forum: Lua Scripting
- Topic: Animate value with Lua scripted graph
- Replies: 33
- Views: 70230
Re: Animate value with Lua scripted graph
I'm a little late to the party but wanted to check in on this.
Is there not a way to just keyframe in Standalone?
If not, is there a repo of scripts like this one, for instance, if I want to keyframe a transform value, or an rgb value or whatever, this obviously can't be used for those things, so ...
Is there not a way to just keyframe in Standalone?
If not, is there a repo of scripts like this one, for instance, if I want to keyframe a transform value, or an rgb value or whatever, this obviously can't be used for those things, so ...
- Tue Apr 06, 2021 1:15 am
- Forum: Demo Version Questions & Discussion
- Topic: Blender Python code to change current preview pass
- Replies: 0
- Views: 655
Blender Python code to change current preview pass
Hello,
I make the addon AP Octane, and I'm trying to set up something for denoising.
When I manually change the preview pass to denoiser beauty, the info box prints the code
bpy.context.scene.current_preview_pass_type = '43'
But when I try that in the console or through a script it says ...
I make the addon AP Octane, and I'm trying to set up something for denoising.
When I manually change the preview pass to denoiser beauty, the info box prints the code
bpy.context.scene.current_preview_pass_type = '43'
But when I try that in the console or through a script it says ...