mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 00:46:36 +00:00
black .
This commit is contained in:
@@ -556,6 +556,7 @@ class ResetObjectColours(Operator):
|
||||
|
||||
class ToggleFilterSelection(Operator):
|
||||
"Click to select/deselect current selection"
|
||||
|
||||
bl_idname = "bim.toggle_filter_selection"
|
||||
bl_label = "Toggle Filter Selection"
|
||||
action: EnumProperty(items=(("SELECT", "Select", ""), ("DESELECT", "Deselect", "")))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcPatch. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
""" This script regenerates all drawing paths in case they have been created in a different operating system.
|
||||
"""This script regenerates all drawing paths in case they have been created in a different operating system.
|
||||
|
||||
It is useful when an annotation drawing has been created on windows and you want to recreate the
|
||||
drawig in linux.
|
||||
|
||||
Reference in New Issue
Block a user