World Operators

bpy.ops.world.convert_volume_to_mesh()

Convert the volume of a world to a mesh. The world’s volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]

File:

startup/bl_operators/world.py:26

bpy.ops.world.new()

Create a new world Data-Block

Returns:

Result of the operator call.

Return type:

set[Literal[Operator Return Items]]