Aurore LAFAURIE
82dbad1632
[ui] Add <EXTENSION> replacement
2024-06-03 15:36:55 +02:00
Aurore LAFAURIE
f6332efa7e
[ui] uvCenterOffset set according to principal point corrected or not + undistorted image path resolve according to output value of node
2024-05-23 12:30:00 +02:00
broods
731440eaa1
[ui] add new patterns to load images in viewer2D
2023-04-18 14:46:02 +02:00
Candice Bentéjac
635f85e7fd
Remove all references to pyCompatibility
...
- "pyCompatibility.basestring" are replaced by standard Python3 "str"
- "Sequence" and "Iterable" from "collections" are now directly imported
with "collections.abc"
2022-12-05 17:16:21 +01:00
Fabien Castan
2f77a236b3
[ui] Viewer3D: do not load too large EXR files in 3D to avoid crashes in qt
2020-09-14 21:50:43 +02:00
Fabien Castan
dbcfce7c90
[ui] WorkspaceView: open images in the 2D Viewer from the Graph/NodeEditor
...
Double click on a node or an attribute with an image file to display it
in the 2D viewer.
2019-12-12 18:50:18 +01:00
Yann Lanthony
c3750a33c3
[ui] Inspector3D: add media contextual menu
...
Contextual menu to expose additional actions:
* open media containing folder
* copy media path
* advanced manual control over media (un)loading
+ fix MediaLibrary to avoid binding loop on 'visible' when directly modifying 'request' property
2018-12-10 15:13:26 +01:00
Fabien Castan
d83022714f
[core] add pyCompatibility module
...
For python 2 / 3 compatibility
2018-05-21 17:12:22 +02:00
Yann Lanthony
f1b42acc14
[ui] add FilepathHelper Python class to manipulate paths and QUrls
...
* avoid non-cross platform hacks to convert string path to urls
* use standard python API
2018-03-06 15:32:33 +01:00