blender/scripts/startup/bl_operators
Jeroen Bakker f01e84e3a5 EEVEE-Next: Add operator to convert a world volume to mesh
EEVEE-Next world volume are infinite like Cycles. EEVEE-Classic world volumes
end at the clip_end of the camera/viewport. This can lead to confusion as
it would render different then expected.

This PR adds an operator to convert a world volume into a mesh volume. The
operator can be found in the shader editor (world mode) and in the properties
panel/World/Volume.

**Why an operator?**

As this alters the content of the scene we want the artist to be in control of
the conversion. Doing it automatic lead to a lot of complexity and cases that
might not be expected by the user.

Pull Request: https://projects.blender.org/blender/blender/pulls/119734
2024-05-10 12:42:17 +02:00
..
bmesh Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
__init__.py EEVEE-Next: Add operator to convert a world volume to mesh 2024-05-10 12:42:17 +02:00
add_mesh_torus.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
anim.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
assets.py Refactor: scripts under scripts/startup/ to use str.format 2024-04-27 16:02:36 +10:00
clip.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
console.py Cleanup: replace {!s} with {:s} when used with strings 2024-04-27 16:02:37 +10:00
constraint.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
file.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
freestyle.py Refactor: scripts under scripts/startup/ to use str.format 2024-04-27 16:02:36 +10:00
geometry_nodes.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
image.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
mesh.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
node.py Nodes: add node group description 2024-05-08 11:25:00 +02:00
object_align.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
object_quick_effects.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
object_randomize_transform.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
object.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
presets.py Cleanup: replace {!s} with {:s} when used with strings 2024-04-27 16:02:37 +10:00
rigidbody.py Fix #117547: RBD Bake to Keyframes no longer working 2024-01-30 10:54:05 +01:00
screen_play_rendered_anim.py Cleanup: replace {!s} with {:s} when used with strings 2024-04-27 16:02:37 +10:00
sequencer.py IO: Use file handler in space VSE 2024-05-06 17:44:50 +02:00
spreadsheet.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
userpref.py Cleanup: remove trailing newlines from reports 2024-04-30 12:23:27 +10:00
uvcalc_follow_active.py Cleanup: reduce right-shift in startup scripts 2024-04-30 12:46:05 +10:00
uvcalc_lightmap.py Refactor: scripts under scripts/startup/ to use str.format 2024-04-27 16:02:36 +10:00
uvcalc_transform.py Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
vertexpaint_dirt.py License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
view3d.py Cleanup: spelling in comments 2024-05-04 15:24:46 +10:00
wm.py Docs: document why the eventstate is cleared while refreshing a popup 2024-05-08 20:44:36 +10:00
world.py EEVEE-Next: Add operator to convert a world volume to mesh 2024-05-10 12:42:17 +02:00