diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2018-10-31 16:49:19 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2018-10-31 16:49:19 +0100 |
| commit | 5426330c7560610843228758684e886d5d672b9c (patch) | |
| tree | 8b1f8be89abd8f0040ef252487ed3b6cd190b335 /InstantDescriptionDecoration.c4d/DefCore.txt | |
| parent | c820da04c3653adc43913d567a8e3cfed71cba45 (diff) | |
| download | DTMenuDebug.c4d-5426330c7560610843228758684e886d5d672b9c.tar.gz DTMenuDebug.c4d-5426330c7560610843228758684e886d5d672b9c.zip | |
Add Menu_Closable allows menus to be closed without returning Menu_React_Close in the callbacks (was broken since always setting the native menu to permanent)
Rename Symbol -> Icon, InfoCaption -> Description and Caption to Title or Text (Menu_Title, but Menu_Entry_Text)
Add Menu_InstantDescription (shows the description of the current entry instantly in a separate dialog)
Fix deletion of object icons (the object was always deleted regardless if specified or not)
Diffstat (limited to 'InstantDescriptionDecoration.c4d/DefCore.txt')
| -rw-r--r-- | InstantDescriptionDecoration.c4d/DefCore.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/InstantDescriptionDecoration.c4d/DefCore.txt b/InstantDescriptionDecoration.c4d/DefCore.txt new file mode 100644 index 0000000..7631f48 --- /dev/null +++ b/InstantDescriptionDecoration.c4d/DefCore.txt @@ -0,0 +1,9 @@ +[DefCore]
+id=DD7I
+Name=DefaultMenuDescriptionDecoration
+Version=4,9,5,4
+Category=1
+MaxUserSelect=0
+Width=1
+Height=1
+Mass=1
|
