Skip to content
Snippets Groups Projects
  • Luca Bonavita's avatar
    56daf706
    == contrib scripts == · 56daf706
    Luca Bonavita authored
    - comforming after my commit in bf-blender:
      - removed the categories from addons names
      - made 'version' a tuple of integers
      - added 'api' field
      - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though)
    
    - more conforming:
      - 1 tab = 4 spaces
      
    + api fixes for:
      - space_view3d_manipulator_Menu.py
      - space_view3d_copy_attributes.py
      - space_view3d_game_props_visualiser.py
      - add_corrective_shape_key.py
      
      wherever needed, instead of deleting stuff I commented out, especially registering functions
      I mainly eliminated errors in console when enabling/disabling the addon, and tested not much extensively
      please check everything is fine, in case I made some gross mistake, thanks
    56daf706
    History
    == contrib scripts ==
    Luca Bonavita authored
    - comforming after my commit in bf-blender:
      - removed the categories from addons names
      - made 'version' a tuple of integers
      - added 'api' field
      - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though)
    
    - more conforming:
      - 1 tab = 4 spaces
      
    + api fixes for:
      - space_view3d_manipulator_Menu.py
      - space_view3d_copy_attributes.py
      - space_view3d_game_props_visualiser.py
      - add_corrective_shape_key.py
      
      wherever needed, instead of deleting stuff I commented out, especially registering functions
      I mainly eliminated errors in console when enabling/disabling the addon, and tested not much extensively
      please check everything is fine, in case I made some gross mistake, thanks