sketchucation logo sketchucation
    • Login
    1. Home
    2. renderiza
    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 98
    • Posts 783
    • Groups 2

    Topics

    • renderizaR

      OnKeyDown not working when Web dlg is focuse...why?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      390 Views
      D
      some reading http://unixpapa.com/js/key.html it's title JavaScript Madness: Keyboard Events trying to get my head around it at the moment...
    • renderizaR

      How to create donation button for your plugins?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      532 Views
      renderizaR
      Thank you very much TIG!
    • renderizaR

      How to store slected file directory name on a variable?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      297 Views
      Dan RathbunD
      @Rafael: The API UI module does not have a folderpicker, YET. We have filed Feature Requests for one, and fontpicker, and colorpicker, and etc., etc. For now users must pick a file within the target folder. (We are out of luck if the folder is empty.) @thomthom said: @dan rathbun said: @sound = filepath.gsub("\\",'/') Since / as path separator isn't hard coded I tend to use: @sound = File.expand_path(filepath) One could also do: @sound = filepath.gsub("\\", File::SEPARATOR) But I prefer the first. Your second one is safer. Yes I got lazy, but my purpose here is going from the OS to Ruby. I imagine that after tha statement the path will be used by Ruby's Dir and File methods. Later on... to go back to the OS I'd use filepath.gsub("\/", File::SEPARATOR) if it is even necessary. Be careful with expand_path() because it is DUMB! Your example will work only because the UI.openpanel method returns an absolute path. When the path is a relative path,... the method simply concatenates the current working directory path and the argument path, regardless if the result is really a valid path.
    • renderizaR

      Can Plugin Script Run while using other tools?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      153 Views
      renderizaR
      Thank you both for help I think I will not work on that plugin idea for the time being. Cheers!
    • renderizaR

      [Plugin] GOSU v1.1.1

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      69
      0 Votes
      69 Posts
      67k Views
      O
      This is a great tool! is there anyway the information saved to a component be retained when saving out to a component library? I have loads of technical components that my team use to build with and if would be great if the GOSU info was there when a component was pulled in?
    • renderizaR

      How to place 'Groups' or 'Components' rotated ?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      1
      0 Votes
      1 Posts
      116 Views
      No one has replied
    • renderizaR

      How to display Vertex and change color when selected?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      10
      0 Votes
      10 Posts
      463 Views
      Dan RathbunD
      Don't put spaces between method names and their argument lists when you surround the list with** ( )** Ruby generates a warning for every line that has the unneeded space.
    • renderizaR

      How to select last entity selected?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      218 Views
      renderizaR
      I have tried but seems I can't get it to work or understand correctly. Is there a sample code that can better illustrate this. Thanks!
    • renderizaR

      How to recognize cursor on top of texture?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      233 Views
      thomthomT
      @unknownuser said: Add:: On Material - I am actually happy that the default material returns nil because it may pass as a mask feature But this line will cause an error: if flags == 1 && @@sel != nil && @@texture_addon == true && selected_face_mat.texture != nil If selected_face_mat is nil then you cannot call .texture on it.
    • renderizaR

      [code] Is there a way to know if cursor on top of shadow?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      310 Views
      Dan RathbunD
      ... because in a boolean expression nil (and false,) eval falsely. Everything else including true, [] (an empty array), and 0 (the integer zero,) evaluate truthfully.
    • renderizaR

      [Plugin] Canvas v1.1.3

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      98
      0 Votes
      98 Posts
      71k Views
      D
      Long time no update
    • renderizaR

      Hide Cursor Help

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      571 Views
      renderizaR
      Thank you Driven & Dan Rathbun I solved it thanks to you guys! Note: loading my plugin as tool solved another problem without me trying and that is when you are playing the game before you could click & drag mouse and select objects which was bad but now its all fixed!
    • renderizaR

      Painting Plugin Help

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      383 Views
      renderizaR
      Christ Fullmer you are a genius!!! This transform SketchUp into the best painting application in my opinion...I will see If I can expand this & add new features to make it even better. I am so excited!...again thanks!
    • renderizaR

      Portable SketchUp Game Possible?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      500 Views
      KrisidiousK
      Actually a EuroZone court found that you can transfer your license. But that was a paid license not a free one. And would most likely only be applicable in that jurisdiction. But alas Russia and some other places don't care what kind of copyright law you write. They do as they please. And I never had any issues with registry keys. Although I run CC cleaner on my registry every few months just to keep it tidy.
    • renderizaR

      Stop SketchUp from asking to save file before closing?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      303 Views
      renderizaR
      Thank you so much...This solved my problem! The one I am using is your second suggestion since the revert method didn't produce what I wanted. The time it takes to save is not much so I am happy. Again thanks!
    • renderizaR

      Animation Section

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      1
      0 Votes
      1 Posts
      792 Views
      No one has replied
    • renderizaR

      Slicer Intro Animation

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      7
      0 Votes
      7 Posts
      326 Views
      renderizaR
      Using csv file to control time & velocity is perfectand simple technique for future projects. The Free transform file is very cool indeed I'll be sure to study it so I can find other ways to use it. Again thanks!
    • renderizaR

      [Tutorial] Installing Plugins

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Tutorials sketchup
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • renderizaR

      [Animation] SketchUp Origami (Paper Crane)

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      12
      0 Votes
      12 Posts
      3k Views
      renderizaR
      Hi, Thanks for teaching me how to use visibility in transformation processor! Using File_Api through Physic Control to make csv file that will controls the time when the value is 0 or 1 for the Threshold Processor to covert to true or false for visibility transformation is very powerful feature indeed. I hope I can keep learning new stuff with the help of you guys...Thanks!
    • renderizaR

      [WIP] [Fan Animation] Super Meat Boy

      Watching Ignoring Scheduled Pinned Locked Moved WIP
      20
      0 Votes
      20 Posts
      3k Views
      renderizaR
      Seeing everyone is comments is really encouraging so thank you all. iichiversii is right and if you have not seen 'Indie Game the Movie' I hope you take the time and go to watch it. I know people don't like it when others try to sell them things without them asking for it but I am just recommending ... If you want there is a bundle sell of 6 games & documentary were you set the prize you want to buy it with controls over what money goes to developers, charity that helps children in need to have games this Christmas to play with and more. Here is the link; http://www.humblebundle.com/#popup-indiegamethemovie Also Steam is giving great deal for the movie and games as well; http://store.steampowered.com/ Again thanks for the comments!
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5