File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
synfig-core/src/modules/mod_particle Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 4141#include < synfig/localization.h>
4242#include < synfig/general.h>
4343
44- #include < synfig/angle.h>
45- #include < synfig/bezier.h>
4644#include < synfig/context.h>
47- #include < synfig/paramdesc.h>
48- #include < synfig/renddesc.h>
49- #include < synfig/string.h>
50- #include < synfig/surface.h>
51- #include < synfig/value.h>
52- #include < synfig/valuenode.h>
53-
54- #include < vector>
55-
56- #include < synfig/valuenodes/valuenode_bline.h>
5745
5846#include " random.h"
5947
6048#endif
6149
6250/* === M A C R O S ========================================================= */
6351
64- #define SAMPLES 300
65- #define ROUND_END_FACTOR (4 )
66- #define CUSP_THRESHOLD (0.15 )
67- #define NO_LOOP_COOKIE synfig::Vector (84951305 ,7836658 )
68- #define EPSILON (0.000000001 )
69- #define CUSP_TANGENT_ADJUST (0.025 )
70-
7152/* === G L O B A L S ======================================================= */
7253
7354SYNFIG_LAYER_INIT (Plant);
You can’t perform that action at this time.
0 commit comments