Skip to content
Snippets Groups Projects
  1. Dec 17, 2021
  2. Dec 16, 2021
    • Sybren A. Stüvel's avatar
      New animation add-on: Copy Global Transform · d737f201
      Sybren A. Stüvel authored
      This add-on allows animators to copy the global transform of the active
      object or pose bone onto the clipboard. It can then be pasted in three
      different ways:
      
      - To the current transform of the selected object/pose bone (could be a
        different one than was used for the copying).
      - To selected keyframes.
      - Baking to all frames between the first and last selected keyframe
        (defaulting to preview range or scene range).
      
      All three methods are compatible with auto-keying.
      
      The latter two methods *require* auto-keying to be enabled, to give the
      animator control over which keying set to use, etc.
      
      An earlier version of this add-on was used by the Blender Animation
      Studio during Sprite Fright. Since then the two paste-to-frame-range
      options were added, by request of the animators.
      
      Reviewed by: campbellbarton
      
      Differential Revision: https://developer.blender.org/D13570
      d737f201
  3. Dec 14, 2021
    • Demeter Dzadik's avatar
      Rigify: Clean up "Rigify Buttons" panel UX · ece39d80
      Demeter Dzadik authored
      The overall goal of this patch is to improve the UI/UX of the panel previously known as "Rigify Buttons" which presumably takes its name from the old "Buttons Panel" which is now known as the Properties Editor.
      
      Before:
      {F10511640}
      After:
      {F10511624}
      
      - Make Rigify less reliant on name matching when it comes to maintaining the link between the metarig, the UI script, the generated rig, and the widgets collection. (Use pointers only, names shouldn't matter!)
      - Change the "Advanced" toggle button into a real sub-panel.
      - Split up the "Rigify Buttons" panels into "Rigify Generation" and "Rigify Samples" panels in non-edit and edit mode respectively, to better describe what the user will find there.
      
      Changes in the Rigify Buttons panel:
      - Removed the "overwrite/new" enum.
      	- If there is a target rig object, it will be overwritten. If not, it will be created.
      	- If a rig object with the desired name already existed, but wasn't selected as the target rig, the "overwrite" option still overwrote that rig. I don't agree with that because this meant messing with data without indicating that that data is going to be messed with. Unaware users could lose data/work. With these changes, the worst thing that can happen is that your rig ends up with a .001 suffix.
      - Removed the "rig name" text input field. Before this patch, this would always rename your rig object and your rig script text datablock, which I think is more frustrating than useful. Now you can simply rename them after generation yourself, and the names will be kept in subsequent generations.
      - Single-column layout
      - Changed the "Advanced Options" into a sub-panel instead.
      
      On request:
      - Added an info message to show the name of the successfully generated rig:
      {F10159079}
      
      Feedback welcome.
      
      Reviewed By: angavrilov
      
      Differential Revision: https://developer.blender.org/D11356
      ece39d80
  4. Dec 07, 2021
    • Peter Kim's avatar
      Fix T93509: Unintended navigation on Valve Index · c60fef38
      Peter Kim authored
      The input bindings for "grab" navigation on the Valve Index controllers
      could previously trigger the action even when the user did not intend
      to do so (i.e. their hand was not actively gripping the sensor). This
      was resolved by changing the bindings from "/input/squeeze/value" to
      "/input/squeeze/force" and increasing the input threshold from 0.3 to
      0.5.
      
      Thanks to sybren for testing.
      c60fef38
  5. Dec 01, 2021
  6. Nov 29, 2021
  7. Nov 25, 2021
  8. Nov 24, 2021
  9. Nov 23, 2021
  10. Nov 22, 2021
  11. Nov 19, 2021
  12. Nov 18, 2021
  13. Nov 16, 2021
Loading