You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ working as expected
27
27
28
28
### New content
29
29
30
-
-Drop maxscript code on a rich text window to get a python translation [mxstranslate](/src/packages/mxstranslate/README.md)
30
+
-New with 3dsMax 2025: [Plugin Packages in 2025 and Integration With the New Menu System](/doc/pluginpackage.md)
31
31
32
32
### Samples
33
33
34
34
The samples below are translations of [MAXScript How Tos](https://help.autodesk.com/view/MAXDEV/2022/ENU/?guid=GUID-25C9AD58-3665-471E-8B4B-54A094C1D5C9) that
35
35
can be found in the 3ds Max online documentation.
36
36
37
37
The conversion from MaxScript to Python could have been more mechanical but we chose to implement
38
-
the Python version in the best Python way known to us. An example of this is that we use PySide2
38
+
the Python version in the best Python way known to us. An example of this is that we use PySide
39
39
(Qt) for the UI as much as possible instead of using more traditional 3ds Max ui mechanisms.
40
40
41
41
*How To?*
@@ -56,6 +56,7 @@ the Python version in the best Python way known to us. An example of this is tha
56
56
- Run code on thre main thread [mxthread](/src/packages/mxthread/README.md)
57
57
- Automatically convert maxscript to python [mxs2py](/src/packages/mxs2py/README.md)
58
58
- Use socketio from 3dsMax [socketioclient](/src/packages/socketioclient/README.md)
59
+
- Drop maxscript code on a rich text window to get a python translation [mxstranslate](/src/packages/mxstranslate/README.md)
The `register_howotos_menu_2025` function, called whenever the menu system needs to regenerate its structure, uses the `registered_items` list to add items to the menu manager:
0 commit comments