Interactively change the current frame number
| Parameters: | frame (int in [-300000, 300000], (optional)) – Frame |
|---|
Set black point or white point for curves
| Parameters: | point (enum in [‘BLACK_POINT’, ‘WHITE_POINT’], (optional)) – Point, Set black point or white point for curves |
|---|
Cycle through all non-void render slots
| Parameters: | reverse (boolean, (optional)) – Cycle in Reverse |
|---|
Edit image in an external application
| Parameters: | filepath (string, (optional, never None)) – filepath |
|---|---|
| File: | startup/bl_operators/image.py:60 |
Invert image’s channels
| Parameters: |
|
|---|
Set image’s user’s length to the one of this video
Create a new image
| Parameters: |
|
|---|
Open image
| Parameters: |
|
|---|
Pack an image as embedded data into the .blend file
| Parameters: | as_png (boolean, (optional)) – Pack As PNG, Pack image as lossless PNG |
|---|
Project edited image back onto the object
| File: | startup/bl_operators/image.py:229 |
|---|
Edit a snapshot of the view-port in an external image editor
| File: | startup/bl_operators/image.py:158 |
|---|
Toggle display properties panel
Reload current image from disk
Replace current image by another one from disk
| Parameters: |
|
|---|
Use mouse to sample a color in current image
Sample a line and show it in Scope panels
| Parameters: |
|
|---|
Save the image with current name and settings
Save the image with another name and/or settings
| Parameters: |
|
|---|
Save all modified textures
| File: | startup/bl_operators/image.py:123 |
|---|
Save a sequence of images
Toggles tool shelf display
Save an image packed in the .blend file to disk
| Parameters: |
|
|---|
View the entire image
| Parameters: | fit_view (boolean, (optional)) – Fit View, Fit frame to the viewport |
|---|
Use a 3D mouse device to pan/zoom the view
Pan the view
| Parameters: | offset (float array of 2 items in [-inf, inf], (optional)) – Offset, Offset in floating point units, 1.0 is the width and height of the image |
|---|
View all selected UVs
Zoom in/out the image
| Parameters: | factor (float in [-inf, inf], (optional)) – Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out |
|---|
Zoom in the image (centered around 2D cursor)
| Parameters: | location (float array of 2 items in [-inf, inf], (optional)) – Location, Cursor location in screen coordinates |
|---|
Zoom out the image (centered around 2D cursor)
| Parameters: | location (float array of 2 items in [-inf, inf], (optional)) – Location, Cursor location in screen coordinates |
|---|
Set zoom ratio of the view
| Parameters: | ratio (float in [-inf, inf], (optional)) – Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out |
|---|