Skip to content

Commit 48d0c13

Browse files
committed
Updating the shelf to point to the right texture sheets
1 parent c9b9723 commit 48d0c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolbar/game_development_toolset.shelf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</toolshelf>
2626

2727
<tool name="update_toolset" label="Update Toolset" icon="CHOP_joystick">
28-
<helpURL>tool:update_toolset</helpURL>
28+
<helpURL>tool:update_toolset</helpURL>
2929
<script scriptType="python"><![CDATA[import os
3030
import urllib
3131
import json
@@ -293,7 +293,7 @@ roptoolutils.createRenderNode("gamedev::rop_games_baker")
293293
<tool name="rop_texture_sheets0" label="Texture Sheets" icon="COP2_mosaic">
294294
<helpURL>operator:Driver/rop_texture_sheets</helpURL>
295295
<script scriptType="python"><![CDATA[import roptoolutils
296-
roptoolutils.createRenderNode("gamedev::rop_texture_sheets")
296+
roptoolutils.createRenderNode("gamedev::rop_texture_sheets::2.0")
297297
]]></script>
298298
</tool>
299299

0 commit comments

Comments
 (0)