Devlogs
1.0.7 Update
Pixel Composer v1.0.7
General
- Update savefile version to 1070. (open older save will show a warning, but the file will work normally.)
- Ability to set vector unit (pixel, fraction) in some nodes.
- Fractional value does not work with image array of different size and will only use the first image in the array.
- Ability to link vector value together.
Nodes
- New HSV extract node.
- New stack node.
- New flip node. (Can’t believe I forgot this).
- New simple blur node.
- Use simpler kernel than gaussian blur in a single pass.
- Support blur mask.
- Support fractional blur size.
- Better at dealing with alpha channel than gaussian blur.
- Slower than gaussian blur (especially with large blur).
- New RGB, HSV combine node.
- Texture oversampling mode (Empty, repeat, clamp) for radial blur, dilate, displacement, twirl, skew nodes.
- [Transform] Preview gizmo now show movement path.
- [Array, Array add] Junction type is now reflect by the input type.
- [RGB channel] Now also extract alpha channel.
- [Level] Level adjustment per channel.
- [Perlin noise] Add seed property.
Bug
- Fix duplicated node not render.
- Fix crash when resize the window in some project.
- Fix crash when loading image sequence node.
- [Panel] Fix panel content not resize properly after exiting fullscreen mode.
- [Feedback loop] Fix feedback skip on the first frame.
- [2D light node] Fix light not blend correctly.
- [Glow node] Fix effect not render.
- [Transform] Fix preview scale gizmo not move accordingly to anchor point and rotation.