> Inherits from bpy_prop_collection to add custom methods to the collection. Accessible from: `human.skin.nodes` Inherits from [[bpy_prop_collection]], [[bpy_prop]] ### Properties --- ##### Active: ```py human.skin.nodes.active >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Bl Rna: ```py human.skin.nodes.bl_rna >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Clear: ```py human.skin.nodes.clear >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### New: ```py human.skin.nodes.new >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Remove: ```py human.skin.nodes.remove >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Rna Type: ```py human.skin.nodes.rna_type >>> 'getset_descriptor' object has no attribute 'fget' ``` The property type for introspection `Returns 'getset_descriptor' object has no attribute 'fget' ` --- ### Methods --- ##### Get Image Nodes ```py human.skin.nodes.get_image_nodes() >>> List[bpy_types.ShaderNode] ``` *Inherited from [[Could not find source]]* Get all nodes that are ShaderNodeTexImage. **Returns:** - `returns (List[bpy_types.ShaderNode])`: List[ShaderNode] ---