Export volumes from object modifier (quick effect) #62

Merged
Bogdan Nagirniak merged 28 commits from BLEN-448 into hydra-render 2023-07-20 23:49:25 +02:00
2 changed files with 0 additions and 10 deletions
Showing only changes of commit 9f011a3910 - Show all commits

View File

@ -1,19 +1,10 @@
/* SPDX-License-Identifier: Apache-2.0 /* SPDX-License-Identifier: Apache-2.0
* Copyright 2011-2022 Blender Foundation */ * Copyright 2011-2022 Blender Foundation */
#include <pxr/imaging/hd/bprim.h>
#include <pxr/imaging/hd/tokens.h>
#include <pxr/imaging/hd/volumeFieldSchema.h>
#include <pxr/usd/usdHydra/tokens.h>
#include <pxr/usd/usdVol/tokens.h>
#include <pxr/usdImaging/usdVolImaging/tokens.h> #include <pxr/usdImaging/usdVolImaging/tokens.h>
#include "BKE_material.h"
#include "BKE_mesh.hh" #include "BKE_mesh.hh"
#include "BKE_modifier.h" #include "BKE_modifier.h"
#include "BKE_object.h"
#include "BKE_volume.h"
#include "BLI_index_range.hh"
#include "BLI_path_util.h" #include "BLI_path_util.h"
#include "DNA_fluid_types.h" #include "DNA_fluid_types.h"
#include "DNA_scene_types.h" #include "DNA_scene_types.h"

View File

@ -5,7 +5,6 @@
#include <pxr/imaging/hd/sceneDelegate.h> #include <pxr/imaging/hd/sceneDelegate.h>
#include "object.h"
#include "volume.h" #include "volume.h"
namespace blender::render::hydra { namespace blender::render::hydra {