Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/nodes/COM_CryptomatteNode.cc
| Show All 10 Lines | |||||
| * | * | ||||
| * You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | ||||
| * along with this program; if not, write to the Free Software Foundation, | * along with this program; if not, write to the Free Software Foundation, | ||||
| * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| * | * | ||||
| * Copyright 2018, Blender Foundation. | * Copyright 2018, Blender Foundation. | ||||
| */ | */ | ||||
| #include "COM_CryptomatteNode.h" | |||||
| #include "BKE_node.h" | #include "BKE_node.h" | ||||
| #include "NOD_composite.h" | |||||
| #include "COM_ConvertOperation.h" | #include "COM_ConvertOperation.h" | ||||
| #include "COM_CryptomatteNode.h" | |||||
| #include "COM_MultilayerImageOperation.h" | #include "COM_MultilayerImageOperation.h" | ||||
| #include "COM_RenderLayersProg.h" | #include "COM_RenderLayersProg.h" | ||||
| #include "COM_SetAlphaMultiplyOperation.h" | #include "COM_SetAlphaMultiplyOperation.h" | ||||
| #include "COM_SetColorOperation.h" | #include "COM_SetColorOperation.h" | ||||
| namespace blender::compositor { | namespace blender::compositor { | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 246 Lines • Show Last 20 Lines | |||||