Showing posts with label Hack. Show all posts
Showing posts with label Hack. Show all posts

Friday, March 23, 2012

RevitForum.org Appears to be Hacked

I tried to visit the forum this afternoon just after receiving an email from the webmaster that looked like spam. Seems that the site has been hacked as well as it takes me to a site that seems interested in getting us to watch a video... hopefully Klaus can get it sorted out!

Update: Appears to be resolved now. You should change your password just as a precaution.

Monday, April 25, 2011

Revit Server - Heading Off Road

If you are curious about Revit Server and using less server like hardware/software, David just posted the results of his experience doing exactly that. He's been able to get it up and running on extra equipment. Caution though, you'll be stepping outside the "support range" of Autodesk's support crew...


Check out his post now!?!

Thursday, December 09, 2010

Dept. of Echo - Revit MEP INI Solution

Erik Egbertson just posted a message at the Autodesk Blog: Inside the Factory. He discusses the new Properties Palette and the relationship that users have with it and providing initial values for content as they attempt to place and use them (families). You should read it if you use any version of Revit but it is probably most significant if you use Revit MEP.

They've provided an hack for the Revit.ini file (initialization file). Their instructions are as follows:
  • Browse to wherever you have Revit installed and open Revit.ini with your favorite text editor.
  • Search the file for the term "UserInterface".
  • If a string of "UserInterface" is found (it should be in brackets), somewhere below that (but before another bracketed term). Enter the string"ResetInstParamsPerTypeFor2011DummyInst = 1"(sans quotes) on a blank line
  • If the term "UserInterface" is not found then at the end of the file paste in the following:[UserInterface]ResetInstParamsPerTypeFor2011DummyInst = 1
It should look like this in your file:

[UserInterface]
ResetInstParamsPerTypeFor2011DummyInst=1

Erik also wrote this:
...snip
I’d like everyone who can to set this and continue testing as normal to see if there are any issues. It mainly affects certain types of loadable families. The ini setting will be valid for all alpha releases as well if you are participating there.

So far the setting appears to address the issue for those who were affected by the 2011 change. To make the fix permanent we want to ensure it does not adversely affect people who were not seeing the issue and so we would like more people to enable it.

...snip