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

    Posts

    Recent Best Controversial
    • RE: SketchUp 2013 ;)

      @kwistenbiebel said:

      @jarynzlesa said:

      new icons 🀒 . why?

      ...cause the old ones were sooooooo 2012 . πŸ˜„

      So, back to 1999 ? πŸ˜„

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Sketchup 2013 issues

      @gareth said:

      Jeff, that's the minimalistic look...!

      Haha ! I laughed hard πŸ˜„

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Does VRay V1.6 beta work with SketchUp 2013

      @cuttingedge said:

      I think my trouble is more with sketchup 2013 than vray. the rendering part is smooth but I had bugsplat after bugsplat in the modeling part. which I think has nothing to do with vray.

      It's a gamble for you to install Vray 1.6 on SU 2013. YOu may acquire a license for SU 2013, but keep the vRAY 1.6 beta on your more stable SU like v8.

      In my experience, it's the opposite...
      I first installed Vray 1.6 on SU8, and got bugsplats over bugsplats while modeling (I guess due to Observers used by RT). So I loaded it only when needed.
      Then I moved on to SU2013 and have much less bugsplats.

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: VRAY is VRAY!!

      FYI the frame buffer on 3ds max with Vray 2.40.03 (the latest) tells me its core is 2.00.01

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: VRAY is VRAY!!

      2.00.02 according to the frame buffer.

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: What exactly does " FOR NON-COMMERCIAL USE ONLY" mean?

      I think there are also numerous students using Sketchup, or schools, or...

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: VRAY is VRAY!!

      It surely depends on the artist. Some say it's not the tool, it's how you use it.
      But even with proxies, VfS stays limited by SU for polycount. There aren't (yet) powerfull plugins like Multiscatter or Forest Pack. Dkendig said that over 400k proxies, Vray starts to chuckle. So there is still progress possible in that matter.
      Besides, VfS still lacks some great features, like fog etc.

      But yeah, now with proxies and dome light, we should see a significant improvement in image quality done in VfS !

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: What exactly does " FOR NON-COMMERCIAL USE ONLY" mean?

      @rich o brien said:

      Just like most companies, we’re not legally permitted to interpret our terms of use.

      Why is that ?

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Show me Yours and I'll Show you Mine.

      Wait a second... SU can benefit from SLI ? 😲
      Well, if true this is great news !

      posted in Corner Bar
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Anybody recognize this decal?

      Don't mean to interupt, but why is this in "SketchUp Discussions" and not the Corner bar ?

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: What does SketchUp 2013 do for developers?

      @thomthom said:

      Layer.visible, Layer.visible=, Layer.name, Layer.name= is there.

      I know, I use them already. I was talking about change for these, in the LayersObserver.

      @thomthom said:

      (From what I understand, Adam has found a way to do this vis the C++ API.)

      Hmm, would love to hear about this !

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: What does SketchUp 2013 do for developers?

      @adamb said:

      The litmus test for me is that I can walk the entire DOM and do.. whatever. Whether its in Ruby or C++. Yes, there are a small number of missing getter methods - Layer Color, Scene ordering - but the amount of gnashing of teeth I've seen posted the last couple of days around SU2013 seems totally out of proportion.

      Yeah, well... I've not been around the SU-dev world for long, but even for the small things I've been doing, I miss a number of things : Layers being hidden/visible, layers being renamed, layers color get/set, layer delete, etc... There are some workaround for some of them (not all), but I feel like it should be native in the API.
      You're talking about stability. Aren't native methods more stable than workarounds ?

      @adamb said:

      SketchUp is still a great, low-barrier-to-entry platform for modelling.

      I totally agree ! πŸ˜„ But that's not the point

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: What does SketchUp 2013 do for developers?

      @adamb said:

      1. Dramatic changes/additions in APIs are generally a 'Bad Thing' in realworld software engineering. What you want is incremental (ideally backwardly compatible) progression. Think of it from the POV of the developers: having a new API for the latest version fo SketchUp is all fine and dandy, but you have N thousands of people out there on SketchUp 7 and 8 using your stuff. Having to develop multiple execution paths for different versions is a PITA and adds to instability.

      I think most people are not complaining about the lack of "dramatic changes", but about basic methods still missing.

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Vray 1.6 open beta

      By the way, will there be multiple beta releases during these three months, or do you plan to adress all the bugs for the future proper release ?

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Remove layer

      @tig said:

      I did write a whole raft of 'missing' layer methods...
      I just thought I'd let you learn by doing... πŸ˜‰

      I learn by looking at what you wrote !

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Remove layer

      TIG is being modest, but he actually wrote a snippet for it : http://sketchucation.com/forums/viewtopic.php?t=20086

      But don't use it as is, you need to modify it to use the method in your own namespace.
      Here is how I did it (There may be some mistakes, I'm just starting ruby ! So check it, but it works fine for me) :

      ### LAYER DELETE METHOD ### ------------------------------------------------------
      	#Simple modification of TIG's snippet delete-layer.rb
      	#Basically, move or delete layer content, then creates an entry for every layer except one to delete, then purge layers, then delete entries
      	
      	def self.deleteLayer(layer, delete_geometry=false)
      		model=Sketchup.active_model
      		ents=model.entities; defs=model.definitions; layers=model.layers
      		model.start_operation ("Delete layer")
      		if delete_geometry
      			allents=[]
      			ents.each{|e|allents<<e if e.valid? and e.respond_to?(;layer)and e.layer==layer}
      			defs.each{|d|d.entities.each{|e|allents<<e if e.valid? and e.respond_to?(;layer)and e.layer==layer}}
      			allents.each{|e|e.erase! if e.valid?}
      		else ### move geom to Layer0 etc
      			ents.each{|e|e.layer=nil if e.respond_to?(;layer)and e.layer==layer}
      			defs.each{|d|d.entities.each{|e|e.layer=nil if e.respond_to?(;layer)and e.layer==layer}}
      		end#if
      		group=ents.add_group();gents=group.entities ### temporarily use other layers
      		temp=gents.add_group()
      		temp.layer=nil
      		(layers.to_a-[layer]).each{|layer|tc=temp.copy;tc.layer=layer}
      		model.active_layer=nil if model.active_layer==layer ### ensure layer is not current layer
      		layers.purge_unused ### purge layer from browser
      		group.erase! ### erase! the temporary layer user, use set as was.
      		model.commit_operation 
      	end#def
      

      Call it with something like self.deleteLayer(layers[layerName])

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: SketchUp 2013 ;)

      @thomthom said:

      There are more improvements, but under the hood.

      Which are ?... πŸ˜•

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: SketchUp 2013 ;)

      @dave r said:

      Who said anything about it doing anything different.

      CadFather did :

      @cadfather said:

      check out the new orbit tool icon.. you don't even have to press the mouse wheel.. πŸ‘

      I'm confused, I don't know if he's joking any more ^^

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: SketchUp 2013 ;)

      @dave r said:

      The Orbit tool in 2013 doesn't look like that at all.

      Yeah it looks like this
      http://i.imgur.com/mrFpDFN.png

      But it does exactly the same thing, doesn't it ?

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: SketchUp 2013 ;)

      @cadfather said:

      You mean this one ?
      http://i.imgur.com/9Xiro9T.jpg

      Oh wait...

      that's the one... guess i'll get used to it, but was hoping for a slightly sleeker cursor there.[/quote]
      You're joking, right ?

      Just in case : The one I posted is from v7 (V8 is blue I believe). Nothing new here πŸ˜„

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • 1
    • 2
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 48 / 52