Ru/Hammer Go To Brush Dialog: Difference between revisions

From Valve Developer Community
< Ru
Jump to navigation Jump to search
(Created page with "{{otherlang2 |en = Hammer Go To Brush Dialog |de = Hammer Go To Brush Dialog:de }} Image:hammer_gotobrushdialog.png When you've got an invalid brush in your map, compile...")
 
No edit summary
Line 1: Line 1:
{{otherlang2
{{otherlang2
|title=Диалог поиска повреждённого браша
|en = Hammer Go To Brush Dialog
|en = Hammer Go To Brush Dialog
|de = Hammer Go To Brush Dialog:de
}}
}}
[[Image:hammer_gotobrushdialog.png]]
[[Image:hammer_gotobrushdialog.png]]


When you've got an invalid brush in your map, compile tools will give you the brush id number of the brush that is bad.
Если на вашей карте есть повреждённый браш, компилятор покажет его номер.


Пример:
Пример:
Line 11: Line 11:
  Entity 0, Brush 4, Side 8: has a coplanar plane at (304, -384, 0), texture GENERIC99
  Entity 0, Brush 4, Side 8: has a coplanar plane at (304, -384, 0), texture GENERIC99


To find the invalid brush in your map, you'd just bring up the '''Go To Brush dialog''' <Ctrl+Shift+G> and enter 4 as the brush number, then press OK. The invalid brush will become selected and centered in the Views.
Вызовите диалог '''Go To Brush dialog''' <Ctrl+Shift+G> и введите номер повреждённого браша - 4, нажмите OK. Он сразу будет подсвечен и показан в центре окон.


It is also possible to find invalid brushes using the [[Hammer Map Menu#Check for Problems <Alt.2BP>|Check for Problems dialog]].
Также повреждённые браши можно найти с помощью [[Hammer Map Menu#Check for Problems <Alt.2BP>|диалога поиска проблем]].


[[Category:Hammer Dialogs]]
[[Category:Hammer Dialogs]]

Revision as of 01:49, 29 March 2017

Template:Otherlang2 Hammer gotobrushdialog.png

Если на вашей карте есть повреждённый браш, компилятор покажет его номер.

Пример:

Entity 0, Brush 4, Side 8: has a coplanar plane at (304, -384, 0), texture GENERIC99

Вызовите диалог Go To Brush dialog <Ctrl+Shift+G> и введите номер повреждённого браша - 4, нажмите OK. Он сразу будет подсвечен и показан в центре окон.

Также повреждённые браши можно найти с помощью диалога поиска проблем.