[Bf-docboard-svn] bf-manual: [9717] trunk/blender_docs/manual: Geometry Nodes: Image Info docs page

Aaron Carlisle noreply at blender.org
Sat Nov 26 02:11:00 CET 2022


Revision: 9717
          https://developer.blender.org/rBM9717
Author:   Blendify
Date:     2022-11-26 02:11:00 +0100 (Sat, 26 Nov 2022)
Log Message:
-----------
Geometry Nodes: Image Info docs page

Author: @Moder

Differential Revision: https://developer.blender.org/D16552

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/input/index.rst

Added Paths:
-----------
    trunk/blender_docs/manual/images/node-types_GeometryNodeImageInfo.jpg
    trunk/blender_docs/manual/modeling/geometry_nodes/input/image_info.rst

Added: trunk/blender_docs/manual/images/node-types_GeometryNodeImageInfo.jpg
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/node-types_GeometryNodeImageInfo.jpg
===================================================================
--- trunk/blender_docs/manual/images/node-types_GeometryNodeImageInfo.jpg	2022-11-26 00:32:28 UTC (rev 9716)
+++ trunk/blender_docs/manual/images/node-types_GeometryNodeImageInfo.jpg	2022-11-26 01:11:00 UTC (rev 9717)

Property changes on: trunk/blender_docs/manual/images/node-types_GeometryNodeImageInfo.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/blender_docs/manual/modeling/geometry_nodes/input/image_info.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/input/image_info.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/input/image_info.rst	2022-11-26 01:11:00 UTC (rev 9717)
@@ -0,0 +1,49 @@
+.. index:: Geometry Nodes; Image Info
+.. _bpy.types.GeometryNodeImageInfo:
+
+***************
+Image Info Node
+***************
+
+.. figure:: /images/node-types_GeometryNodeImageInfo.jpg
+   :align: right
+   :alt: Image Info node.
+   :width: 300px
+
+
+The *Image Info* node gets information from image and animation.
+This can be useful to generate parameters in the geometry node for arbitrary images. Image information can be either general or frame-specific.
+
+Inputs
+======
+
+Image
+   Source image to get parameters from.
+
+Frame
+   Frame index for frame-specific outputs.
+
+
+Properties
+==========
+
+This node has no properties.
+
+
+Outputs
+=======
+
+Width
+   The number of pixels along the X axis. Specific to each frame.
+
+Height
+   The number of pixels along the Y axis. Specific to each frame.
+
+Has Alpha
+   Whether the transparency channel be different from 1 for the pixels of this image frame. Specific to each frame.
+
+Frame Count
+   The number of frames in an image or video frame sequence. For a static image, always 1.
+
+FPS
+   The number of frames per second. For static image is always 0.


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/input/image_info.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/input/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/input/index.rst	2022-11-26 00:32:28 UTC (rev 9716)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/input/index.rst	2022-11-26 01:11:00 UTC (rev 9717)
@@ -11,6 +11,7 @@
    boolean.rst
    collection_info.rst
    color.rst
+   image_info.rst
    integer.rst
    is_viewport.rst
    material.rst



More information about the Bf-docboard-svn mailing list