v1.5.0 #24
webermm
announced in
Announcements
v1.5.0
#24
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[1.5.0] Multisampling, dynamic render order control, Python API improvements
Added
renderableTags
properties for each tag linkable.get/setTags
,get/setMaterialFilterTags
, andget/setRenderableTags
functions to access thetags
,materialFilterTags
, andrenderableTags
properties en bloc.renderableTags
property inRenderLayer
objects is now visible from Python to allow linking it.addExternalProject(path)
to add a project as external reference.addExternalReferences(path, type)
to import all objects of a certain type as external references. Type can be either a single string or a list of strings to import multiple types at once. Returns the imported objects.Changes
Fixes
This discussion was created from the release v1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions