sketchucation logo sketchucation
    • Login
    1. Home
    2. tbd
    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 37
    • Posts 600
    • Groups 1

    Posts

    Recent Best Controversial
    • New minipublications at books.sketchucation.com

      A few weeks ago SketchUcation launched its new books site. Our first publication was “Let’s SketchUp’ by Tom Fenn. This is a 44 page book aimed at absolute Google SketchUp beginners and kids.

      We have now added two additional ‘Step by Step’ tutorial books by Alvydas. These books are in the area of furniture design. The fist of Alvydas’ books covers the 3 D modelling of the Grete Jalk armchair and the second is Chairs for Kids. Each of the downloads include the actual SketchUp file for reference, this is very useful when learning!

      Also we implemented a new design that is also mobile friendly.

      Check it out at http://books.sketchucation.com


      http://news.sketchucation.com/files/2011/11/Books-Page-480x349.jpg

      posted in Corner Bar
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      extconf.rb - external configuration, it generates the makefile to create the extension. using makefile you can automate builds and tests.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      Thom: #pragma comment(lib, "*.lib") adds the libraries to the link phase (that hold imports and functions code)

      it was a way to make sure that it will compile even if you create a new project and don't use in mine in PellesC.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Mac ruby editor

      or Sublime Text (both Win/OSX)

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Unified Info for Noobies? Wiki?

      funny thing, I was thinking the same last night. need to think about it though.

      what we need is a list of features that you want implemented, here are some of mine:

      • step by step tutorials
      • realtime try of ruby/webdialog code along the tutorial
      • gallery of existing open sourced projects
      • easy to update, something like pull requests from github
      • good search (that allow less then 3 letter query)
      • voting for new features
      • ... add yours
      posted in Developers' Forum
      tbdT
      tbd
    • RE: Get form data from webdialogs?

      JavaScript Get or Set Checked Radio Value

      JavaScript Get or Set Checked Radio Value

      favicon

      (www.somacon.com)

      EDIT - added code to parse the form (scroll down)

      
      <form name="input" action="html_form_action.asp" method="get">
      What kind of shirt are you wearing? <br />
      Shade; 
      
      <input type="radio" name="shade" value="dark">Dark
      <input type="radio" name="shade" value="light">Light <br />
      Size;
      <input type="radio" name="size" value="small">Small
      <input type="radio" name="size" value="medium">Medium
      <input type="radio" name="size" value="large">Large <br />
      <input type="submit" value="submit">
      </form>   
      
      <!-- added by TBD -->
      
      <div id="output"></div>
      <script type="text/javascript" charset="utf-8">
      	var output = document.getElementById("output");
      	var form = document.forms[0]
      	var radios = form.elements
      
      	form.onsubmit = function(){
      		output.innerHTML = ""
       		for (var i in radios) {	  	
      			var current = radios[i]
      			if (current.hasOwnProperty("checked"))
      	  		output.innerHTML += current.value + ";" + current.checked + "<br>"
      		}
      		return false;
      	}
      </script>
      
      
      posted in Developers' Forum
      tbdT
      tbd
    • RE: All avatars are the mask of &quot;anonymous&quot; image!!!

      some Nov 5 (at least it is here) fun. blame TIG for it 😉

      harnstein: they already backed out from that.

      posted in Corner Bar
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      pull requests away - https://github.com/sketchucation/suext 😉

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      https://github.com/sketchucation is ready to accept projects 😉

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      fork - it creates a duplicate of the entire project in your account. you can change only in one subdirectory if you want.
      pull request - you make the changes in your forked project and send a pull request so I can integrate your changes

      you need to add some changes to send a pull request to me first.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Tutorial] SketchUp Ruby C Extension

      can you fork https://github.com/TBD/OpenSUP/tree/master/SUExt and send a pull request for the OSX version ?

      will try to make a step by step page for compiling on PellesC (I will not install VStudio on virtual machine 😉

      posted in Developers' Forum
      tbdT
      tbd
    • RE: .SKP File Structure

      which is not support that much anymore. and needs MS COM mumbo jumbo to work 😞

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Sketchup Lib

      they are not available as they are part of sketchup internals. I started some time ago a Sketchup dummy module to be able to debug outside of Sketchup slow environment but I didn't arrived too far.

      posted in Plugins
      tbdT
      tbd
    • No more porn for UK

      http://www.guardian.co.uk/society/2011/oct/11/pornography-internet-service-providers

      Biggest four UK ISPs switching to 'opt-in' system for pornography are BT, Sky, TalkTalk and Virgin. Customers who do not opt in to adult content will be unable to access pornographic websites.

      posted in Corner Bar
      tbdT
      tbd
    • RE: IPhone 4S Announced

      ... for me the camera. and siri too 😉

      posted in Corner Bar
      tbdT
      tbd
    • Insert 3D objects in photos

      @unknownuser said:

      With a single image and a small amount of annotation, our method creates a physical model of the scene that is suitable for realistically rendering synthetic objects with diffuse, specular, and even glowing materials while accounting for lighting interactions between the objects and the scene.

      Link Preview Image
      Page not found · GitHub Pages

      favicon

      (kevinkarsch.com)

      [flash=800,600:1ygv39d3]http://vimeo.com/moogaloop.swf?clip_id=28962540&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"[/flash:1ygv39d3]

      posted in Corner Bar
      tbdT
      tbd
    • RE: Trace what prevents an object from being GC'd?

      several solutions:

      • patch ruby vm - https://gist.github.com/73674
      • memproof gem - http://timetobleed.com/memprof-a-ruby-level-memory-profiler/ (Linux x64 only)
      • ripping the internals via debugger 😉 - http://www.coffeepowered.net/2010/08/23/debugging-memory-leaks-in-ruby-with-gdb-round-2/

      does it eat a lot memory ?

      posted in Developers' Forum
      tbdT
      tbd
    • RE: [Code] Creating attr like methods

      maybe add an example in this thread (maybe original post) to have it for further searches. thanks.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Open Source License?

      http://www.opensource.org/licenses/Simple-2.0 ?

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Ruby Console access from C extension

      system this command:

      logger "this is my message in the console.app All Messages"
      
      posted in Developers' Forum
      tbdT
      tbd
    • 1 / 1