Skip to content
Snippets Groups Projects
  1. Feb 22, 2022
  2. Feb 21, 2022
  3. Feb 16, 2022
  4. Feb 15, 2022
  5. Feb 12, 2022
  6. Feb 11, 2022
  7. Feb 07, 2022
  8. Feb 03, 2022
  9. Feb 01, 2022
  10. Jan 26, 2022
    • Pullusb's avatar
      GPencil Tools: Fix jumpy rotate reset in cam view · 8f83df5e
      Pullusb authored
      Using the shortcut to reset rotation in camera view (default: quick 'cltr + alt + MMB'), the viewport stay centered, even with a pan.
      
      Previously, the view would jump by following cam rotation.
      8f83df5e
    • Maurice Raybaud's avatar
      POV: Add primitives workspace tools icons, blurry reflections, equation based... · 69261135
      Maurice Raybaud authored
      POV: Add primitives workspace tools icons, blurry reflections, equation based isourface ; various fixes
      
      * fix tiny formatting of quotes, docstrings, parenthesis
      * fix pov centered worspaces
      * fix (revert) bad default for text block insertion
      * fix primitive exports sorted by most frequent for (slight) speed up
      * fix some uninitialized hairstrand root diameter variable
      * fix extracted function for CSG inside vector
      * fix too big size of proxy mesh for ininite plane caused it to blink
      * fix end of render speach error handling
      * fix max specular value to better map out under a texture influence
      * fix emit, ambient, translucency shading properties UI broken post 2.8
      * add workspace tools icons for pov primitives
      * add a user input equation based isosurface primitive
      * add micro normals based blurry reflections (glossy UI slider)
      69261135
  11. Jan 25, 2022
    • Clemens Barth's avatar
      Fix io_mesh_atomic, utility panel: changing the atom material did not change... · fd5697eb
      Clemens Barth authored
      Fix io_mesh_atomic, utility panel: changing the atom material did not change the material of 'normal' and 'skin' sticks
      
      Reason: a material change of also 'normal' and 'skin' sticks was
      simply not included. Recently, it was done for 'dupliverts' sticks
      (see https://developer.blender.org/rBA84f5f4699232decc2f1a8694312680b9e5159462)
      
      Now, the atoms and corresponding sticks of any representation ('dupliverts',
      'skin' and 'normal) change the material when using the utility 'Change atom shape'
      in the 'Utility Panel'.
      fd5697eb
    • Clemens Barth's avatar
      Fix io_mesh_atomic: decreasing the stick diameter revealed the stick mesh · 98003acc
      Clemens Barth authored
      Reason: the planes used for the instancing vertice structure were
      visible at once because their size was as large as the stick diameter.
      
      I decreased the size of those planes by a factor of 100, everything is
      fine now
      98003acc
    • Demeter Dzadik's avatar
      Rigify: Add ability to disable installed feature sets · e641ac2d
      Demeter Dzadik authored
      This patch is a continuation of D8519, was also suggested in T88711#1170152.
      It adds a checkbox for each feature set in the Rigify Preferences, to disable/enable that feature set without having to completely remove it from the file system.
      
      Challenges that were hopefully successfully tackled:
      - Keep list in sync when user manually adds or removes things through the file system instead of the "add/remove feature set" buttons in the UI.
      - Avoid re-building the feature set list all the time so that the checkbox states can actually be stored when the user exits Blender.
      - Disabling a feature set means calling its unregister function, then rebuilding the rig types and metarigs lists/menus.
      - Some renaming slipped in because I found the variable name "feature_set" a bit confusing. If needed, I could split this change into a separate patch or just forget about it, but I think the longer names help here.
      
      Testing would be welcome, since things turned out a bit more tricky than expected.
      
      In a follow-up patch I would like to do a code quality pass, to split the code a bit better here. There is a bit too much stuff in __init__.py in particular. I will get started on that when this gets close to being finalized.
      
      Reviewed By: angavrilov
      
      Differential Revision: https://developer.blender.org/D12260
      e641ac2d
  12. Jan 24, 2022
  13. Jan 23, 2022
  14. Jan 22, 2022
  15. Jan 21, 2022
    • Clemens Barth's avatar
      io_mesh_atomic, utility panel: code cleaning · 5a24fe5c
      Clemens Barth authored
      Removal of code, which belongs to the good old times of Blender <=2.79
      and which does not make sense anymore in higher Blender versions.
      5a24fe5c
    • Clemens Barth's avatar
      io_mesh_atomic, utility panel: bug in option 'Default values' · 4009ff18
      Clemens Barth authored
      - Error message "'NoneType' object has no attribute 'nodes'" because of
      wrong handling of the material properties.
      - After bug removal, the standard size and material properties can be
      assigned to all selected atom strctures.
      4009ff18
    • Clemens Barth's avatar
      io_mesh_atomic, utility panel: extension of the option 'custom data file' · eb9a4e79
      Clemens Barth authored
      Changes
      - All properties of the Principled BSDF shader can now be set in the
        data file for each element.
      - Some important properties for Eevee are mentioned as well.
      
      Remember: a custom data file contains the size and material properties
      for each element. With this, the sizes and material properties of selected
      atoms in an atomic structure can be changed at once. The user can therefore
      store her/his own material properties inside this file and use it at any
      time for any atomic structures.
      eb9a4e79
  16. Jan 20, 2022
  17. Jan 17, 2022
  18. Jan 16, 2022
Loading