From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Weekly Reports for Year 2017

Week 4 - 03/25 to 03/31

Tracker week (triaging and fixing).

  • Bug Tracker:
    • Fixed T51072 bmesh.types.Bmesh.faces.sort() crashes blender on windows. (rBd097c2a1b315).
    • Closed T51102 space navigator 3DXconnexion works to the reverse.
    • Closed T51092 3D Cursor moves when switching from local view to global view.
    • Closed T51095 shortcut to Menus (Placed as TODO).
    • Closed T51073 When I try to bridge two edge loops,blender closes.
    • Closed T51079 "SPHFluidSettings.fluid".
    • Closed T51088 Custom normals are changed after triangulation.
    • Closed T51091 Subdivision of Faces in BooleanModifier while doing Difference.
    • Closed T51090 blender only displays white blank screen on startup.
    • Reviewed D50832 NP station - Contrib Review.
    • Reviewed D2500 Option to use 3D cursor-center instead of origin for UV unwrapping (cube, cylinder, sphere).
Fixed: 1; Closed: 8;
  • Next week:
    • Improve Snap System?


Week 3 - 03/18 to 03/24

This week, (just like last week), I gave priority to bug fixing and to port the OpenGL immediate mode in blender 2.8.

  • Bug Tracker:
    • Fixed T51038 Decimate causes errors with vertex colour data. (rBd23459f51640).
    • Closed T51014 Crash with python script.
    • Reviewed D50832 NP station - Contrib Review.
    • Created: D2567 Add `use_widing` and `delimit` props to `UV_OT_select_linked`.2.8.
Fixed: 1; Closed: 1;
  • Blender 2.8:
    • Partially finished: `paint_cursor.c`,
    • Finished:`image_draw.c`
    • Created: T51041 The specified texture is not displayed in the uiTemplatePreview.
    • Created: T50991 Transform manipulator is not being affected by clipPlane in branch
  • Next week:
    • Improve, simplify and fix the Snap System


Week 2 - 03/11 to 03/17

This week I gave priority to bug fixing and to port the OpenGL immediate mode in blender 2.8. I did not actually continue working with the snap system :\

  • Bug Tracker:
    • Fixed T50942 Mirror with Shrinkwrap gives incorrect result. (rB98045648ab49).
    • Fixed T50920 Adds missing edges on return of bisect operator (rB2b3cc2438820).
    • Fixed T50899 Blender : Mesh to Curve : Hard crash when target mesh has a object shrinkwrapped to it. (rBa81ea408367a).
    • Closed T50965 multiple add-ons using the same name.
    • Closed T50942 Mirror with Shrinkwrap gives incorrect result.
    • Closed T50920 Crash when passing geom and context to bmesh.ops.delete when all is selected.
Fixed: 3; Closed: 3;
  • Blender 2.8:
    • Finished: `image_draw.c`.
    • Created: T50991 Transform manipulator is not being affected by clipPlane in branch 2.8.
    • Created: T50967 Blender2.8: OUTILINER: When you move an icon from the 'outiliner' area to the 3d view, the new object does not appear.
    • Created: T50966 Blender2.8: In 'outline' it's not possible 'Drop to Clear Parent'.
  • Next week:
    • Improve, simplify and fix the Snap System


Week 1 - 03/04 to 03/10

This week I spent most of my time doing a snap system that stores 2d arrays in cache (rB25b75995f8b9).

I'm still facing limitations with the issue of updating the arrays (How to know if an object or 3d view has been changed?).

  • General Tasks:
    • Working on a Blender Snap System Refactor.
  • Bug Tracker:
    • Fixed T50920 Crash when passing geom and context to bmesh.ops.delete when all is selected (rB2b3cc2438820).
    • Fixed T50913 "Rotational difference" variable is missing for Objects (rB98045648ab49).
    • Fixed T50899 Blender : Mesh to Curve : Hard crash when target mesh has a object shrinkwrapped to it. (rBa81ea408367a).
    • Reviewed D2505 Compensate for scenes-within-scenes when evaluating FCurves.
Fixed: 3; Closed: 1;
  • Next week:
    • Continue working with the snap system.