sketchucation logo sketchucation
    • Login
    1. Home
    2. bagatelo
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 43
    • Posts 284
    • Groups 1

    Topics

    • bagateloB

      Automate Color Variations in SketchUp with Ease

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions
      1
      1
      1 Votes
      1 Posts
      37 Views
      No one has replied
    • bagateloB

      "Transforming Colors into Materials: A Plugin Inspired by Adobe Kuler"

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions
      7
      5
      0 Votes
      7 Posts
      90 Views
      bagateloB
      @Rich-O-Brien [image: 1717980575226-5454.jpg] I got what I wanted, but I had to do a python script to get what I wanted. Chatgpt helped me a lot. See the zip file attached in the link. There are the scripts, the images downloaded from the Adobe Color website, and an skp file with the results of everything I wanted. https://www.dropbox.com/scl/fi/r02n9htl725rajx9ywtco/adobe.zip?rlkey=34xiw9xw8dykpest4g7lcq3va&dl=0
    • bagateloB

      [req]rename objects with name of the layer

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      16
      0 Votes
      16 Posts
      6k Views
      renderizaR
      @bagatelo said: You could change the code to rename the definition name? With the code below the definition name is created. model = Sketchup.active_model ents = model.active_entities groups = ents.grep(Sketchup;;Group) components = ents.grep(Sketchup;;ComponentInstance) num = 0 groups.each do |group| group.name = nil.to_s end groups.each do |group| if group.name == nil.to_s num=0 end groups.each do |g| if group.layer.name == g.layer.name if g.name == nil.to_s num+=1 bytenum = num.to_s.length if bytenum == 1 zeros = "00" end if bytenum == 2 zeros = "0" end if bytenum >= 3 zeros = nil.to_s end g.name = group.layer.name.concat(" - #{zeros}#{num}") end end end end components.each do |component| component.name = nil.to_s end components.each do |component| if component.name == nil.to_s num=0 end components.each do |c| if component.layer.name == c.layer.name if c.name == nil.to_s num+=1 bytenum = num.to_s.length if bytenum == 1 zeros = "00" end if bytenum == 2 zeros = "0" end if bytenum >= 3 zeros = nil.to_s end #c.name = component.layer.name.concat(" - #{zeros}#{num}") c.definition.name = component.layer.name.concat(" - #{zeros}#{num}") end end end end @bagatelo said: The reason I asked this plugin is because I'm trying to use the plugin "Solid Quantify by TAK2HATA". It's a wonderful plugin, and I need something to easily modify the names of components. Note the attachment files. Will check it out indeed.
    • bagateloB

      [REQ] Plugin to make accurate budgets...

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      20
      0 Votes
      20 Posts
      5k Views
      KrisidiousK
      No, I mean it can make accurate budgets... I was referring to the OP.
    • bagateloB

      Plugin to make same configuration on all materials

      Watching Ignoring Scheduled Pinned Locked Moved V-Ray render plugins extensions
      3
      0 Votes
      3 Posts
      290 Views
      bagateloB
      Will be very coll if we can define some same configurations in sketchup pure materials by layer for each object.
    • bagateloB

      Plugin Idea - Sets of Plugins

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      196 Views
      Rich O BrienR
      Like this? http://sketchucation.com/forums/viewtopic.php?f=323&t=53401 I use it everyday
    • bagateloB

      Scene Rename not working

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      4
      0 Votes
      4 Posts
      851 Views
      renderizaR
      Hi, not familiar with the plugin you mentioned but you might want to check [Re]Scene which also is capable of renaming all your scenes. http://sketchucation.com/forums/viewtopic.php?p=472206#p472206 Cheers!
    • bagateloB

      Layers from Material list

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      95 Views
      massimoM
      Maybe this one could help? Never tried it though, so I don't know if it does exactly what you want.
    • bagateloB

      Bim.bom

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      1
      0 Votes
      1 Posts
      188 Views
      No one has replied
    • bagateloB

      Show / hide layers in render sequence?

      Watching Ignoring Scheduled Pinned Locked Moved V-Ray render plugins extensions
      6
      0 Votes
      6 Posts
      323 Views
      andybotA
      @valerostudio said: Andy, are you still happy with the workflow in Blender? I haven't quite made the jump to production work in Blender. I've been trying out some higher-poly models to see how well the import works. The biggest issue with workflow right now is where I have a lot of component instances (like a restaurant with furniture for example) it all comes in as one huge model. You can make instances in Blender, so I could bring in one component of each thing and make duplicates in Blender - but, you know - doesn't seem like the best workflow. There's also proxy, which is sweet, but I've only brushed the surface yet. Otherwise, I'm still just learning the ins and outs of Blender. I really love the program, but it's also very deep. I'm also trying to figure out vray settings (using the standalone.) I've been trying to get my renders to look the same as out of vfsu, but it's surprisingly difficult to find all the right settings to switch. GI is handled very differently (dome light), so there's not just the simple switch that we have in vfsu. Artificially lit spaces are much more easy to replicate. I also just don't have a whole lot of time to devote, as I've been booked pretty solid lately. It's a good thing, but I just don't have as much time to play Andy
    • bagateloB

      Plugin Idea - 2 line to 3D dimension object

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      17
      0 Votes
      17 Posts
      486 Views
      bagateloB
      My idea with this plugin would be able to show in my renderings for my clients the dimensions of the furniture and objects that would be created by woodworkers and other professionals. Unrelated to create objects with three clicks ... or sizing objects by XYZ.
    • bagateloB

      Plugin Idea: place dimensions

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      6
      0 Votes
      6 Posts
      253 Views
      bagateloB
      Ok, I understand. So let's dream. See the "EXEMPLO". exemplo.skp
    • bagateloB

      Never more kill Sketchup. That's my desire.

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      4
      0 Votes
      4 Posts
      410 Views
      thomthomT
      Yea, I wish we could do that. I've been trying to lobby for a way to have a responsive progressbar and cancel button in SU. Still hoping for it. Many hours has been spend by good plugin authors trying to find a good solution for this. But when it comes to it, it's something that needs to be built into SU in order to make the UI responsive.
    • bagateloB

      [REQ] time machine for layers

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      201 Views
      M
      You could try the "Archiver" plugin that TIG produces, as I believe that it does something similar to what you're describing. I've never gotten it to work quite right, but then I haven't really invested much time into actually learning how to use it properly. http://forums.sketchucation.com/viewtopic.php?t=18179 Hope that helps, Matt
    • bagateloB

      [REQ] powerful unhide

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      10
      0 Votes
      10 Posts
      2k Views
      bagateloB
      This tool you did are really interesting. But I was wrong about the reason why I ask for this plugin. The problem was that when I render a scene in V-ray, everything was dark. I rendering from far away and I see that I had a huge object involving the whole scene. I thought it was a hidden object that this tool could make me find out. But this was not the problem. The problem, as I discovered later, was on "scale definition." The plugin for V-ray for some reason did not translate correctly the object as I seen in the scene, but according to the scale of the original object. Your plugin could also automatically define all the objects as "scale definition" as we see in the scene??? I tested this script in the the scene I'm working on, and could not see any results, because the scene I'm working on is very large and took too long time, so I had to kill the sketchup. Another thing I think will be great is the possibility of being able to choose what kind of object it takes from the "hidden world" and brings to our reality. Thank you TIG.
    • bagateloB

      Spreadsheet for keyboard shortcuts

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Tutorials sketchup
      6
      0 Votes
      6 Posts
      2k Views
      bagateloB
      @unknownuser said: I think Bagatelo's point is to identify which keys aren't not yet assigned as shortcuts? Yes, there are some errors in that table. I'm working on a new version. Wait a few days.
    • bagateloB

      MULTI SIDE BY SIDE REFRIGERATOR.

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Components, Materials & Styles sketchup
      1
      0 Votes
      1 Posts
      741 Views
      No one has replied
    • bagateloB

      Rename the names of the materials

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      286 Views
      bagateloB
      TIG I'm so grateful for your help. But if I like to complete clean old names, and serialize by numbers? Thanks again. This is great to me.
    • bagateloB

      [Tutorial]Export models from 3dsmax to SU...

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Tutorials sketchup
      5
      0 Votes
      5 Posts
      20k Views
      E
      @bagatelo said: After that it's only export to Google Sketchup, that objects do not come all messed up. Thanks.. Sorry, but a question, in wich format do you export model please ? Thanks, best regards
    • bagateloB

      [REQ] Tool to delete faces without thickness.

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      6
      0 Votes
      6 Posts
      773 Views
      bagateloB
      Call me little 'youngling'. I have done some modification in cleanup plugin. http://forums.sketchucation.com/viewtopic.php?f=323&t=22920&p=310264#p310264
    • 1
    • 2
    • 3
    • 1 / 3