Plugin system:
* Remove RNA, Operator and UI for Texture and Sequence plugins. Since 2.5x no effort has been done to bring that back, so there is simply no reason in keeping that code and the UI for that ;-) * Low Level code still exists and is unchanged.
This commit is contained in:
@@ -797,8 +797,6 @@ class USERPREF_PT_file(Panel):
|
||||
sub = col1.column()
|
||||
sub.prop(paths, "font_directory", text="")
|
||||
sub.prop(paths, "texture_directory", text="")
|
||||
sub.prop(paths, "texture_plugin_directory", text="")
|
||||
sub.prop(paths, "sequence_plugin_directory", text="")
|
||||
sub.prop(paths, "render_output_directory", text="")
|
||||
sub.prop(paths, "script_directory", text="")
|
||||
sub.prop(paths, "sound_directory", text="")
|
||||
|
Reference in New Issue
Block a user