Dezigner

Untitled

Sep 14th, 2023
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # Blender 3.6.2, Commit date: 2023-08-16 16:43, Hash e53e55951e7a
  2. bpy.ops.simpletabs.update() # Operator
  3. bpy.data.window_managers["WinMan"].addon_search = "lux" # Property
  4. bpy.ops.mesh.primitive_cube_add(size=2, enter_editmode=False, align='WORLD', location=(0, 0, 0), scale=(1, 1, 1)) # Operator
  5. 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
  6. 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
  7. bpy.ops.view3d.camera_to_view() # Operator
  8. bpy.context.space_data.context = 'DATA' # Property
  9. bpy.context.space_data.context = 'OUTPUT' # Property
  10. bpy.context.space_data.context = 'RENDER' # Property
  11. bpy.context.scene.render.engine = 'LUXCORE' # Property
  12. bpy.context.scene.luxcore.config.device = 'OCL' # Property
  13. bpy.context.space_data.shading.type = 'RENDERED' # Property
  14.  
  15. # backtrace
  16.  
  17. # Python backtrace
  18. 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