This commit is contained in:
Andrej730
2025-02-18 13:37:53 +05:00
committed by Bruno Postle
parent 37baa7a57b
commit b93cbbf989
5 changed files with 5 additions and 4 deletions
@@ -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", "")))
+1 -1
View File
@@ -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.