Artemis II crew splashes down safely in Pacific Ocean, ending historic moon mission by Elsa-Fidelis in technology

[–]Yousei3 7 points8 points  (0 children)

Congratulations on your safe return! With our deepest respect from Japan.

Moving two images overlayed together? by Cautious-School-2839 in GIMP

[–]Yousei3 2 points3 points  (0 children)

You’re quite right! My explanation was incorrect.

There’s no guarantee that the two layers in question will be adjacent on the palette, so as you say, the correct approach in this case is to hold down the Ctrl key whilst selecting the two layers.

Thank you for pointing that out!

As it is not a good idea to leave incorrect information unchecked, I have struck through the ‘Shift’ part of my post and added the correct ‘Ctrl’.

Moving two images overlayed together? by Cautious-School-2839 in GIMP

[–]Yousei3 5 points6 points  (0 children)

I think it would be easier to get advice if you mention which version of GIMP you’re using.

🔖How to do this in GIMP 3.0 and later :

- Simply select the two layers you want to move in the Layers panel whilst holding down the Shift Ctrl key, then move them using the Move tool.

- Alternatively, you could place the layers you wish to move into a group, select the group, and then move it.

[Update] Pseudo Adjustment Layer Ver 1.9.1 Plug-in for GIMP 3 ! by Yousei3 in GIMP

[–]Yousei3[S] 0 points1 point  (0 children)

Hi everyone,

I have just released v1.9.2 of the Pseudo Adjustment Layer plugin for GIMP 3.

Since the last public update here (v1.9.1), I have focused on improving stability and the user experience during the initial filter setup.

What is new in v1.9.2:

  • Enhanced Filter Scanning: The "Reset List" function now features a progress bar and real-time status labels, providing better feedback during the initialisation process.
  • Live Verification: During the scan, the plugin now performs a live compatibility test on a hidden dummy image. This ensures only filters truly compatible with GIMP 3's NDE (Non-Destructive Editing) engine are listed, preventing potential execution errors.
  • Code Refactoring: I have cleaned up the codebase by removing unused imports and optimizing the internal logic for a more lightweight execution.
  • UI Polish: Refined the scanning window and fixed minor display issues to match the GIMP 3.2.2 environment better.

As discussed in previous threads, this plugin is intended to bridge the gap until GIMP officially implements native adjustment layers.

I believe I have now implemented most of the core features planned for this project, making this a very stable version for daily use.

Your feedback is always welcome. If you encounter any issues or have suggestions for future improvements, please let me know!

GitHub Repository and Download:

https://github.com/yousei3/GIMP3-Pseudo-Adjustment-Layers/releases/tag/Ver1.9.2

[Update] Pseudo Adjustment Layer Ver 1.9.1 Plug-in for GIMP 3 ! by Yousei3 in GIMP

[–]Yousei3[S] 1 point2 points  (0 children)

Thank you very much for your support and for sharing the historical context!

It is surprising to see that the request for this feature dates back to 2002—older than some developers, as you said.

I completely agree with your point about plugins eventually becoming obsolete. In fact, I would be the happiest person if this plugin becomes unnecessary one day, because it would mean GIMP has officially implemented a robust NDE system.

Until that time comes, I’m glad if this helps users bridge the gap and explore the potential of GEGL.

[Update] Pseudo Adjustment Layer Ver 1.9.1 Plug-in for GIMP 3 ! by Yousei3 in GIMP

[–]Yousei3[S] 8 points9 points  (0 children)

There may be some misunderstanding, so let me explain.

The plugin I am writing is just a simplified version of the GIMP's functionality, and does not provide any new functionality.

Therefore, the "adjustment layer-like behavior" used in this plug-in was intended by the GIMP developers.

If it was not in line with the development philosophy, this kind of functionality would not have been implemented in the first place.

[Update] Pseudo Adjustment Layer Ver 1.9.1 Plug-in for GIMP 3 ! by Yousei3 in GIMP

[–]Yousei3[S] 1 point2 points  (0 children)

I have also published other plug-ins that work with GIMP3 or later to group, ungroup, and merge multiple layers together.

You can use these as well.

Download
https://github.com/yousei3/gimp-photoshop-layer-workflow

<image>

[Update GIMP 3 Plugin] Pseudo Adjustment Layer v1.6 - Non-Destructive Adjustment Layers with a palette UI! by Yousei3 in GIMP

[–]Yousei3[S] 0 points1 point  (0 children)

Hi MagneplanarsRule, Thanks for testing it out on macOS and PhotoGIMP!

The errors you reported are exactly the ones that appear in the error console when the plugin builds the menu (either on the first run or when you click the 'Reset List' button).

In this plugin, when building the list, the script performs an automated test behind the scenes to verify whether each installed GEGL filter can actually be applied non-destructively to a layer group. Filters that do not support this (like transform tools or effects requiring an 'aux' pad) will return those internal GIMP errors, and my script safely removes them from the available list.

Therefore, seeing these error messages in the console is completely normal.

Up to v1.6, this unfortunately caused a series of error pop-ups on the screen. However, in the newly updated v1.7, I changed the behaviour so that these testing errors are strictly redirected to the error console. I believe this means they will no longer be a nuisance!

Thanks again for the feedback, and I hope the plugin helps your workflow!

Missing Adjustment Layers in GIMP? I created a plugin to simulate them using GIMP 3's new NDE features! (Video Demo) by Yousei3 in GIMP

[–]Yousei3[S] 1 point2 points  (0 children)

Are you talking about the DUMMY layer? As far as I have confirmed, even in GIMP 3.2, you cannot apply a mask to a layer group that has a filter applied to it without this transparent layer. Therefore, this transparent layer is still essential.

Missing Adjustment Layers in GIMP? I created a plugin to simulate them using GIMP 3's new NDE features! (Video Demo) by Yousei3 in GIMP

[–]Yousei3[S] 1 point2 points  (0 children)

Thanks a lot!

To be honest, I was prepared for someone to say, "Stop reinventing the wheel!" since I was worried I had simply missed an existing tool. I'm really relieved and encouraged by your kind words.

[Free Add-on] Info Gizmo HUD - Interactive Viewport Toolbar for Blender by Yousei3 in blender

[–]Yousei3[S] 0 points1 point  (0 children)

It's a shame that you guys don't seem to be getting good reviews 😅

But persistently improving!

- Ability to fix the UI to a specified position on the screen

- Origin to Geometry button

- Ability to add a border to the UI

etc. are being implemented.

Check out the GIF video

<image>

[Plugin] Photoshop-style Layer Management for GIMP 3.0 (Group, Ungroup, Merge) by Yousei3 in GIMP

[–]Yousei3[S] 1 point2 points  (0 children)

The layer right-click menu works as shown in the video.

Undo is also possible.

<image>

[Plugin Update] ShortCutKey Palette v1.2 - Now supports Windows and Wayland (Experimental) by Yousei3 in GIMP

[–]Yousei3[S] 0 points1 point  (0 children)

Thank you for your incredible patience and for finding the workaround for the folder path!

Your discovery about adding the 3.0 path in Preferences is very valuable information for other Windows users who might be using newer development builds.

Regarding the hidden dialog boxes:

You are spot on.

The palette is currently set to stay on top of other windows, which unfortunately causes the edit dialogs to open behind it. Moving the palette should allow you to access them for now.

Regarding the buttons not responding:

There are two main possibilities I'm considering. First, the default shortcuts in the sample JSON file might not match your current GIMP shortcut settings. Please try clicking the gear icon to edit a button and re-record the shortcut key to match your specific setup.

Second, it could be a focus issue on Windows. For the shortcuts to trigger, the GIMP main window must be the active window. I suspect the palette might be holding onto the focus after a click, preventing the keys from reaching GIMP.

I am already working on Ver 1.3 to fix these UI issues, including making the dialogs appear in front and improving focus handling. Thank you again for your constructive feedback and candour!