• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Gripes & Grumbles v
« Previous 1 … 4 5 6 7 8 Next »
Menu entry string and Object identifier

 
  • 0 Vote(s) - 0 Average
Menu entry string and Object identifier

tkbd
Offline

Senior Member

Posts: 451
Threads: 115
Joined: Nov 2012
#1
01-18-2014, 03:21 PM
In Wings3D 1.5.1's new Cube and Cylinder plugin,menu entry and the object identifier is stored in the same data.

I'm afraid that there is a possibility that the compatibility of files between wings file saved ​​with other language versions may be impaired.
(If that happens, then garbled character occurs in the item of Geometry graph)
so,I do not translate that part.

For example, N-Gon has both string for menu-entry and object identifier.
but Cube isn't it...

Quote: %% -*- mode:erlang; erlang-indent-level: 2 -*-
{wpc_ncube,
[
{cube_str,
[
{1,"Cube"} <-------- display for menu and dispay for Object identifier
]},
{make_ncube,
[
{1,"Cube Options"}
]},
{make_ngon,
[
{1,"N-Gon Options"},
{2,"N-Gon"} <----------Only Object identifier display in geometry graph window (Non-translatable)
]},
{menu,
[
{1,"Create a cube"},
{2,"N-Gon"} <----------- Only display for menu(Translatable )
]},
{ncube_dialog,
[
{1,"Number of Cuts"},
{2,"Yes"},
{3,"No"},
{4,"Spherize"}
]},
{ngon_dialog,
[
{3,"Number of Verts"},
{4,"Radius"}
]}
]}.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode