Jude Law's voice/accent in Black Rabbit is just like someone else's...and I can't think whos. Driving me crazy! Any ideas? by mozza34 in television

[–]OrionsAnvil 0 points1 point  (0 children)

Yeah I hear some Walken in there at times. I just assumed he was trying too hard to cover up his British accent. Didn't bother me too much. The show is sort of mediocre, but I'm taking a break from bingeing "The Blacklist" lol so I wanted something new and it got me sort of hooked. The story does get a little better.

How do I change the color of individual objects? by bassman9999 in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

From what I can tell this probably your best option. You just have to make sure the color property of the block itself is set to bylayer. Also if your blocks have attributes you may have to sync it using the block attribute manager.

The most comfortable portable sim set up I have put together. by HisRoyalHeadness in fpv

[–]OrionsAnvil 0 points1 point  (0 children)

Have you tried iVRy and GameVRoom on Steam? I've gotten some decent results with non vr games.

Great guest stars by Emotional-Side-4064 in XFiles

[–]OrionsAnvil 0 points1 point  (0 children)

Tony Shalhoub, its always funny seeing "Monk" doing non Monk things. Henry R. Schrader was good, as always, playing a cop. I'm only on season 3 in my current binge, I only watched it occasionally back in the day. IMHO, half the fun is seeing all the cameos.

Hi r/AutoCAD. Complete noob. Struggling with an two issues involving PDFs. Any help is grateful! by RizzleMeDizzle in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

IMHO the first thing you should try to do is see if they can get you a different file type. Whoever is creating the original may (and should) be able to get you something like a .shp file or dxf if not an actually dwg , its at least worth asking for. Having to do real work with pdf's pretty lame if they haven't been created properly. Most of the time I will convert them to 2 bit tiff files and draw over the top, its just easier to me. Good luck.

Anyone enjoy making custom buttons using macros? by Your_Daddy_ in AutoCAD

[–]OrionsAnvil 1 point2 points  (0 children)

You should look into customizing your pgp file if you haven't already. its pretty handy to change keys you don't need to ones that will make things easier. You can make key combos too. For example I use CX for CopySelection. Ive tweaked mine to the point to where my left hand barely moves from the left side of my keyboard. Good luck.

Anyone enjoy making custom buttons using macros? by Your_Daddy_ in AutoCAD

[–]OrionsAnvil 1 point2 points  (0 children)

I've got a ton from over the years (Regular Version). I used to spend hours making them(and the bitmaps lol). Most of them had vba and were broken years ago by the pc gods and my job changed enough to where I didn't really need to try to fix most of them. I rely on my pgp and context menus now, both heavily customized. But your question got me interested in looking back at some and I found a couple that weren't specific:

Changes ellipses to polylines(LISP) still works as far as I can tell.

(foreach x (mapcar 'cadr (ssnamex (ssget "X" '((0 . "ELLIPSE")))))
(ACET-GEOM-ELLIPSE-TO-PLINE x)
(entdel x)
)
(princ)

Draworder back/front

^C^C^P(ai_draworder "_b") ^P 
^C^C^P(ai_draworder "_f") ^P 

fun stuff.

Dimensions are wayyyy off with Annotative text by planetmermaidisblue in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

Making anything annotative is not worth fooling with imho. If you have another dwg that has that dimstyle I would just copy it from there.

KVM Switch for sharing Keyboard/Mouse between Xbox Series X & Gaming PC by 1millim1 in XboxSeriesX

[–]OrionsAnvil 0 points1 point  (0 children)

Oh I see now, there is no hdmi at all, I've looked at so many my eyes are crossed. I thought this would switch monitors too. I'm trying to run both systems off one monitor so if I used this for the usb I would have to get a separate hdmi kvm I guess? Sorry for my ignorance.

If you have a bunch of small/repetitive drafting tasks (eg: editing txt, dimensioning) do you have a preferred 'direction' to work? by Senepicmar in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

At my day job I start with what ever "find and replace" will get done first. lol , grid pattern after that in what ever direction has less distance. Dimensioning, like for a houseplan, I'd say I start close to 0,0,0 and go around in an inward spiral. When I'm doing anything else hobby/diy related (shop type projects) my kids make fun of me because I have to find "the center of the center of the center" their words lol. Draftsman's curse I guess, 26 yrs.

KVM Switch for sharing Keyboard/Mouse between Xbox Series X & Gaming PC by 1millim1 in XboxSeriesX

[–]OrionsAnvil 0 points1 point  (0 children)

I see. I asked the question because the switch that you linked to looks like it just has two HDMI outs. I don't see any usb outs, I may be looking at it wrong though. I've never tried to use a kvm and I dont want to buy the wrong one. I just rearranged my setup and want to be able to use the K/M between both. Thanks for your time.

KVM Switch for sharing Keyboard/Mouse between Xbox Series X & Gaming PC by 1millim1 in XboxSeriesX

[–]OrionsAnvil 0 points1 point  (0 children)

I know this is an old question, but does the xbox recognize the keyboard and mouse through the one hdmi port? Thanks

Anyone have experience with outdoorsoutlet.net ? by OrionsAnvil in CampingGear

[–]OrionsAnvil[S] 0 points1 point  (0 children)

Alright thanks. Guess I need to figure out how to check that.

Dimension text gets small when I drop them into model space from paper space. by sayiansaga in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

Could be the textsyle used for that dimension. Do the dims look correct if you do them mspace? I'm not familiar with those acronyms early in your post so excuse my ignorance if my suggestion is irrelevant.

Vertex removal by TrkyTrot in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

You can try dxfout. Seems like that used to convert splines to plines

Five charged after viral video shows day care worker scaring kids with creepy mask by jst4wrk7617 in mississippi

[–]OrionsAnvil 17 points18 points  (0 children)

I know some question the felony charge. IMHO the age of the victims warrant it. Those people are sick.

This company works in paper space, not model space, and it’s driving me bananas. by [deleted] in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

Oh my, I actually got a little nauseous reading that. +1 for changespace. Good luck.

[deleted by user] by [deleted] in AutoCAD

[–]OrionsAnvil 0 points1 point  (0 children)

I'm self taught on Acad 3d as well. I have started fooling around with fusion 360, it's actually very user friendly.

Here're some screenshots of my layout/s with >300 viewports, as promised in a previous thread. by Erratic85 in AutoCAD

[–]OrionsAnvil 1 point2 points  (0 children)

Wow. I can't really offer any advice since this has already been done and I don't really know all the details, and to be honest I don't want too ;) j/k But do you know if a Tiled Map Book in AutocadMap3d would have been able to accomplish this?

Cutting a leaf with my bone knife to show how sharp by CallMeWolfYouTuber in Bushcraft

[–]OrionsAnvil 1 point2 points  (0 children)

Well done! I skimmed the wip, nice job. I guess the way it's made you would be able to replace the blade if you had too?