Blender  V2.93
MOD_gpencil_util.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  *
16  * The Original Code is Copyright (C) Blender Foundation.
17  * All rights reserved.
18  */
19 
24 #pragma once
25 
26 struct MDeformVert;
27 struct Material;
28 struct Object;
29 struct bGPDlayer;
30 struct bGPDstroke;
31 
33  char *mlayername,
34  struct Material *material,
35  const int mpassindex,
36  const int gpl_passindex,
37  const int minpoints,
38  bGPDlayer *gpl,
39  bGPDstroke *gps,
40  const bool inv1,
41  const bool inv2,
42  const bool inv3,
43  const bool inv4);
44 
45 float get_modifier_point_weight(struct MDeformVert *dvert, bool inverse, int def_nr);
bool is_stroke_affected_by_modifier(struct Object *ob, char *mlayername, struct Material *material, const int mpassindex, const int gpl_passindex, const int minpoints, bGPDlayer *gpl, bGPDstroke *gps, const bool inv1, const bool inv2, const bool inv3, const bool inv4)
float get_modifier_point_weight(struct MDeformVert *dvert, bool inverse, int def_nr)
btMatrix3x3 inverse() const
Return the inverse of the matrix.
Definition: btTransform.h:182
Material material
struct MDeformVert * dvert