Releases: CedricGuillemet/Imogen
Releases · CedricGuillemet/Imogen
Imogen 0.4 - codename Andromeda Shun
Imogen 0.4 - codename Andromeda Shun
- Node graph zoom with mouse wheel
- cmft used for cubemap filtering
- dds/ktx load and save
- cubemap support
- physical sky cubemap generator node
- cubemap display (projection, fps, isometric) node
- equirectangular to cubemap converter node
- small animation display of processing node/background job
- list, smal icons, big icons display of graph library
- rugs in graph editor: add colored comments to your graph
- extract a node preview into a dockable window
Changed:
- node graph clips nodes and connexions
- async image loading
- dear imgui new docking system
- new ui dark color scheme
Known issues:
- cubemap filtering is an experiement. use with caution.
- ktx format is not properly tested
Imogen 0.3 - codename Cygnus Hyoga
New:
- C nodes can change the size and blending mode of the texture target
- Nodes can mix C and GLSL
- Paint2D node
- Swirl node
- Crop node
- UI mode for nodes : nodes can display user information
- Nodes can handle mouse pos and buttons
- openGL debug output in the console
- image ratio support
- better image resize in the NodeEdit panel
Changed:
- more consistent texV management
- Threaded decoding and loading of node textures (paint2d Surface)
Imogen 0.2.0 - codename Dragon Shiryu
- C CPU nodes. edit and run C code on the fly
- image reader/writer with jpg, png, tga, bmp, partial HDR support
- thumbnail node: node, library, display
- save and restore docking layout
- Export button in node graph dock that force every export in the graph
Changed:
- Separate scale X and Y values in Transform node
Imogen 0.1.1 - codename Pegasus Seiya
New:
- SDL 2 instead of custom Windows only ImApp.h (one big step toward Linux port)
- Clamp node
- More blending option in the blend node (Thanks Jari Komppa)
- Polar coordinates node (Thanks Jari Komppa)
Fixed:
- clear text selection when switching file in shaders edit
- clear nodegraph/selection when clicking new material
- bad link deletion when creating link from input to output
- connection loop detection