Lasse Öörni
|
34ddcdc294
Component reorder in editor. Fix attribute inspector not updating when nodes are added to e.g. StaticModelGroup via dragging. Clean up reorder related code. Set Urho icon as window icon in the editor. Closes #1463.
|
9 anni fa |
Lasse Öörni
|
b3e492e18c
Scene node and UI element reordering (within the same parent) by Ctrl-dragging. Closes #1088. Expose Node::SetID() in script, as it was necessary for this, though not recommended to be called.
|
9 anni fa |
Lasse Öörni
|
e048afa496
Cleanup drag-instantiate code. Use mouse raycast position if possible.
|
9 anni fa |
Lasse Öörni
|
8af9f4785e
Remove the special script attribute storage mechanism.
|
9 anni fa |
Ivan K
|
3d9ea8eece
Editor: fix some warnings
|
10 anni fa |
Lasse Öörni
|
3e15c400ff
Fix uninitialized bool variable in editor script. Closes #1189.
|
10 anni fa |
Lasse Öörni
|
42ba4f9824
Fix material JSON save in editor. Fix AngelScript API bindings where XMLElement or JSONValue is passed as reference and should be modified (needs to be unsafe inout reference.)
|
10 anni fa |
Lasse Öörni
|
5165aa91fb
Remove GetJsonType() function from editor resource browser code since JSON files don't have a similar root element name, and it was causing the editor not to compile. Fix save of ResourceRef / ResourceRefList in JSON. Fix missing child nodes in JSON scenes. Fix editor to use the correct function to save / load JSON nodes. Fix number of attempts in finding the attribute matching JSON data.
|
10 anni fa |
Lasse Öörni
|
88c07f952d
If the original node is still selected in paste, behave as if duplicating. Closes #1034.
|
10 anni fa |
Lasse Öörni
|
cb0e6caa24
Apply material list in CreateModelWithStaticModel() & CreateModelWithAnimatedModel(). Closes #1018.
|
10 anni fa |
Lasse Öörni
|
4bdd80775b
Add accelerator keys for reset pos/rot/scale also in editor standard mode. Add reset transform function (Alt-Q).
|
10 anni fa |
JSandusky
|
ebd3e67776
Correction of cubemap XML face names.
|
10 anni fa |
JSandusky
|
da0463ec49
Add cubemap generation capability to the Urho3D editor
|
10 anni fa |
MonkeyFirst
|
7c403d88d9
collapse hierarchy then loading new scene
|
10 anni fa |
Lasse Öörni
|
56b218a236
Fix indent & if statement space.
|
10 anni fa |
MonkeyFirst
|
46aa0c52e1
fix-m-typing
|
10 anni fa |
MonkeyFirst
|
c3b52a9e47
hsv-color-wheel
|
10 anni fa |
MonkeyFirst
|
f1625c6fc7
WeakHandle for last... some polishing for B.mode delete
|
10 anni fa |
MonkeyFirst
|
7807e88e30
default pan for 2d, viewCloser for 2d , alt+scroll-zoom
|
10 anni fa |
MonkeyFirst
|
7cf954d4fd
delete unused variables
|
10 anni fa |
MonkeyFirst
|
8fc2ae9436
some fixes for smart duplicate
|
10 anni fa |
MonkeyFirst
|
74f416b92c
fixed with StaticModels and renamed into smart duplicate
|
10 anni fa |
MonkeyFirst
|
892a353c2f
add B.mode view closer on kp_period
|
10 anni fa |
MonkeyFirst
|
df91bae159
add force to selecting node instead component in view port
|
10 anni fa |
MonkeyFirst
|
7de2a25206
auto instance
|
10 anni fa |
MonkeyFirst
|
9c8ba2e2b0
Add EditLayerWindow for fastest mask view change (with children nodes)
|
10 anni fa |
MonkeyFirst
|
1f519959aa
Add feature that allow to enable all hidden before nodes on one hotkey
|
10 anni fa |
MonkeyFirst
|
c9910c8c96
Add feature to parent selected nodes into last selected node
|
10 anni fa |
Lasse Öörni
|
37f13c91d9
Remove double semicolon.
|
10 anni fa |
Lasse Öörni
|
9b629b2a36
Editor functionality to assign child nodes as a spline path. Contributed by MonkeyFirst. Closes #781.
|
10 anni fa |