Creating a brush entity: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
# [[Hammer Block Tool#Creating brushes|Create a new brush]] | # [[Hammer Block Tool#Creating brushes|Create a new brush]] in Hammer. | ||
# Select it in one of the 2D views. | # Select it in one of the 2D views. | ||
# Use the shortcut key | # Use the shortcut key '''Ctrl+T''' (or, from the right-click menu, choose "Tie to Entity", or click the <code>toEntity</code> button in the bottom right panel.) | ||
# Select the type of brush entity to create from the ''Class'' list. | # Select the type of brush entity to create from the ''Class'' list. | ||
# Click ''Apply''. | # Click ''Apply''. | ||
* The default entity in the selection list is [[func_detail]], which is solid for everything. For | * The default entity in the selection list is [[func_detail]], which is solid for everything. For an index of documented brush entities see the [[:Category:Brush Entities]] | ||
* A Brush entity may span multiple brushes, so all currently selected brushes will be tied to one single entity. That entity's properties | * A Brush entity may span '''multiple brushes''', so all currently selected brushes will be tied to one single entity. That entity's properties config will be applied to all of its brushes. To add more brushes to an existing brush entity, select the entity and the additional brushes then perform another Tie to entity command. You can also join two entities together in a similar way. | ||
* Use Ctrl+W or the toWorld button to remove the | * Use '''Ctrl+W''' or the "toWorld" button to remove the selected brushes from the brush entity. | ||
[[Category:Level_Design]] | [[Category:Level_Design]] |
Latest revision as of 19:41, 12 May 2008
- Create a new brush in Hammer.
- Select it in one of the 2D views.
- Use the shortcut key Ctrl+T (or, from the right-click menu, choose "Tie to Entity", or click the
toEntity
button in the bottom right panel.) - Select the type of brush entity to create from the Class list.
- Click Apply.
- The default entity in the selection list is func_detail, which is solid for everything. For an index of documented brush entities see the Category:Brush Entities
- A Brush entity may span multiple brushes, so all currently selected brushes will be tied to one single entity. That entity's properties config will be applied to all of its brushes. To add more brushes to an existing brush entity, select the entity and the additional brushes then perform another Tie to entity command. You can also join two entities together in a similar way.
- Use Ctrl+W or the "toWorld" button to remove the selected brushes from the brush entity.