ISF4AE icon indicating copy to clipboard operation
ISF4AE copied to clipboard

After Effects Plug-in enabling to use GLSL written in ISF as an effect

Results 11 ISF4AE issues
Sort by recently updated
recently updated
newest added

As discarding the 'Use Layer Time' checkbox, it'd be useful if the remaining 'Time' slider automatically refers the layer time that the effect is applied. Since `PF_AD_PARAM` only supports non-expression...

First, let me thank You for creating and sharing GLSLCanvas! I've tried it with two versions of After Effects. AE CC 2017.2 (14.2.1.34) - loads and renders some of shaders...

I installed the plugin downloaded from the release section. When I add the plugin to a solid layer I get this error: ![image](https://user-images.githubusercontent.com/73276364/192798901-3c65e1d7-8818-4284-aef2-f84c92834cbf.png) Here are my specs: ![image](https://user-images.githubusercontent.com/73276364/192798977-08ea78dd-8c58-47b0-ba3c-177c5f58d6dd.png) ![image](https://user-images.githubusercontent.com/73276364/192798995-2c36b467-3086-4336-a94a-079bb3f13c8f.png)

By using PF_Arbitrary_PRINT_FUNC and SCAN_FUNC, it might be possible to allow a user to copy and paste the ISF code via clipboard.

At the moment, the 'Reset' label right to the name of effects refreshes not only inputs but also the imported shader itself. So it would be nice to add a...

Since the plug-in dynamically changes the names of parameters to match with ISF inputs, it raises an error when you try to retrieve the value by expression. An expression like...

Not sure if this is planned or not, but would be really nice to see this get Windows support! Looking at the source with my limited knowledge of cpp, I...

enhancement

Hey, sorry im newb but i get this error when installing: error: git diff header lacks filename information when removing 1 leading pathname component (line 98) any hints on how...

Hello everyone! I decided to create a separate Issue, which was previously mentioned in the Enhancement regarding Windows [in this issue](https://github.com/baku89/ISF4AE/issues/19). Now there is a Windows version, but it seems...

![image](https://github.com/baku89/ISF4AE/assets/2124392/97c4a270-5e4c-4c84-bbd9-d2663823b8f3) This issue occurs in at least the 2023 version of macOS. This may be related to multi-thread locking logics such as `[globalData->lock lock]`. Does anyone who's used to thread-safe...

bug