Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Blender 3.6.2, Commit date: 2023-08-16 16:43, Hash e53e55951e7a
- bpy.ops.simpletabs.update() # Operator
- bpy.data.window_managers["WinMan"].addon_search = "lux" # Property
- bpy.ops.mesh.primitive_cube_add(size=2, enter_editmode=False, align='WORLD', location=(0, 0, 0), scale=(1, 1, 1)) # Operator
- bpy.ops.pme.macro_8(PME_OT_macro_exec1={"cmd":"C.preferences.inputs.ndof_sensitivity = 8.0"}, PME_OT_macro_exec2={"cmd":"C.preferences.inputs.ndof_orbit_sensitivity = 8.0"}) # Operator
- bpy.ops.object.camera_add(enter_editmode=False, align='VIEW', location=(0, 0, 0), rotation=(0.83859, 0.137129, 0.744154), scale=(1, 1, 1)) # Operator
- bpy.ops.view3d.camera_to_view() # Operator
- bpy.context.space_data.context = 'DATA' # Property
- bpy.context.space_data.context = 'OUTPUT' # Property
- bpy.context.space_data.context = 'RENDER' # Property
- bpy.context.scene.render.engine = 'LUXCORE' # Property
- bpy.context.scene.luxcore.config.device = 'OCL' # Property
- bpy.context.space_data.shading.type = 'RENDERED' # Property
- # backtrace
- # Python backtrace
- File "/home/dez/Files/Soft/blender-3.6 Filmic/3.6/scripts/addons/BlendLuxCore/engine/viewport.py", line 13 in start_session
Advertisement
Add Comment
Please, Sign In to add comment