Wow, render guru and scary fella all in one. All that talk of Halloween and Valentine's day in one go reminds me of the MIL, the outlaw in chief.
You do realise the goalposts have now moved into the stratosphere, I take it.........
This is the system group for registered users
Wow, render guru and scary fella all in one. All that talk of Halloween and Valentine's day in one go reminds me of the MIL, the outlaw in chief.
You do realise the goalposts have now moved into the stratosphere, I take it.........
Gotcha, for some reason 'outliner' was missing from my default tray.
I completely missed the absence. Pun intended.
Re: [Plugin] Recall last tool v1.2
code_text
```require 'sketchup.rb'
class MattObserver < Sketchup::ToolsObserver
@@last_tool_id = nil
@@toggle = true # Geçiş durumunu kontrol eden değişken
def onActiveToolChanged(tools, tool_name, tool_id)
# Geçmişte kullanılan araç kimliklerinden biri değilse sakla
@@last_tool_id = tool_id unless [21022, 10508].include?(tool_id) || tool_id >= 50000
puts "Active tool: #{tool_name} --> ID: #{tool_id}" unless [21022, 10508].include?(tool_id) || tool_id >= 50000
end
def self.recall_last
if @@last_tool_id
# Geçiş durumuna göre son kullanılan araca ya da seçim aracına geç
if @@toggle
Sketchup.send_action("selectSelectionTool:")
else
Sketchup.send_action(@@last_tool_id)
end
@@toggle = !@@toggle # Geçiş durumunu tersine çevir
else
puts "No previous tool. Selecting default tool."
Sketchup.send_action("selectSelectionTool:")
end
end
end
Sketchup.active_model.tools.add_observer(MattObserver.new)
# Call MattObserver.recall_last
@Rovasli67 said in [Plugin][$] ThruPaint - v2.6a - 15 Oct 24:
Did anyone else notice that Thrupaint stopped working?
Did you read the several posts above yours? As Rich wrote, Fredo is aware of it and we need to wait for him to issue an update.
It's getting there. I would pick a warmer light color and make that interior light less strong.
Thanks for that, how did you rename the lights tho'?
Rayscaper takes the name of the light components. You can rename them in the outliner:
The same for materials, Rayscaper takes the names of the SketchUp materials.
Cheers,
Thomas
Hi All,
Did anyone else notice that Thrupaint stopped working? It worked until recently, but not anymore. It no longer works for me on the Mac and for my colleague it no longer works in the Windows version either. I am working with the most recent SketchUp version and all SketchUcation extensions are up-to-date. Does anyone know what could be going on?
What happens is dat when I click on any of the Thrupaint icons in the toolbar nothing happens, without any message. The same happens in the Windows version of SketchUp so it seems that there is something wrong with te extension?
Thanks in advance!
Ronald
@kaleen_pl Fredo is aware of this issue. We need to wait for him to push an update to address the cause.
Purchased a license and updated from 2.4 to 2.6a but the latter does not work. Can only see the toolbar, but when using it nothing happens. How can we get some assistance?
Not a full 500 samples but getting there. I desaturated in Affinity photo.