166f7c7a98a222ef33696c9c6576c91f0bc65b4a
The current documentation on `AssetRepresentation.full_library_path` indicates that it will give the fully qualified path to the asset (the path to the `.blend` file extended with the path to the asset). This is not the case however, and it only returns the path to the `.blend` file, leaving there no way to actually get an easy-to-use path to the asset. This commit adds a new `full_path` property to `AssetRepresentation` that lets the user get the fully qualified path to the asset. The documentation for the `full_library_path` has been updated to accurately reflect what it does.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
