Merge branch 'blender-v4.2-release'
This commit is contained in:
@@ -296,6 +296,17 @@ class VIEW3D_FH_camera_background_image(FileHandler):
|
||||
return rv3d.view_perspective == 'CAMERA'
|
||||
|
||||
|
||||
class VIEW3D_FH_vdb_volume(FileHandler):
|
||||
bl_idname = "VIEW3D_FH_vdb_volume"
|
||||
bl_label = "OpenVDB volume"
|
||||
bl_import_operator = "OBJECT_OT_volume_import"
|
||||
bl_file_extensions = ".vdb"
|
||||
|
||||
@classmethod
|
||||
def poll_drop(cls, context):
|
||||
return context.space_data and context.space_data.type == 'VIEW_3D'
|
||||
|
||||
|
||||
classes = (
|
||||
VIEW3D_OT_edit_mesh_extrude_individual_move,
|
||||
VIEW3D_OT_edit_mesh_extrude_move,
|
||||
@@ -304,4 +315,5 @@ classes = (
|
||||
VIEW3D_OT_transform_gizmo_set,
|
||||
VIEW3D_FH_camera_background_image,
|
||||
VIEW3D_FH_empty_image,
|
||||
VIEW3D_FH_vdb_volume,
|
||||
)
|
||||
|
||||
@@ -577,6 +577,7 @@ class NODE_MT_category_GEO_UTILITIES_DEPRECATED(Menu):
|
||||
layout = self.layout
|
||||
node_add_menu.add_node_type(layout, "FunctionNodeAlignEulerToVector")
|
||||
node_add_menu.add_node_type(layout, "FunctionNodeRotateEuler")
|
||||
node_add_menu.draw_assets_for_catalog(layout, "Utilities/Deprecated")
|
||||
|
||||
|
||||
class NODE_MT_category_GEO_UTILITIES_FIELD(Menu):
|
||||
|
||||
Reference in New Issue
Block a user