Changelog#
The format is based on Keep a Changelog.
[1.9.0]#
Changed#
Use newly created
SetVisibilitySelectedPrimsCommand
command to set all items to the same value instead of toggling
[1.8.0]#
Added#
Use the new items’
build_widget
method instead of a label
[1.7.0]#
Added#
Added
custom_tags_list
widget
[1.6.1]#
Fixed#
Fixed tests flakiness
[1.6.0]#
Changed#
Make set_context_name() an explicit method for plugins
[1.5.0]#
Changed#
Use updated
item.data
data structure. The data is now the prim itself.
[1.4.1]#
Fixed#
Gave the icon widget vertical stack a width of 0 to take only required space
[1.4.0]#
Added#
Added
build_icon_ui
function toStageManagerStateWidgetPlugin
Changed#
Changed
StageManagerStateWidgetPlugin
to center icons vertically by default.Changed
PrimTreeWidgetPlugin
to center icons vertically by default.Renamed
state_is_visible
toaction_is_visible
Use selection instead of item for the
action_is_visible
clicked behavior
[1.3.2]#
Changed#
Use renamed
build_overview_ui
function
[1.3.1]#
Changed#
Improve
PrimTreeWidgetPlugin
result text
[1.3.0]#
Changed#
Added ability for
PrimTreeWidgetPlugin
to display icons
[1.2.0]#
Changed#
Added
context_name
field to the USD baseImplemented the
IsVisibleActionWidgetPlugin
plugin
Fixed#
Fixed dependencies
[1.1.0]#
Added#
Added
StageManagerStateWidgetPlugin
plugin baseAdded
IsVisibleActionWidgetPlugin
plugin
Changed#
Implemented
PrimTreeWidgetPlugin
plugin
[1.0.0]#
Added#
Created