Posted: Thu Nov 28, 2019 8:07 pm Post subject: Inject a script into a painting software to control brushsiz
I'm looking to inject a script into a software called clip studio(or photoshop) to change the brush size while stroking the brush(which is not possible by default) using an external c++ script.
Can you help me achieve this ? so far i've found many values for the size but when i edit them it's not applying in the software.
It's kinda important for me so i'm really willing to pay for who would help me achieve it.
The problem may lie in the way that value interacts with codes.
Probably every time you change the size of the brush manually (from clip studio) there is a code that acts in reading only at that moment, consequently other changes to the size of the brush would not bring any change because the code that acts in reading would not work at that moment (On the value you found with CE you see which codes read that value), but a simple way that you could adopt avoiding functions like "CreateRemoteThread()" in ypur C++ program, you can find the value of the dimension in which the brush will be changed, on the value you have found should act a code in writing, modifying the value of the register containing the pointer at the size value or directly the size you should be able to change it.
Start a script editor for GIMP. In the left pane (open in the Script-Fu Console) paste the script below. Then in the right pane, modify it to control brushesize as you wish and then press ENTER to run it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum