ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Get one specific entity out of all entities: method?

    8
    0 Votes
    8 Posts
    746 Views
    thomthomT
    DoubleCut makes me huddle up in a corner and cry.... My wish for SU in the future is for it to be developed further as a platform. Sorting out the bugs in the existing API and filling in the gaps.
  • Your first c++ project...

    14
    0 Votes
    14 Posts
    623 Views
    PixeroP
    @adamb said: FWIW This is essentially how LightUp works under the hood. I've had for some time realtime painting tools working in LightUp but I've never had time to productize them. Adam Maybe a MakeUp plugin.
  • [solved] rotating enitity toward target point

    3
    0 Votes
    3 Posts
    188 Views
    tbdT
    thanks Jim. just before your response I solved it in another way, using the axes of the target direction and creating a transformation array. wish I had asked this question 3 days ago
  • Virtual builder plugin - help

    5
    0 Votes
    5 Posts
    414 Views
    P
    i must have missed this topic, sorry saiscience83 To hide objects in there pre-active stage, you just delete that material. Let's say for example you want buildings that are going to be constructed hidden before the construction starts. Then you just have to delete the material 'Construction_pre' from the materials library.
  • Transformation Matrices, Wt and the Homogeneous Mystery

    4
    0 Votes
    4 Posts
    233 Views
    thomthomT
    Components/groups end up skewed if you got them nested a couple of times inside non.uniformly scaled parents.
  • Uniq! not working ?

    18
    0 Votes
    18 Posts
    1k Views
    R
    Working now Must have missed something last time i tried it.
  • Isaland detection bpoly autocad function

    12
    0 Votes
    12 Posts
    2k Views
    O
    did everyone just give up on this ?
  • Create group

    4
    0 Votes
    4 Posts
    239 Views
    P
    oh, ok.... it's simple. thx guys
  • Code Profiling

    28
    0 Votes
    28 Posts
    4k Views
    J
    I tried once to see it was possible to use the same folder for both systems. I just set each one to ignore the repos and configs of the other. It appeared to work; at least in my simple test folder. I tried and hg-git also, although it took some extra installation and setup. It also seemed to work just fine, although I had more warnings than I cared for - made me nervous.
  • Transformation

    9
    0 Votes
    9 Posts
    301 Views
    honoluludesktopH
    I was drawing the matrix from memory of a screen dump the night before and thought elements [9], [10], and [11] were the component's origin. So I tried to make that fit the illustration of your matrix, and erroneously guessed at the order:-)
  • Bug Splat Reporting

    4
    0 Votes
    4 Posts
    229 Views
    AndrewSA
    @martinrinehart said: Does anyone know if there is a relationship between Bug Splat reports and getting bugs fixed? Everything that has been said in previous responses is true. BugSplat tells us how often bugs occur that have the same signature. Therefore, if we set out with the aim to fix some of our most common bugs, we start at the top of the BugSplat list and work our way down. Every time we do a maintenance release or major release, we spend a fair bit of time fixing as many of the most frequently occurring issues as possible. Also, if a specific bug comes to our attention and it seems like a very big problem when it does occur, even if it doesn't occur very often, we will concentrate some effort on trying to establish how to reproduce it and whether we have any BugSplat data to help us dig deeper. Yes, there's a big correlation between BugSplat and bug fixing activities. Andrew
  • [code] Animation controller

    2
    0 Votes
    2 Posts
    1k Views
    M
    @jim said: This is a test piece I did last year. I post it as an example, although I think it basically works. Thanks, Jim. I DL'd, took a brief look and said, "Chapter 16". Gotta finish 15, first.
  • Transformation Matrix Tool

    19
    0 Votes
    19 Posts
    909 Views
    M
    @honoluludesktop said: Martin, My apologies;-) Apologies not needed. Besides, you're the only guy here who has the correct version number on Win XP.
  • Wood Cherry Original

    4
    0 Votes
    4 Posts
    561 Views
    M
    @jim said: The actual code that causes the BugSplat is relevant. May we see it? Not likely to get back there anytime soon. Materials have been so uncooperative that I've banned them from the Ruby portion of my tutorial. @tig said: a work around to effectively 'import a skm', is to have previously made a face with the required material and save that as a small skp file. Then in the main model use the import method to add this skp as a component, the desired material will come in with it. TIG, you have my undying affection for all the great information you provide! This, however, sounds a lot like a "you can't" answer to "I'd like to write a little Ruby..."
  • [code] Timer class

    3
    0 Votes
    3 Posts
    1k Views
    M
    @cjthompson said: you might want to put: t = Timer.new( 1/fps.to_f, tt ) Matz made some brilliant decisions, and some other decisions. The decision not to coerce to float was, maybe, one of the other decisions. How many times are you really helped by 9/2 returning 4?
  • How to inspect all faces?

    7
    0 Votes
    7 Posts
    267 Views
    thomthomT
    You probably want to look into the PolygonMesh class as well. if you use face.mesh - it willl return a PolygonMesh for that face. The PolygonMesh is triangualted. I got a plugin that let you hover over a face and visually see the PolygonMesh representation of that face: http://forums.sketchucation.com/viewtopic.php?f=323&t=21472
  • Creating pulldown menus

    4
    0 Votes
    4 Posts
    156 Views
    TIGT
    @richmorin said: I'm not sure about the distinctions and terminology here, so: This is the dialog one gets by selecting a component and using the "Window > Component Options" menu bar item on a Mac. It's the 'Dynamic Component Options' Window/Dialog...
  • Don't name a method "next"!

    9
    0 Votes
    9 Posts
    527 Views
    thomthomT
    Windows7, Ruby 1.8.0 - Console Session (IRB) C;\Users\Thomas>irb irb(main);001;0> next() LocalJumpError; unexpected next from C;/Ruby/lib/ruby/1.8/irb/workspace.rb;81;in `evaluate' from C;/Ruby/lib/ruby/1.8/irb/context.rb;219;in `evaluate' from C;/Ruby/lib/ruby/1.8/irb.rb;150;in `eval_input' from C;/Ruby/lib/ruby/1.8/irb.rb;263;in `signal_status' from C;/Ruby/lib/ruby/1.8/irb.rb;147;in `eval_input' from C;/Ruby/lib/ruby/1.8/irb/ruby-lex.rb;244;in `each_top_level_statement' from C;/Ruby/lib/ruby/1.8/irb/ruby-lex.rb;230;in `loop' from C;/Ruby/lib/ruby/1.8/irb/ruby-lex.rb;230;in `each_top_level_statement' from C;/Ruby/lib/ruby/1.8/irb/ruby-lex.rb;229;in `catch' from C;/Ruby/lib/ruby/1.8/irb/ruby-lex.rb;229;in `each_top_level_statement' from C;/Ruby/lib/ruby/1.8/irb.rb;146;in `eval_input' from C;/Ruby/lib/ruby/1.8/irb.rb;70;in `start' from C;/Ruby/lib/ruby/1.8/irb.rb;69;in `catch' from C;/Ruby/lib/ruby/1.8/irb.rb;69;in `start' from C;/Ruby/bin/irb;13 Maybe IRB bug!! irb(main);002;0> exit C;\Users\Thomas>
  • Hiding Outliner Window

    24
    0 Votes
    24 Posts
    3k Views
    F
    Hi Tig (and all others), Thanks for the responses, fixed my problem wonderfully. Kudos. I did try using start_operation() with the second parameter set to true, but the Outliner window is still redrawn when each dynamic component is redraw using $dc_observers.get_latest_class.redraw_with_undo(compInst).
  • Best way to export each layer as a file

    5
    0 Votes
    5 Posts
    248 Views
    TIGT
    @xiobus said: Anyone have suggestions on the best method or any methods on saving each layer as its own file? It already wrote it... http://forums.sketchucation.com/viewtopic.php?p=183609#p183609 export_by_layer('type')

Advertisement