-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaming properties #59
Comments
There is no mechanism built into FreeCAD for handling the renaming of dynamic properties, so the only way to do it is to delete the property and create a new one with the new name. This would be fairly trivial to do if the property has no dependencies. Just delete the old property, create a new one of the same type with the new name, and assign the old value to the new property. With dependencies you would need to reset all those objects to point to the new property, too. I never wanted to go down that rabbit hole. But I will look more into this possibility when I get some more time. |
I have implemented this feature in 2.41. Please update and test it. It is only available from the menu within in the workbench. I don't want too many icons on the toolbar since it often travels with users to other workbenches. |
It would be handy to have the Copy, Rename, Set tooltip and Move to group commands available in data panel context menu. I believe most user would expect them to be there, and at least I didn't thought looking in WB menu ! |
Hello,
I just discover this module, which is very handy.
Just one question: Is there a way to rename properties? eg: when importing a named parameter Radius from sketch001 I have a group named "imported from: sketch001" and a property "dd Sketch001 Radius". It will also works in case of typo when entering parameter.
The text was updated successfully, but these errors were encountered: