|
33d43d8ef8
|
An another stab at fixing the windows github action build.
|
2022-06-19 13:00:01 +02:00 |
|
|
9171cfb92e
|
A stab at fixing windows build.
|
2022-06-19 12:37:57 +02:00 |
|
|
7a97d20c97
|
Remove unecessary if.
|
2022-06-19 12:37:16 +02:00 |
|
|
4517cc0c78
|
Use the popup closed event for color slots in MMGraphNode.
|
2022-06-19 04:41:53 +02:00 |
|
|
d6bf1b281a
|
Cleaned up the filter nodes aswell.
|
2022-06-18 23:03:34 +02:00 |
|
|
e8cb984e21
|
Cleaned up gradients.
|
2022-06-18 16:49:53 +02:00 |
|
|
cbb5142be6
|
Cleaned up mat_maker_gd's noise classes.
|
2022-06-18 16:21:46 +02:00 |
|
|
d5437adaa2
|
Cleaned up MMOutputImage.
|
2022-06-18 11:53:46 +02:00 |
|
|
3fbf9713f7
|
Cleaned up the patterns.
|
2022-06-18 00:19:06 +02:00 |
|
|
efb00f2fbb
|
Cleaned up the sdf2d operations.
|
2022-06-17 21:38:22 +02:00 |
|
|
f2fb6b8b7d
|
Cleaned up the rest of the SDShapes.
|
2022-06-17 19:58:57 +02:00 |
|
|
d339fb1fdb
|
Cleaned up SDF show, rhombus, and transforms.
|
2022-06-17 18:59:08 +02:00 |
|
|
8282061088
|
Cleaned up sdf3d op nodes, and sdf3d color.
|
2022-06-17 17:36:45 +02:00 |
|
|
88f2303cf8
|
Only initialize points if necessary.
|
2022-06-17 13:20:55 +02:00 |
|
|
e0895460e5
|
Cleaned up the rest of the sdf3d shapes.
|
2022-06-17 13:17:08 +02:00 |
|
|
c39cfd2c05
|
_curve_changed is now virtual, and curve_changed uses call() to invoke it.
|
2022-06-17 13:11:18 +02:00 |
|
|
b1cc1cb693
|
Cleaned up MMSdf3dRender.
|
2022-06-17 12:25:33 +02:00 |
|
|
5c67416ad5
|
Cleaned up 3 more sdf3d nodes.
|
2022-06-17 12:07:24 +02:00 |
|
|
3bbaaa3af0
|
MMSDF3dTfTranslate node.
|
2022-06-17 11:25:09 +02:00 |
|
|
edf682cace
|
Cleaned up MMCurve.
|
2022-06-17 10:55:37 +02:00 |
|
|
87b0cd5733
|
Cleaned up MMImage.
|
2022-06-17 10:17:17 +02:00 |
|
|
4b63250bc7
|
Fix bindings in ImagePickerButton, and load the image properly.
|
2022-06-17 10:17:05 +02:00 |
|
|
a4d5219e26
|
Cleaned up MMShape.
|
2022-06-17 01:38:18 +02:00 |
|
|
18b19d0293
|
Added missing class to config.py.
|
2022-06-17 01:17:01 +02:00 |
|
|
f1c5132346
|
Fix typos.
|
2022-06-17 01:16:27 +02:00 |
|
|
0c759b2f16
|
Cleaned up MMCircleMap, MMColorTiler, and the MMKaleidoscope nodes.
|
2022-06-17 01:14:46 +02:00 |
|
|
e1493ecac6
|
Cleaned up MMMirror, and MMRepeat.
|
2022-06-16 21:31:35 +02:00 |
|
|
3e1002c71d
|
Cleaned up MMScale and MMRotate.
|
2022-06-16 21:20:48 +02:00 |
|
|
778e4948ba
|
Cleaned up MMShear.
|
2022-06-16 21:09:20 +02:00 |
|
|
6da5703d5c
|
Cleaned up MMTiler.
|
2022-06-16 20:00:15 +02:00 |
|
|
9ff5be15e5
|
Cleaned up MMTransform.
|
2022-06-16 19:26:46 +02:00 |
|
|
20af76c795
|
Cleaned up MMTranslate.
|
2022-06-16 18:59:21 +02:00 |
|
|
90f6ba8369
|
Removed duplicate binds.
|
2022-06-16 18:42:02 +02:00 |
|
|
8a057a643e
|
Prefixed GreyscaleUniform with MM.
|
2022-06-16 18:40:43 +02:00 |
|
|
bf11ab2a43
|
Also cleaned up GreyscaleUniform.
|
2022-06-16 18:10:55 +02:00 |
|
|
c2a373a9cf
|
Cleaned up Uniform, and added it to the build.
|
2022-06-16 17:13:14 +02:00 |
|
|
d939ab54c7
|
Mark quite a few methods as virtual in MMNode.
|
2022-06-16 16:40:17 +02:00 |
|
|
c028c76499
|
Comverted the remaining nodes.
|
2022-06-16 15:29:08 +02:00 |
|
|
1644490a3e
|
Fix sign compare warning.
|
2022-06-16 15:28:55 +02:00 |
|
|
32b3d1bd0d
|
Now MatMakerGDEditor will properly delete all previous graph nodes when it has to open a new MMMaterial.
|
2022-06-16 14:24:40 +02:00 |
|
|
034aed2b73
|
Fix duplicate methods and binds in CurveEditor.
|
2022-06-16 12:15:10 +02:00 |
|
|
025713f94f
|
Fix the CurveDialog's ui.
|
2022-06-16 12:14:56 +02:00 |
|
|
e9a02afd37
|
Connect up CurveEdit's button.
|
2022-06-16 11:36:49 +02:00 |
|
|
2539e01711
|
Fix duplicate binds in CurveEdit. Also smaller fixes.
|
2022-06-15 20:30:36 +02:00 |
|
|
59baf2088f
|
CurveEdit needs to inherit from Button.
|
2022-06-15 20:30:11 +02:00 |
|
|
0ee27d830b
|
Fix duplicate bind.
|
2022-06-15 20:27:38 +02:00 |
|
|
d3c7a61cef
|
MMGraphNode should use GraphEdit Instead of MMGraphEditor.
|
2022-06-15 18:57:08 +02:00 |
|
|
d73d398155
|
Connect PolygonControlpoint's gui input method.
|
2022-06-15 18:52:55 +02:00 |
|
|
6da06474cf
|
Added the Node structure for PolygonDialog.
|
2022-06-15 18:21:15 +02:00 |
|
|
ee9144b1b5
|
PolygonEdit should have inherited from Button, and connected the pressed signal.
|
2022-06-15 18:03:35 +02:00 |
|