> Inherits from bpy_prop_collection to add custom methods to the collection. Accessible from: `human.skin.links` Inherits from [[bpy_prop_collection]], [[bpy_prop]] ### Properties --- ##### Bl Rna: ```py human.skin.links.bl_rna >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Clear: ```py human.skin.links.clear >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### New: ```py human.skin.links.new >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Remove: ```py human.skin.links.remove >>> 'NoneType' object has no attribute 'fget' ``` No docstring available. `Returns 'NoneType' object has no attribute 'fget' ` --- ##### Rna Type: ```py human.skin.links.rna_type >>> 'getset_descriptor' object has no attribute 'fget' ``` The property type for introspection `Returns 'getset_descriptor' object has no attribute 'fget' ` ---