Skip to content
Snippets Groups Projects
  1. Feb 22, 2021
  2. Feb 20, 2021
  3. Feb 17, 2021
  4. Feb 16, 2021
  5. Feb 15, 2021
  6. Feb 12, 2021
  7. Feb 10, 2021
  8. Feb 09, 2021
  9. Feb 07, 2021
  10. Feb 05, 2021
  11. Feb 04, 2021
  12. Feb 01, 2021
    • Germano Cavalcante's avatar
      Fix T84936: DXF Import Error · efbcbb26
      Germano Cavalcante authored
      Importing splines from a dxf file can cause an error in the sorting
      process:
      ```
      TypeError '<' not supported between instances of 'tuple' and 'NoneType'
      ```
      
      Since instances of type "SPLINE" do not have an extrusion direction,
      replace the extrusion values with an empty tuple.
      efbcbb26
    • Vilém Duha's avatar
      BlenderKit: fix colorspace with filmic addon · dfeb905d
      Vilém Duha authored
      This currently keeps colorsettings for images to default, because we can hardly predict the names of possible colorspace settings added in variants of this or other addons.
      All colorsettings settings were moved to a set_colorspace function in image_utils.py and everything happens in a try statement.
      Scenes - fix link/append support and add it to UI, further support switching to scene after finishing the download.
      Fix drag-drop of materials to linked objects - now theres an explanation pop-up.
      dfeb905d
  13. Jan 31, 2021
    • Pullusb's avatar
      GPencil Tools: Canvas rotation improvements · 7bc0fa6b
      Pullusb authored
      - Added operators to store/restore camera rotation (handy to quickly get back to a prefered angle)
      - Use a modifier key to step the rotation by a user-chosen angle
      - Addon preferences UI cleanup
      7bc0fa6b
  14. Jan 30, 2021
  15. Jan 28, 2021
  16. Jan 27, 2021
Loading