Nelsson Huotari
|
17e01ca336
|
Setting "Scene Drops" rename "3D Scene Editing"
|
7 years ago |
Nelsson Huotari
|
69aacdff17
|
Lamoot's new icon set
|
7 years ago |
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
Allofich
|
ccacad51be
|
Fix shadowing warnings
|
8 years ago |
Aesylwinn
|
ee432690e6
|
Make it easier to place objects in the scene editor.
This fix allows objects to be dropped onto the ground, and prevents
objects from being selected through the ground.
|
8 years ago |
Aesylwinn
|
91fd966146
|
Fix some issues detected by coverity for the editor.
|
9 years ago |
Marc Zinnschlag
|
2fef8948f1
|
Merge remote-tracking branch 'aesylwinn/InstanceRotateAndScale'
|
9 years ago |
Aesylwinn
|
7125775648
|
Change free axis rotation.
|
9 years ago |
Aesylwinn
|
3e4ac0c662
|
Potential fix for context sensitive select mode issues.
|
9 years ago |
scrawl
|
2f6075329b
|
Clang warning fixes
|
9 years ago |
Aesylwinn
|
101c3cc90d
|
Rotate around center of selection.
|
9 years ago |
Aesylwinn
|
571969cd65
|
Scale from center of selection.
|
9 years ago |
Aesylwinn
|
388917df89
|
Base editor rotate/scale commit.
|
9 years ago |
Aesylwinn
|
05888e7925
|
Updated more tool tips to show shortcut configs.
|
9 years ago |
Aesylwinn
|
ae0d2c3b9c
|
Refactor edit mode. Remove essentially duplicate function.
|
9 years ago |
Aesylwinn
|
aea2380c2b
|
Add raytrace to dragCompleted. Implement node drag connection,
node and edge removal, and some fixes.
|
9 years ago |
Aesylwinn
|
9645d0cc8a
|
Pass more mouse pick information in scene view editor.
|
9 years ago |
Marc Zinnschlag
|
1774f6d9bf
|
moved ref num assingment from instance creation to save procedure
|
9 years ago |
Marc Zinnschlag
|
fa9689c5e7
|
delay command execution until call to Object::apply has finished (avoids cutting off the branch we are sitting on)
|
9 years ago |
Marc Zinnschlag
|
b2181fae20
|
safer handling of command macros
|
9 years ago |
Marc Zinnschlag
|
b5005f7812
|
keep sub mode over mode changes
|
9 years ago |
Marc Zinnschlag
|
51a4e3fa7d
|
properly abort drags from outside the worldspace widget (code was leaving unclean dragging flags behind)
|
9 years ago |
Marc Zinnschlag
|
70745487f3
|
cancel instance move on editing lock becoming active
|
9 years ago |
Marc Zinnschlag
|
b1fb64bf68
|
added missing drag mode resets
|
9 years ago |
Marc Zinnschlag
|
dd564daba0
|
do not start move drags while the document is locked for editing
|
9 years ago |
Marc Zinnschlag
|
1726393963
|
cancel instance move on edit mode change
|
9 years ago |
Marc Zinnschlag
|
25effc4222
|
cancel instance move on sub mode change
|
9 years ago |
Marc Zinnschlag
|
1240e0c716
|
cancel instance move on drag abort
|
9 years ago |
Marc Zinnschlag
|
d57021b23c
|
some code simplification
|
9 years ago |
Marc Zinnschlag
|
c2a8be9048
|
confine move marker drags to a single axis
|
9 years ago |
Marc Zinnschlag
|
a19ac72215
|
render marker
|
9 years ago |
Marc Zinnschlag
|
dececf6c38
|
instance moving via drag in 3D scenes
|
9 years ago |
Marc Zinnschlag
|
45e6974266
|
added select all and clear selection features
|
9 years ago |
Marc Zinnschlag
|
4a02563708
|
Merge branch 'master' into buttons
Conflicts:
apps/opencs/view/render/instancemode.cpp
|
9 years ago |
Marc Zinnschlag
|
0305ae3693
|
added selection mode UI
|
9 years ago |
scrawl
|
41c571d4f4
|
Merge branch 'master' of https://github.com/OpenMW/openmw into lighting
Conflicts:
apps/opencs/view/render/instancemode.cpp
|
9 years ago |
Marc Zinnschlag
|
c1901069be
|
added instance mode sub-modes
|
9 years ago |
Marc Zinnschlag
|
55627c0853
|
handling drops into cells that do not exist or are not shown
|
9 years ago |
scrawl
|
ad2145b463
|
OpenCS: use a separate enum for the toggle buttons
|
9 years ago |
Marc Zinnschlag
|
7dd7be7f0e
|
make scenes drop target for referenceables
|
9 years ago |
Marc Zinnschlag
|
ecbd68a19b
|
third batch of changing over user settings usage to the new system
|
9 years ago |
Marc Zinnschlag
|
655b40267b
|
changed instance selection model (primary selects, secondary toggles selection)
|
9 years ago |
Marc Zinnschlag
|
ad4e0e3b97
|
split virtual select button into two buttons (primary select and seconadry select)
|
9 years ago |
Marc Zinnschlag
|
8e87b48866
|
handle context-sensitive select mode in instance editing
|
9 years ago |
Marc Zinnschlag
|
f28fa9fc16
|
clear instance selection on select click on nothing/something that isn't an instance
|
9 years ago |
Marc Zinnschlag
|
981a8a2cc2
|
delegated editing and selection functions to mode objects
|
9 years ago |