feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Custom generator of previews.
|
||||
</brief_description>
|
||||
<description>
|
||||
Custom code to generate previews. Please check [code]file_dialog/thumbnail_size[/code] in [EditorSettings] to find out the right size to do previews at.
|
||||
Custom code to generate previews. Check [member EditorSettings.filesystem/file_dialog/thumbnail_size] to find a proper size to generate previews at.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<param index="2" name="metadata" type="Dictionary" />
|
||||
<description>
|
||||
Generate a preview from a given resource with the specified size. This must always be implemented.
|
||||
Returning an empty texture is an OK way to fail and let another generator take care.
|
||||
Returning [code]null[/code] is an OK way to fail and let another generator take care.
|
||||
Care must be taken because this function is always called from a thread (not the main thread).
|
||||
[param metadata] dictionary can be modified to store file-specific metadata that can be used in [method EditorResourceTooltipPlugin._make_tooltip_for_path] (like image size, sample length etc.).
|
||||
</description>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
<param index="2" name="metadata" type="Dictionary" />
|
||||
<description>
|
||||
Generate a preview directly from a path with the specified size. Implementing this is optional, as default code will load and call [method _generate].
|
||||
Returning an empty texture is an OK way to fail and let another generator take care.
|
||||
Returning [code]null[/code] is an OK way to fail and let another generator take care.
|
||||
Care must be taken because this function is always called from a thread (not the main thread).
|
||||
[param metadata] dictionary can be modified to store file-specific metadata that can be used in [method EditorResourceTooltipPlugin._make_tooltip_for_path] (like image size, sample length etc.).
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue