The Bring My View Back plugin worked with a few tweaks, thanks so much.
Latest posts made by The Nazgul uk
-
RE: Convert Pixel values to Co-ordinates
-
RE: Convert Pixel values to Co-ordinates
What im trying to achieve to to draw a line between two pixels that are inputted and for there to be a line on sketchup between the points that these correspond to in the view.
-
Convert Pixel values to Co-ordinates
I'm trying to convert pixel values from the screen to the co-ordinates in sketchup. I can so far find the plane that the camera is in and the two vectors that define the plane. I also know the pixel values for the four corners of the viewing area, but can't work out how to link these to allow me to link the input of from the pixels. The co-ordinates will be plotted a plane which is parallel to the plane of the camera but shifted by an arbitrary amount using the normal vector. Any help would be much appreciated.
Thanks
-
RE: Plugin running indefinitely
Thanks for all of the help, im now using a timer which solves the problem perfectly
-
RE: Plugin running indefinitely
There is nothing in here I can see the way that it runs repeatedly can someone please help !!
-
RE: Plugin running indefinitely
I first tried having a while loop of
while(1)
check text file procedure
endthis seemed to stop sketchup responding, so i tried a while loop with no output
and this also crashed it. The prince IO game sounds like what I need -
Plugin running indefinitely
Hi I've been using sketchup quite a lot but have just started
writing plugins for it. I am trying to make a plugin which, once activated
runs indefinitely and external inputs outside sketchup cause changes to what is being worked on. However, when I try an run the plugin in an while(1) loop sketchup crashes and stops working. Is there a way to make this work??Thanks for the help
The Nazgul uk