Fix remaining German log messages: Panel registered, Listener active, sync all files to PROJECTS
- Fix sed $-anchor issue: 'Panel registriert' now replaced globally - Translate: Listener aktiv, Select-Handler, Closing-Hook, Doppelklick-Handler - Translate SPLASH messages: gesetzt/angewendet - Translate ALIAS-LOADER, WELCOME, ELEMENTE migration messages - Full rsync of all rhino/*.py to PROJECTS (previously partial sync missed schnitte.py, wand_grips.py, treppe_grips.py, text_editor.py, welcome.py etc.)
This commit is contained in:
+1
-1
@@ -709,7 +709,7 @@ def merge_grids(grids):
|
||||
|
||||
def mesh_from_grid(grid, origin_shift=(0, 0, 0), unit_scale=1.0):
|
||||
"""Baut ein Rhino-Mesh aus dem XYZ-Grid. origin_shift wird auf jeden
|
||||
Vertex angewendet (typisch: bbox-Center zu Welt-0/0/0 schieben).
|
||||
Vertex applied (typisch: bbox-Center zu Welt-0/0/0 schieben).
|
||||
unit_scale: Skalierung von Meter (Quelle XYZ) auf Doc-Units. Bei
|
||||
mm-Doc = 1000, bei m-Doc = 1.0 ."""
|
||||
es = grid["es"]; ns = grid["ns"]
|
||||
|
||||
Reference in New Issue
Block a user