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 2 additions and 4 deletions
Showing only changes of commit 75f18b7479 - Show all commits

View File

@ -3,7 +3,7 @@
#include <pxr/usdImaging/usdVolImaging/tokens.h>
#include "BKE_mesh.hh"
#include "BKE_mesh.h"
#include "BKE_modifier.h"
#include "BLI_path_util.h"
#include "DNA_scene_types.h"

View File

@ -3,8 +3,6 @@
#pragma once
#include <pxr/imaging/hd/sceneDelegate.h>
#include "DNA_fluid_types.h"
#include "volume.h"