Showing posts with label INI. Show all posts
Showing posts with label INI. Show all posts

Wednesday, July 20, 2011

Dept. of Echo - Revit Implementation: Workflow Tricks

The most recent AUGIWorld was posted and available yesterday. It is the "Management" issue and I thought I'd take a moment to "shout out" about Aaron Maller's article (works for Beck Group in Dallas).


His is the cover's feature article and title of this post: Revit Implementation: Workflow Tricks. He shares useful insights regarding the Revit 2012's approach to handling the "initialization" information that historically been stored in the Revit.ini file. It's still there sort of...well...read it already! If you deal with this aspect of Revit routinely I'm sure you'll appreciate the information! Good job Aaron!

AUGIWorld High Resolution (30 MB)
AUGIWorld Low Resolution (6.9 MB)
AUGIWorld Read it Online

Since this blog is obviously Revit biased you also find these other helpful Revit focused articles:
  • Managing BIM Coordination – Michael N. Smith discusses the team approach and preparation needed for solid BIM coordination through Navisworks.
  • Revit MEP / Up-front Organization – If you’ve been tagged as the office’s Revit MEP “go to” person, learn how to deliver superior file management. David Raynor offers some tips.
  • So You Want to Implement Revit? – The key to becoming a fully implemented Revit firm can be found in a single word. Let Ibrahim Hakki enlighten you.

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