Note: This is an archived version of the Blender Developer Wiki (archived 2024). The current developer documentation is available on developer.blender.org/docs.

User:Sergey/Foundation/2012

Weekly Reports for year 2012

Week 18: 2d - 8th January

Got two days off this week.

  • Bug-tracker work
    • #27815 Poor screencast quality with any AVI Codec
    • #29764 Crash when border rendering in sequencer. (Not Cycles related)
    • #29743 Video sequencer wipe effect bug
    • #29671 Issues with .mts video files
    • #29568 Blender restores deleted scene
  • Motion tracking work
    • Implemented tool for faked face mocap

Fixed: 10, Patches: 1, Closed 5.

Week 19: 9th - 15th January

  • General development
    • Made carve_booleans almost trunk-ready. Some major issues remained with open manifolds (it's totally about how Carve works itself) and some tesselation issues were reported on windows platform (should be easy to resolve).
    • Added Lossless Output option for h264 codec
    • Python API change: moved all FFmpeg/QuictTime related settings from RenderData to RenderData.ffmpeg and RenderData.quicktime
    • Longer names support for all ID and other object names
  • Bug-tracker work
    • #29835 joining meshes leads to crash
    • #29828 Reloading background movie clip crashes Blender
    • #29827 2.61 Scale and translate bugs
    • #29824 Error writing frame if 3D scene starts after first frame of animation and output is H264
    • #29809 The system internationalization doesn't works for Blender 2.61
    • #29793 Fixing FreeBSD x64 build
    • #26943 render image to video problem
  • Motion tracking work
    • Improvements of python api
    • Tracks copy/paste operator

Fixed: 8, Patches: 6, Closed 16.

Week 20: 16th - 22th January

  • General development
    • Carve booleans final integration into trunk, project details.
    • Review of UTF-8 support in text space patch.
  • Bug-tracker work
    • #29918 Set Scale does not work the second time
    • #29597 Not all addons work in background mode.
    • #27120 Bake to image used for rendering glitch (bake feedback loop)
    • #25581 No pressure sensitivity in sculpt mode
  • Motion tracking work
    • Code cleanup in moviecache stuff
    • Color channels now can be disabled for the whole frame in clip editor
    • Curve points of tracking curves now can be grabbed to smooth spikes

Fixed: 4, Patches: 4, Closed: 10.

Week 21: 23th - 29th January

  • General development
    • Fix for layer toggling always sticking to extend policy
    • Replace hard-coded structures in selection callbacks in view3d_select with typedef-ed structures
    • Helped Debian maintainers with Blender packaging by resolving some compilation errors on different platforms (sparc, ia64, powerpc..)
    • Fixes in Carve. There's one quite major issue with handling concentric meshes in bug tracker left, discussing ways of fixing it with Tobias (it's kind of conflicting with fix for dealing with meshes with intersections).
    • Increased speed and memory usage of Subsurf modifier applied on curves -- it used to be always converting to CCGDM even for 3D viewport display
    • Review of bake to vcolors patch (http://codereview.appspot.com/5545063/)
  • Bug-tracker work
    • #30000 Boolean modifier messing up multi material
    • #29991 Broken Hotkeys for rotation in custom Maya-Navigation. >rev43375
    • #29989 Ctrl + T to show seconds in timeline, python error
    • #29975 Track Preview color channels not filtering correctly
    • #29970 Crash trying to track disabled marker
    • #29965 Crash: Memory psys node array: end corrupt
    • #29958 Search Menu keeps hiding first character(s) after long input
    • #29957 Texture "Generate" mapping work as global with cloth modifier
    • #29946 Recover Auto Save defaults to "Short List" View -- Cannot determine dates
    • #29934 New Carve library can't execute boolean operations in some cases
    • #29895 Fast Alt-Mousewheel toggling of Mapping Modes scrubs timeline
    • #29892 Properties of objects in nested custom collections stop being animatable once an object get added to an unrelated custom collection.


  • Motion tracking work
    • Various fixes based on feedback by mail.
    • Scale track preview to actual track widget size instead of scaling the whole preview image with given zoom ratio, so no extra memory needed to store zoomed margin would be used.
    • Use proper poll functions for tracks curve operators
    • Darken frames outside of scene frame range in curves view
    • Implemented view all and jump to current frame operator
    • Graph view now can be toggled using Z key, also it will behave properly if it was flipped to bottom.
    • Curve view now can be locked to time cursor
    • Default tracking settings can be copied from active track now
    • Color channels used for tracking is now a part of default tracking settings and also a part of presets

Fixed: 12, Patches: 14, Closed: 17.

Week 22: 30th January - 5th February

  • General development
    • Fixed movie cache buffer not working properly for limits > 4Gb
    • Implemented general functions to store view context which can be sued by operators which depends on it
    • Added option to fill caps of bevelled curves
    • Upgraded FFmpeg library for Linux and Windows (changes to build rules allowed to resolve some crashes)
  • Bug-tracker work
    • #30047 Bake from multires crashes if run while sculpt mode is active
    • #30031 Build modifier crashes when applied to bezier object
    • #30030 Tapered and beveled text won't update in realtime
    • #30029 VSE PAUSE crash
    • #30028 VSE Paste Strip Crash
    • #30021 Crash happens when rotating markers
    • #30020 Movie Clip Editor Crashed with panel size changed
    • #30019 Copy rotation from a vertex group
    • #29993 Boolean modifier crashes Blender
    • #29976 Carve Boolenas crasher with Solidify
    • #29381 Navmeshs broken and unusable
    • #28011 Dropdown lists to add Brick elements in Game Logic view miss letters if zoomed small
    • #27129 Problem with knife cuts/midpoint type in quad view
  • Motion tracking work
    • Proxy sizes for original and undistortted footages are now controlling separately

Fixed: 13, Patches: 4, Closed: 11.

Fixed: 12, Patches: 14, Closed: 17.

Week 23: 6th - 12th February

  • General development
    • Fix for hardcoded to scons rules python abi flags and wrong behavior of python bundling on systems where python is installed to /usr/lib64
    • Fix for duplicated vertices in UV sphere when it's creating with large radius.
    • Fixed some issues with FFmpeg (mostly related on "expert" options which are currently hard-coded)
    • Added QTRLE coded for video output
  • Bug-tracker work
    • #30102 Vertex and edge incorrect selections
    • #30094 Subdivision Surfaces Modifier corrupts Copy Location
    • #30091 Shift-Ctrl-Alt-RMB problem in face mode
    • #30076 RenderLayer area blocks mouse scrolling
    • #30073 metaball + edit mode + proportinal edit hotkey
    • #30052 VSE: audio in metastrips wrong with soft cut & metastrips don't move with Extend (E)
  • Motion tracking work
    • Fixed Link Track to Empty to deal with cases when active clip isn't set
    • Manual calibration will now respect GP layer's hidden flag
    • Cleanup of display panels

Fixed: 6, Patches: 7, Closed: 5.

Week 24: 13th - 19th February

  • General development
    • 2.62 release and related preparations/environment setting.
    • Regression fix for "Show Seconds" in Sequencer.
    • Fixed copy-paste of sound strips in sequencer.
    • Carve: improved handling of meshes with interesting manifolds, some optimizations.
    • Buildbot: enable building CUDA binaries on Windows slaves.
    • CMake: determine if python should be bundled into "lib" or "lib64" folder. (needed for properly bundling Python on openSUSE)
    • FFmpeg settings can't be animated. Clear animation flag to prevent confusing warnings appear on the screen.
    • Drag-n-drop support on Linux.
    • Reverting changes made to build systems when was upgrading OpenAL. (not sure why, but that lead to regressions in 3D audio).
  • Bug-tracker work
    • #30233 Manipulate center points and 3D manipulator could make sense in Particle Mode.
    • #30232 OpenAL 3D Audio: Stereo Panning does not work, Sounds like Mono
    • #30229 Sequencer Meta strip Proxy Fails
    • #30210 International Font Problem
    • #30180 3D View header buttons and modes
    • #30159 Boolean Difference creating "invalid" faces
    • #30152 drag and drop crash
    • #30151 Allow Negative Frames does not affect arrow keys
    • #30132 "Add Game Property" not works with "Add Text Game Property"
    • #30110 "Outliner view: icon's not updating, adding keyframes in group view does not work
  • Motion tracking work
    • Corrected default values for some reconstruction-related properties.
    • Animation datablock for MovieClip.
    • Fix for missing cache invalidation when disabling/enabling channels for stabilized shot.
    • Fixed incorrect auto-scale calculation for 2d stabilization.
    • Fixed issue when track used for rotation stabilization points to a freed memory after re-tracking this track.
    • Run aspect correction before stabilizing shot.
    • Configurable filter type for 2d stabilization.

Fixed: 10, Patches: 14, Closed: 17.

Week 25: 20th - 26th February

  • General development
    • Fix for FFmpeg proxy builder wasn't taking image quality into account
    • Improved behavior of multires when changing topology of mesh after BMesh merge, cleaned up pre-bmesh functions
    • Some other post BMesh-merge fixes
    • Fixes for proxies build / refresh in clip editor / sequencer
    • Made FFV1 support alpha channel correct
    • Image editor wasn't taking zoom to mouse setting into account
  • Bug-tracker work
    • #30323 Graph view in the Movie Clip Editor does not stay open
    • #30320 Shading issue with boolean modifier
    • #30314 Proxy build quality does not effect the quality of the proxy
    • #30303 Only faces delete x->Only Faces not working
    • #30290 Shape Keys not working as expected
    • #30276 mesh subdivision shorcut
    • #30233 Manipulate center points and 3D manipulator could make sense in Particle Mode.
    • #30232 OpenAL 3D Audio: Stereo Panning does not work, Sounds like Mono
    • #30231 Drag and Droping Parenting from Outliner giving unnecessary Loop Error
    • #30196 Proxies Not Visible in VSE Preview Window until Blender Reboot
  • Motion tracking work
    • Reload movie clip to ensure all cache and prefetched Ffmpeg frames are properly
    • Fix for search area was always centered to marker's position when tracking
    • "Panning" zoom (Ctrl-MMB) wasn't taking zoom to mouse setting into account

Fixed: 10, Patches: 10, Closed: 5.

Week 26: 27th February - 4th March

  • General development
    • Changes in double side lighting usage which resolved crash on some intel gfx
    • Refactor of proxies build operators so now concurrent access to proxy files and builder isn't an issue
    • Fixes to boolean modifier triangulation/merging strategies to improve behavior in corner cases
    • Fix crash on edge slide when object has got multires modifier
  • Bug-tracker work
    • #30421 Panorama option in camera properties always disabled (patch attached)
    • #30395 Degenerated triangles from BMesh + Difference
    • #30395 Degenerated triangles from BMesh + Difference
    • #30375 Loop Select should not become a Redo History Item.
    • #30344 The tracks with object don't appear
    • #30337 Metaball Set Origin Bug?
    • #30328 Crash when using edge slide
    • #30315 Temporary proxy files are not erased and old proxys are not updated if the proxy is built more then once (windows)
    • #30254 VSE: no red warning border on metastrips with Extend (E)
    • #30192 In default .Blend, Pinch/Magnify brush shows in vertex paint mode
  • Motion tracking work
    • Fixed bundles selection in 3D viewport in cases when tracks are hidden in Clip Editor

Fixed: 10, Patches: 5, Closed: 5.

Week 27: 5th - 11th March (Mango week 1)

  • General development
    • Fix for missed faces in mesh after switching active shape key in edit mode
    • Fix for OpenEXR half float save function resulting in dark images saved
    • Disable interpolation of customdata layers on edge slide (to fix several issues caused with this)
    • Fix for crash when loading some mango files
    • Fix for fracture object crash
    • Dor range buttons copy start+1 to end if start>=0 Also copy end-1 to start if changing end boundary and end<=start
    • Use active scene clip as background for sequencer scene strip renderer and opengl renerer when rendering from camera view.
    • Another mango request: Ctrl-MMB zoom in camera view
    • Fix for setting uv_layer name for modifiers
  • Bug-tracker work
    • #30435 2.62 Torus Batch building "Bug" or A Experimental Feature?
    • #30485 TRANSFORM / STABILIZE 2D: First row / column blackness.
    • #30489 Loop Cut by Typing Numbers Is Limited to 32?
    • #30455 Orthographic grid alignment jumps/shifts when zooming
    • #30464 Confusing lack of label for Fluid "use"
    • #30467 UV/Image Editor: Scope: Opacity Values maybe wrong
    • #30436 Externally editing unsaved images fails
  • Motion tracking work
    • New operators for clip editor's curve view:
      • Select All operator for selecting markers
      • Disable selected markers operator
      • Border select operator for curves view
    • Added option to fit frame to the whole clip editor viewport instead of zooming to a power-of-two factor. Shortcut is F
    • Camera tracking: wall scene orientation operator
    • Path cleanup performed from curve view now clears only active track instead of all selected tracks
    • Some fixes for 2D stabilization

Fixed: 7, Patches: 16, Closed: ~5.

Week 28: 12 - 18th March (Mango week 2)

  • General development
    • Made Carve library compilable with Clang
    • Fix some possible issues reported by Clang
    • Replace silly usages of system() with posix functions for fileops on *nix systems. Solves possible issues if file contains quotes and backslahes, also should help maintaining blender on debian
    • Fix for extrude modifier performed from textured viewport
    • Start working on mask editor
  • Bug-tracker work
    • #30549 Error adding mesh object to scene
    • #30522 FreeBSD build broken
    • #30510 [2.62] Add Mesh - Torus - "Align to View" cannot be switched back when toggling off
    • #30496 Bugs and crashes about "make links modifers" function.
    • #30429 Background Images Lost on Save/Close/Reload
    • #30416 bpy.app.handlers.render_stats doesn't appear to work
    • #30406 Hooks ignore Automatic handles setting in curves
  • Motion tracking work
    • Made libmv compilable with Clang
    • Fixed regression of 2D stabilization autoscale
    • Allow merging overlapping tracks in clip editor

Fixed: 7, Patches: 7, Closed: 13.

Week 29: 19 - 25th March (Mango week 3)

  • General development
    • Fix DND of images into sequencer
    • Ported some parts of mballs module to bmesh api
    • Fix for crash on selecting loop in cases when some edges aren't connected to any faces.
    • Fix for Add Movie Strip and Add Sound Strip operators and operator property re-use system.
    • Fix for step-by-step tracking issue caused by operator presets changes
    • Fix for jump to keyframe operator reusing property values incorrect
    • Overscan support (patch is not in svn yet)
  • Bug-tracker work
    • #30590 Crash in multires when undoing extrude [File incl.]
    • #30420 Metaball Shading Inverted in Raytrace Reflection (Blender Internal)
    • #30622 documentation example code for bge.types.KX_MeshProxy did not work,
    • #30616 Inconsistency Del and Backspace of resetting values
    • #30575 Text gets wrongly clipped when using accented letters
    • #30491 Not Updating Scene Length
  • Motion tracking work
    • Tracking objects used to have zero default scale
    • Use linear interpolation when joining intersecting tracks
    • Cleanup tracking modules and api unification (patch is in Keir's review)
    • Use texture buffers to display movie clip in clip editor (patch is on testing, not in svn yet)

Fixed: 6, Patches: 10, Closed: 15.

Week 30: 26th March - 2d April (Mango week 4)

  • General development
    • Fix for crash when adding image sequence movie clip into a sequencer
    • Reload Strip button will now update lengths of strips as well.
  • Bug-tracker work
    • #30719 Align View to Selected has unexpected results on further view change
    • #30717 Bmesh Branch manipulator bug (Maya Keymaps)
    • #30716 Clamp To Constraint Locks up Blender after a while.
    • #30675 Default .blend should have clay strips brush
    • #30671 Reset to defaul values bug
    • #30647 Error in wire drawing of subsurf
    • #30430 Can only alt+scroll image buffer slot once
  • Motion tracking work
    • Port setup tracking scene to BMesh API
    • Fix for object solver possible pointing to a freed memory when removing movie clip data block from python
    • Code cleanup, deduplicaiton code in libmv, small refactoring

Fixed: 7, Patches: 10, Closed: 11.

Week 31: 3d - 8th April (Mango week 5)

This week was mostly spent on some studio-related stuff (like fixing server slowness, some automatization scripts for artists). Also some time was spent on masking development.

  • General development
    • Fix for setting active UV, vertex colors and probably shape keys from python API.
    • Fixed copying poses operator to deal well with operator presets.
  • Bug-tracker work
    • #28279 Shift S used twice in maya keyconfig
  • Motion tracking work
    • Fixed deadlock on loading file without number group into movie clip editor
    • Disabling color channels for float images in clip editor now works fine.
    • Fix user counter for movie clip strips.

Fixed: 3, Patches: 3.

Week 32: 9th - 15th April (Mango week 6)

  • General development
    • Option to draw background in front of all objects in the viewport
    • Make Blender compatible with Hurd platform
    • Move "From Cursor" operator which sets dupli group offset to own operator to solve incorrect coordinate used for offset
    • Increase limit for game simulation steps to 50, made it hard limit
    • Update loopcut tools for changes in mesh API
    • Finished all bigger things needed for masking from my side. Interface and tools might be improved / extended, pixelization isn't attached yet
  • Bug-tracker work
    • #30843 Blender Game in Metric Mode allows only a 10m Radius for Collision Bounds.
    • #30874 Single texture display in Edit Mode
    • #30664 Texturepaint color does not match texture color (3D View vs UV/Image Editor)
    • #30904 MovieClip.objects.new() segfault when no name is passed
    • #30919 Selection of multiple objects after EDIT MODE with MAYA PRESETS Keymap
    • #30891 Fracture tools seems to be broken
  • Motion tracking work
    • Rigid Registration needed for environment map building and tripod solver
    • Improved working in cases when footage can not be loaded (not in trunk yet)
    • Initial implementation of dopesheet view (not in trunk yet)

Fixed: 6, Patches: 7, Closed: 10.

Week 33: 16th - 22th April (Mango week 7)

  • General development
    • Porting some parts of multires into BMesh
    • Fixes of bugs discovered in the studio
    • Worked on greenscreen keying (mostly voronoi diagrams parts of them)
  • Bug-tracker work
    • #30976 Thumbnail previews not showing in OS or Blender File Browser
    • #30958 Right click menu and add shortcut for Obj, 3DS and X3d
    • #30720 Creating Navmesh let blender crash
  • Motion tracking work

Mostly cleanup of current patches and commit them into tomato.

Fixed: 3, Patches: , Closed: 6.

Week 34: 23th - 29th April (Mango week 8)

  • General development

Was mostly working on release tasks like release logs and so. Also spend some time on Mango tasks like camera blackbox investigation, resolving some studio issues.

  • Bug-tracker work
    • #31072 Texture name flipped between original object and copy when duplicating.
    • #31056 SVG importer ignores fill color of groups

Fixed: 2, Closed: 4.

Week 35: 30th April - 6th May (Mango week 9)

  • General development
    • Throw an error and prevent compilation if there're unknown structures detected by DNA (was annoying issue which took me several hours to figure out why MovieClip data blocks are not loading from old files)
    • Split do_versions from readfile.c into separate files r46285, further code cleanup of split files.
    • Added start and end bevel factor to curves, so now curve might be not-fully covered with bevel r46291
  • Bug-tracker work
    • #31288 Blender crash when select a material
    • #31272 Blender Crashes when press render
    • #31266 Track preview is shifted by half a pixel
    • #31254 OpenGL-Rendering dark without Effect-Strip
    • #31230 Grid primitive changes size with changing grid
    • #31208 Quake MAP export errors out (2.63)
    • #31193 Normals don't have any Z component
    • #31185 Cannot sculpt shape keys
    • #31167 Blender isn't able to start in Ubuntu 9.10
    • #31162 Applying textures to rigged models causes crash and no textures in appear in edit mode
  • Motion tracking work
    • Synchronize tomato with trunk and commit some pathes into trunk:
      • Dopesheet view (r46123). Currently supports only displaying (including different sort orders), further improvement is in progress.
      • Use texture buffers for clip display r46122
    • Add drag-n-drop support from external applications into Clip Editor r46198
    • Fixed clipboard which didn't use to clean content before copying data into it
    • Commited current progress in mask editing into tomato branch r46098

Fixed: 10, Patches: 8, Closed: 10.

Week 36: 7th - 13th May (Mango week 10)

  • General development
    • Backport crucial fixes from trunk into 2.63a tag, regression tests, 2.63a linux release builds
    • Update Eigen3 library (needs for new solver on windows), updated carve and libmv scripts to be used on svn checkouts as well
  • Bug-tracker work
    • #31393 Shape Keys on curves with hooks
    • #31349 Composite node is not found when part of a group.
    • #31344 MovieClip python custom properties are reset when reopen the file
    • #31332 VSE drag and drop onto timeline buggy
    • #31221 Multiple Monitors/Windows Double Click For Focus
  • Motion tracking work
    • Fixed issues tracking float images
    • Fixes to texture buffers to deal correct with float buffers
    • Bundle Ceres (new solver for camera tracking) into tomato branch. Make sure it works for linux/windows.

Fixed: 5, Patches: 5, Closed: 4.

Week 37: 14th - 20th May (Mango week 11)

This week was mostly spend collaborating with Keir helping him to get planar tracking working. Listed only major changes.

  • Bug-tracker work
    • #31449 multiple ClipEditor bug behaviour
    • #31445 Surface "Control Points" menu is empty
    • #31427 Crash when undoing until no point in grease pencil poly mode
    • #31445 Surface "Control Points" menu is empty
  • Motion tracking work
    • Moved marker's pattern to marker structure and make it storing as 4 corners.
    • Per-track grease pencil data blocks r46639
    • Support of corners sliding for mouse sliding operator r46653
    • Rotation support for motion tracking markers r46761

Fixed: 4, Closed: 6.

Week 38: 21th - 27th May (Mango week 12)

  • General development
    • Fixed MovieDistortion node to work properly when it's dealing with resolution different from calibration's resolution (was a regression since tile merge)
    • Made some minor fixes for motion tracking related nodes in tile.
    • Helped Ton finishing old interface TODO -- arrows for ID datablock selectors.
    • Ported Mask node to tile compositor.
    • Spent some time on porting keying patches made in BI. Got voronoi gradient greenscreen working now, most of steps of keying node. Some stuff still remained to port. Hopefully would be finished tomorrow.
    • Also spent some time checking this node (link was provided as a feeback on my WIP patch in patch tracker). In fact some part of then node is applied as parts of dispil node, remained stuff isn't so much advanced in comparison with current nodes. But will make some tests with that formulas when finish porting own keying node to tiles.
  • Bug-tracker work
    • #31587 loading image sequence in Movie Clip Editor causes error message - 2.63
    • #31586 import multiprocessing.synchronize fails in blender 2.63a
    • #31522 ID User decrement error
    • #31514 Open blends via drag-n'-drop doesn't work when splash screen is on
    • #31500 Displacement Baking from Multires doesn't work
    • #31538 Wrong colors after reloading file with exr image
  • Motion tracking work
    • Removed workaround for bug #27997 which worked fine for 8bit image sequences but completely failed for original float image sequences.
    • Fixed proxies to work properly with float images.
    • Fixed aspect ratio correction for transforming motion tracking data, proper aspect ratio correction is still needed for masks.
    • Move search area form track to marker structure, needed to support search area scaling when tracking feature with scaling.

Fixed: 6, Closed: 4.

Week 39: 28th May - 3d June (Mango week 13)

  • General development
    • Finally finished porting keying nodes to new system, did some improvements. Still requires more work on alpha for hair
    • Fixed some small issues with voronoi screen
    • Fixed some issues in tile reported by valgrind
  • Bug-tracker work
    • #31606 pg up/down does not work for changing falloff for proportional editing.
    • #31603 Brush sculpt masking disappear
    • #31538 Wrong colors after reloading file with exr image
    • #30302 Hairs have same root in Particle Mode.
    • #28193 Colormanagement issue with UV/Image Editor and 32 bit float textures
  • Motion tracking/masking work
    • Fixed feather points interaction after recently added animation/parenting for masks
    • Changed behavior of feather slide to match proposal discussed with Mango team
    • Initial expose tools into interface for mask editing. It was pretty bad looking panels before which weren't good for merging into trunk

Fixed: 5, Closed: 4, Patches 6.

Week 40: 4th - 10th June (Mango week 14)

  • General development
    • Fix for relative blur size for non-fast gaussian blur methods.
    • Attempted to improve keying node. Works a bit better now
    • Investigated status of OCIO branch. After long discussion in IRC still not sure who's going to finally implement Mango needs and whether we're going to use this branch as a reference. Anyway, have patch against recent trunk in my local machine and could commit to svn branch so some parts of code might be resued.
    • Maintain work on buildbot/release environment: updated some dependent libraries, CUDA toolkit.
    • Checked on possibilities to run Blender on CentOS 5.2. Would be really tricky to make official releae work there, without seeing real benefit of this.
  • Bug-tracker work
    • #31752 Select All By Layer seems not to work when object belongs to several layers
    • #31748 Blender crashes when typing "al" after opening spacebar menu.
    • #31743 Applying Smooth modifier to a curve crashes Blender
    • #31734 Edge slide operator options not working
    • #31729 Blender 2.63a crashes immediately upon startup
    • #31725 UV map order is ignored when opening in 2.6+ versions.
    • #31713 Mask editor: RMB drag crashes Blender
    • #31702 Drag and Drop parenting crashes Blender
    • #31697 Blender crashes while rendering (revision 47390)
    • #31593 Every time I switch between edit and object mode, it crashes.
    • #31559 3D Viewport Update Bug
    • #31352 Image sequence texture - Can't Load Image, Frame:1
    • #31172 applying boolean removes uv maps
    • #31093 Brush's "Paint curve presets" in Image paint in UV\Image Editor doesn't work if weight paint mode is active
    • #30918 Doc how to set active object
  • Motion tracking/masking work
    • Configurable start frame for movie clip datablocks as alternative to automatic start frame number
    • Optimized avoid extra ImBuf acquirements on frame change. Could save ~40 thread locks per frame change now.
    • Minor refactor of mask parenting -- remove extra boolean property for this.
    • Ignore track's disabled channels when requesting for pattern used in keying screen node
    • Fixed issue with refreshing frame displaying in clip editor when toggling "Render Undistorted" with grayscale display.
    • Added support of sorting tracks by average error in dopesheet view.
    • Click ok channel in dopesheet would active track in clip editor.

Fixed: 15, Closed: 26, Patches 10.

Week 41: 11th - 17th June (Mango week 15)

This week i was mostly focused on Mango project, no bug tracker work. Likely with help from community it was being kept at low ratio, but more intensive bug fixing would be needed before release.

  • Merged planar tracking from tomato into trunk (r47684, r47685, r47686 with some further fixes)
  • Fixed some areas like dopesheet view and curves view for tracking data which didn't work with introduced last week Start Frame property for Movie Clips.
  • Scale search area when doing planar tracking r47739
  • Added masking support for camera tracking r47782
  • Added option to tracking dopesheet/curve view to show information about all tracks, not just selected r47790, r47792
  • Added frame offset slider to clip datablocks which finally resolved issues with Sebastian's pipeline when he's rendering some parts of clip and replaces path to clip for datablock which was rendered.
  • Merged Keying Screen and Keying nodes from tomato into trunk r47893, r47894.
  • Added Garbage Matte and Core Matte inputs to Keying nodes r47937, r47948
  • Investigated OCIO branch from Xavier and Lukas, ended up writing stuff actually needed by Mango team NOW (view-transform). Hopefully would be easy to cleanup this and re-implement in robust way r47963

Also were quite some work to cleanup own modules and made them release-ready. And general maintaince work too.

Week 42: 18th - 24th June (Mango week 16)

  • General development
    • Reduce amount of deprecated symbols used from FFmpeg and make Blender compatible with FFmpeg 0.11
    • Store mask parent's initial position when setting mask's parent from the interface, so behave of parenting by operator and interface now behaves in the same way
    • Added command line argument --debug-value to set G.rt (useful for debugging)
    • Fixes for 8vytes scalar types used in DNA (int64 and double)
    • Code cleanup in space clip, motion tracking and masking, now it's good enough for the release
  • Bug-tracker work
    • #31852 Sequencer duplicate cant move strips on Y axis in a meta
    • #31849 Cycles Crashes and makes Problems with some Image formats (Jpeg
    • #31838 Console error with particle Child Simplification is enabled.
    • #31831 obj import name
    • #31826 UV/Image editor paint image crash
    • #31825 3D View Editor Header > Object > Game > Copy Properties affecting other commands.
    • #31774 Empty offset Y parameter is resetting
  • Motion tracking work
    • Fixed some bugs and issues in Python bindings for movie clips and motion tracking data
    • Fixed some areas such as masking, grease pencil, some operators to deal correct with clips where Start Frame != 1

Fixed: 7, Closed: 17, Patches 7.

Week 43: 25th June - 1st July (Mango week 17)

  • General development
    • Improved keying node in over-exposured areas
    • Speed improvements for keying node:
      • Use correct area of interest
      • Skip edge matte operation creation if output socket is not connected
    • Optimized keying blur operation by separating X and Y passes
    • Speed improvements for keying screen node:
      • use AABB check before calculating barycentric coords
      • Include only triangles which intersects with tile rectangle when generating tile data
      • Some euristics added voronoi triangulation which added noticeable boost
    • Added feather control to keying node
    • Fixes for FFmpeg 0.11 reported by the community, ow we support it officially
  • Bug-tracker work
    • #31929 VSE crash with relative paths and rebuilding proxies
    • #31909 "Make Segment" on path-curves gives wrong result
    • #31906 New keying nodes are very slow when using pre/post blur
    • #31835 OBJ Importer corrupts a model (crash in edit mode)
  • Motion tracking work
    • Fix crash sliding disabled marker from preview widget
    • Tracking dopesheet missed tagigng for update in some cases
    • Take track offset into account when solving (request by Sebastian)
  • Color management work
    • Store all color space related data (such as display device, view transform and so) as strings (needed for easier port between different OCIO configurations)
    • Re-written cache stuff for display buffers of ImBuf. Now it's using Movie Cache which is global for all ImBufs
    • Added support of display device transformation from OCIO configuration files
    • Added support of partial updates to display buffers, used in compositor to make backdrop update almost real-time
    • Added support of color management backdrop for nodes editor
    • Implemented multithreaded color transformation. It's currently the only way to make display buffer generating as fast as it's possible
    • Added support of configurable exposure and gamma
    • Added support of per-window color management control (view transform, exposure, gamma)
    • Added support of color management display of movie clips in clip editor

Fixed: 4, Closed: 9, Patches 19.

Week 44: 2d - 8th July (Mango week 18)

  • General development
    • Mask node: create a copy of layers to be rasterized in initExecution to solve threading issues
    • Rasterization cache hack in tomato branch
  • Some small fixes and improvements for keying node (mainly related on despilling)
  • Bug-tracker work
    • #32002 "Anim Player" button on header doesn't appear
  • Motion tracking work
    • Improved cache management for movie clips
    • Disable cacheing for movie clip node on render (saves memory)
  • Color management work
    • Quite a lot of internal module refactoring to fix appeared issues (mostly about threading issues and code de-duplication)
    • Added support of color applying color transform for saving byte images
    • Enable color management by default for Windows

Fixed: 1, Patches: 10.

Week 45: 9th - 15th July (Mango week 19)

  • General development
    • Mango request: disable compositing on file load.
    • Mango request: option to clamp result of Mix RGB and Color Math nodes
    • Mango request: operator to move mask layers up and down in the list
    • Assorted fixes for keying screen to make it release-ready
    • Fix crash on creating tooltip for sequencer's gl preview mode
    • Spent quite a while time on testbuild1 -- apparently build scripts disappeared form sever, needed to restore them.
    • Spent some time writing changelogs for 2.64 release
  • Bug-tracker work
    • #32087 Crash while changing values in comp editor (bt and blender included)
    • #32082 UV map lost when linking scene from another file
    • #32067 since BMesh, files < 2.59.3 no longer have their texface converted
    • #32065 Spin won't work with scaled objects
    • #32050 UV map and game engine property cause crash
    • #32041 Empty display size is not taken into account for centering view
    • #32034 Metaball used as render object(group) for particle will display wire only.
    • #32026 Display RGB not working
    • #31988 GLSL Textured solid : no update of material in 3Dview
    • #31584 Fractional step in value input for Skin Modifier (Event/input problem)
  • Motion tracking work
    • Mango request: mode selection: show menu with modes on TAB
    • Fixed issues updating texture buffer used for clip editor frame display when specific circumstances are met
    • Fixed issue with drag-n-drop into Clip Editor (was a regression since a file selector refactor from a while ago)
  • Color management work
    • Color management support for sequencer

Fixed: 10, Patches: 9, Closed: 13.

Week 46: 16th - 22th July (Mango week 20)

  • General development
    • Feather self-intersection resolve function, needs to make rasterization proper for bowtie rectangles
    • Fix boolean modifier crash crashes when carve returns bad topology
  • Bug-tracker work
    • #31021 Render settings are not taken into account for curves
    • #32156 Blender crashes on linking armature with custom shape
    • #32153 H.264 Output Bitrate Max of 14000 kb/s is Too Low
    • #32141 Crash when using a mask as the factor input for a color combine (mix) node with render resolution at 100%
    • #32132 Uniformly moving custom feather points does not work
  • Color management work
    • Experimental option to color manage byte buffers. Disabled by default, need some proper integration into do_versions() and so.
    • Color management support for saving movie files
    • Cleaned up OCIO configuration file, which allowed to get rid of some hardcoded constants in the code and made Log view transform behaving properly.
    • Support of configurable input color space
    • Fix missed color management settings for new created scenes
    • Fixes in threading and partial buffer update, support color management for rendered tiles.
    • Some smaller changes like resolving current TODOs n the code, supporting displaying of color space descriptions defined in OCIO configuration and so.

Fixed: 5, Patches: 9, Closed: 8.

Week 47: 23th - 29th July (Mango week 21)

  • General development
    • Fix crash in drawing socket names when zooming out a lot
    • Implement operator to select linked data from outliner
    • Fix unwanted outline appearing when using garbage / core matte in keying node
    • Fix corrupted frames producing by fog glare node
    • Display animation data from lamps' node trees in animation editor windows
    • Track input node: more control on over output value, supports absolute, relative to track start and relative to frame coordinates
    • Initial support for numpy in scons. Needs for release
  • Bug-tracker work
    • #32199 Smooth Vertex no longer has X, Y and Z options.
    • #32187 OpenGL preview does not take into account overwrite option
    • #32186 Keyframes for lamps do not show up in the timeline
    • #32183 Add Torus, adds a completly flat torus
    • #32165 Multiple subdividing will make Blender switch back to the previous Mesh Select Mode when the modes were changed by using Ctrl-TAB.
    • #32156 Blender crashes on linking armature with custom shape
    • #32139 Making vertex parent hides faces
    • #32138 material trancpareny setting
    • #32123 Blender crashes when zoomed in and rotating around 3d cursor
    • #32004 Blender - Up/down arrow keys can move index out of actual range of template_list
    • #31897 Ctrl+Click in 'Hue Correct' Node Adds in Wrong Location
    • #31550 Active Armature bone hardly distinguishable from other selected bones
  • Small Cycles improvements

All this stuff was requested by Mango team, patches are commited to Tomato branch only.

    • Rendering can be cencelled before tile is fully rendered
    • Update render result once in second to give better visual feedback
    • Fix for wrong resolution used for rendering Render Layer node
  • Motion tracking work
    • Added shortcuts to control solver keyframes, display keyframes in cache line.
    • Fix wrong progress bar for proxies building when clip has got frame offset
  • Color management work
    • Made ACES ODT Tonecurve working in ACES space as it's supposed to. Gives a bit smoother results.
    • Fix memory corruption when using border rendering

Fixed: 12, Patches: 14, Closed: 13.

Week 48: 30th July - 5th August (Mango week 22)

  • General development
    • Tweaked linux buildbot slave to include softwaregl libraries
    • Removed old boolean operation library from sources
    • Fix incorrect connections for muted nodes in tile compositor
    • Added proper expand function for masks, so no masks could be properly linked
    • Tile compositor will now update render result when changing node setup (was a regression comparing to old compositor)
    • Mango request: option to create nodes with hidden preview by default
  • Bug-tracker work
    • #32236 unstable z-buffer or z combine composition node
    • #32224 Holdout Error with CUDA Cycles Render
    • #32209 Autosave ignores multires sculpting (patch attached)
    • #32205 Holdout shader + transparent background stays black with Alpha = 1
    • #32199 Smooth Vertex no longer has X, Y and Z options.
    • #32187 OpenGL preview does not take into account overwrite option
    • #31800 Blender crash by rendering in connection with linked groups (cycles)
    • #31753 GLSL not updated after deleting lights in multiple-scene setting
  • Small Cycles improvements
    • Resolve textures limit when using CPU render
    • Use the same order of parts as Blender Internal
    • Option to cancel rendering when doing initial synchronization
    • Corrected reporting progress which is now based on number of rendered tiles
    • Fixed issue with dark tiles which are being rendering and sent to blender to show current status. Now brightess of tiles is always correct.
  • Color management work
    • Fix crash in partial display buffer update

Fixed: 8, Patches: 10, Closed: 26.

Week 49: 6th - 12th August (Mango week 23)

  • General development
    • Blender 2.64 TestBuild2 related tasks
    • Fix for keying screen incorrect memory write when some of tracks are disabled
    • Mask feather self-intersection check
    • Fix crash in cases when render layers node is muted
  • Sequencer work
    • LOTS of code cleanup
    • Improvements in color balance interface
    • Made color balance multi-threaded
    • Support of refreshing only changed sequences (the whole cache used to be freed when changing settings of a single sequence)
    • Initial implementation of multithreaded effects (still some work remained here)
    • Fix infinite recursion when using adjustment strip placed to channel 1
    • Support for masked color balance
  • Small Cycles improvements
    • Fix for vector pass gives wrong result in some circumstances
    • Report current scene and render layer being rendering (useful for the renderfarm)
    • Do not discard unfinished tiles on cancel -- makes it behaving the same progressive way as it used to in trunk
    • Report currently rendering sample when using GPU
  • Motion tracking work
    • Frame matching methods for follow track constraint
    • Fix wrong tracks list used for search in Follow Track constraint

Fixed: 0, Patches: 15, Closed: 20.

Week 50: 13th - 19th August (Mango week 24)

  • General development
    • Mango request: display sliders for current point in curve mapping widget
    • NDOF navigation support for clip editor
  • Bug-tracker work
    • #32313 freetype fails to load PFB builtin font
  • Sequencer work
    • Convert strips to float if Make Float is enabled but no other filters used, makes it's possible to apply display transform for such strips
    • Corrections to default values of some properties
    • Added Color Balance, RGB Curves and HUE Correct modifiers for strips. Need some polishing and documenting before commit
  • Small Cycles improvements
    • Use actual number of tiles for viewport rendering, which makes it using all the CPU cores (was a regressions since new integrator implementation)
    • Fix incorrect memory read when synchronizing mesh motion
    • Fix crash appearing when direct light usage is different on different layers
    • Fix for reading freed memory caused by removing nodes which not affect on output but not removing links to that nodes

Fixed: 1, Patches: 8, Closed:5.

Week 51: 20th - 26th August (Mango week 25)

  • General development
    • Made Movie cache thread safe to operate with memory limitor
    • Show FFmpeg error message when video stream failed to allocate, gives better feedback to user
  • Color management work
    • Pipeline cleanup: make color management settings belong to scene, make sequencer working in OCIO-defined color space
    • Use partial buffer update when painting image, makes painting much more responsive
  • Sequencer work
    • Per-sequence modifier stack for color grading, supports color balance, RGB curves, HUE correction and bright/contrast
    • Clear cache and animation buffers for strips outside of cursor when rendering
    • Display color sample information when mouse is holded down
    • Reshuffle overlapping strips on cancel trasnform, fixes bug with overlapping strips on duplicate and cancel transform

Fixed: 0, Patches: 8, Closed: 2.

Week 52: 27th August - 2d September (Mango week 26)

Final week in Amsterdam. Pre-premiere party, packing baggage, flying home.

  • General development
    • Fix wrong user counter in world node trees, was a regression since last refactor of user counters in trees
    • Added check for BMP header field, so now non-BMP images wouldn't be trying to be decoded using BMP. Prevents crash in such cases
    • Support of J2K codec for Jpeg2000 file format.
  • Bug-tracker work
    • Fix #31853 Marker deletion invokes strip deletion
  • Color management work
    • Some cleanup of colro pipeline in Sequencer to avoid using misleading ibuf->profile flags
    • Added DCI view for xyz display, so now Blender could potentially be used to generate DCPs
  • Sequencer work
    • Fix crash of histogram view for float images, still need to make them working in display space
    • Fix for wrong color space sequencer effects were working in

Fixed: 1, Patches: 7, Closed: 0.

Week 53: 3d - 9th September

This week was mainly spent on finishing color management pipeline changes. It's taking a bit more time than i expected it, but we're quite close to finish. Communicating with Brecht about changes. At this point we need to get rid of old Color Management flag which is misleading. Also interface and color picking were a bit challenging and will require some more time to finally resolve the issue.

  • General development
    • Fix for usage of un-initialized memory in GLSL shading with nodes
    • Fix for compositor always cacheing frames when using Movie Clip input node
  • Bug-tracker work
    • Fix #32465 Memory leak when rendering
    • Fix #32372 Blender Locks up with Test Relase 2 using Quick Fluid feature
    • Fix #32296 Node Texture - Node Material - GLSL Viewport rendering issue
  • Color management work
    • Remove hardcoded ACES ODT tonemap, if it'll be needed it's possible to bake it into LUT or write some smarter rule for OCIO
    • OpenColorIO configuration file cleanup:
      • Remove unused spaces
      • Move Rec709 to own display, so it now makes more sense from users POV
    • Fixes for color sample information line
    • Make sequencer's scopes work in display space
    • Fix for crash of tiled image draw
    • Made OpenColorIO transformations aware of color unpremultiply
    • RGB curves transform as a part of display transform -- alternative for per-image space RGB curves which weren't working smoothly
  • Sequencer work
    • Remove strip's color balance in favor of modifiers. Versioning code happens nicely for older files, opening new files in older Blender wouldn't be so smooth..
    • Avoid allocating image buffer on every modifier -- gives some boost
    • Cache currently displaying scopes, so panning/zoom wouldn't re-calculate scopes from scratch
    • Multi-threaded histogram calculation

Fixed: 3, Patches: 6, Closed: 6.

Week 54: 10th - 16th September

  • General development
    • Fixed missing sequencer cache invalidation in some circumstances
  • Bug-tracker work
    • Fix #32535 Update Sequencer
    • Fix #27997 Using the same inage in Image Editor and Compositor makes image dark
  • Color management work
    • Completely get rid of old Color Management flag, compatibility is preserved by using special display device and input file spaces. Could still be some regressions, will check with Brecht further and document all the cases.
    • Reworked image buffer loading, so image data block's input space is now in fact space of file itself (before it was a space of image buffer after load, which is wrong for 16 bit PNG, i.e.)
    • Cleaned up interface, by renaming spaces to more meaningful names, reshuffeling settings in panels a bit to make it clear what they're affecting on. Added check for if particular color space could be used as input space
    • Enabled color management for byte buffers (originally was needed to preserve compatibility with older files, but it's nice to have such support anyway)
    • Got rid of image buffer's profile flag. It was misleading and now float buffers are always linear, byte color space is defined by imbuf->rect_colorspace descriptor
    • Completely merged tomato into trunk, docs-in-progress
  • Sequencer work
    • Added option to calculate strip modifiers in linear space. It was needed to preserve compatibility with current mango edit file which was accidentally graded in linear space (it was a bug in sequencer rendering pipeline which made modifiers applied on effect strip be calculated in linear space)

Fixed: 2, Patches: 7, Closed: 1.

Week 55: 17th - 23th September

  • General development

From general development only RC1 and release notes update could be remembered now.

  • Bug-tracker work
    • Fix #32628 Crash when selecting Channels of the image to draw icon - Compositor
    • Fix #32607 Color picker tool doesn't work properly: always pick black.
    • Fix #32605 Blender vse renders take more time to render than before.
    • Fix #32603 Multi-Layer EXR files can't be color managed
    • Fix #32593 Motion tracking crashes a lot in 2.64 RC1 (osx)
    • Fix #32579 Crash when changing render dimensions
    • Fix #32522 Object's diffuse color not showing in Sculpt Mode
  • Motion tracking work
    • Fixed crash when reference frame fails to be loaded
    • Fixed crash when tracking in planar motion model (and maybe some other)
  • Color management and Sequencer work
    • Fix crash when displaying render preview if OCIO was disabled buildtime
    • Fixed crash in cases sequencer returns NULL image buffer
    • Fixed missing display buffer invalidation when rendering sequencer animation (sequencer animation stayed unchanged during rendering in UI)
    • Fixed crash when changing display device in screenshot save operator
    • Don't apply display transform on Non-Color images
    • Fixed new generated images had empty color space by default
    • Fixed color space of byte buffer for generated images haven't been updated properly on change
    • Fixed byte buffers weren't handling data color spaces on display transform properly

Fixed: 7, Patches: 10, Closed: 8.

Week 56: 24th - 30th September

This week was mostly about bug tracker work (reply bugs, fixing, closing..). Also spent some time writting scripts to help preparing content for the DVD.

  • General development

Quite a few patches polishing different own areas of code, fixing minor issues which are not worth mentioning.

  • Bug-tracker work
    • Fix #32673 modifying datablock long names in shorter textfield
    • Fix #32669 Markers are not disabled properly if started from any other than first frame.
    • Fix #32667 Curve softbodies doesn't render animation (cycles)
    • Fix #32666 Memory Cache Limit stops working after set to 2048
    • Fix #32663 Sculpt masks are too dark
    • Fix #32659 Hotkeys Bugs
    • Fix #32656 Dupliframe with nurbs surface curv doesn't work anymore
    • Fix #32654 cannot save as 16bpp tiff format in linear colour space
    • Fix #32645 "Frame" is transparent
    • Fix #32644 ctrl+F11 internal animation player crash
    • Fix #32628 Crash when selecting Channels of the image to draw icon - Compositor
    • Fix #32626 TIFF renders are limited to 8 bit even when we choose 16.
    • Fix #32609 RGB Curves Mouse Pointer Problem
    • Fix #32522 Object's diffuse color not showing in Sculpt Mode
    • Fix #32396 EyeDropper does nothing on "New" in Uv image editor
    • Fix #32091 Crop and offset coordinates changes proxy render settings on image strips
    • Fix #31960 Duplicates of Group Instances within a Group Instance won't get rendered.
  • Color management and Sequencer work
    • Fixed some typos in configuration file
    • Render result could have been incorrectly changed by file saving routines. resulting in wrong image displaying
    • Expose image's and clip's input color space settings to properties panel in compositor

Fixed: 17, Patches: 3, Closed: 10.

Week 57: 1st - 7th October

  • General development

Spent quite a while on running regression tests, plus some smaller tasks for 2.64 release.

    • Disable render part of display transformation for icon/texture preview -- solves regressions in colro management in this area
    • Fixed issues with own fix to texface->material conversion from a while back, discovered when was doing regression tests
    • Fallback to stub ocio implementation in cases when OCIO configuration file failed to load
  • Bug-tracker work
    • Fix #32811 Blender startup seems to crash with "ñ" letter in the path
    • Fix #32768 Blender crashes on startup when file path contains German umlaut characters
    • Fix #32755 Stripes in Metastrip can not be moved on other channel with mouse (grab tool)
    • Fix #32742 Motion path calculation on linked armatures locks up Blender
    • Fix #32707 texture preview not loaded
    • Fix #32695 Can't disable colour management for 3D view
    • Fix #32686 MovieClip background initialisaton error

Fixed: 7, Patches: 3, Closed: 9.

Week 58: 8th - 14th October

  • General development
    • Spent some time for a-release preparation and linux builds
    • Also spent some time being at the Blender Conference 2012
  • Bug-tracker work
    • Fix #32824 Crash when trying to access system tab of user preferences
    • Fix #32811 Blender startup seems to crash with "ñ" letter in the path
    • Fix #32803 Colormanagement leads to crash with python
    • Fix #32800 Cycles Viewport freezes at 1 sample
    • Fix #32795 Important memory usage with video textures
    • Fix #32780 Selection bugs
    • Fix #32753 Zooming tools reversed in dope sheet and graph editor
  • Motion tracking work
    • Move keyframe settings to per-tracking object settings
    • Expose View All and Center to Current Frame to View menu of graph view
    • Fixed wrong preset settings for motion tracking
  • Color management work
    • Fixed texture rendering with color management disabled
    • Fixed missing display buffer and mipmaps invalidation in cases only few of selected objects failed to bake
  • Cycles
    • Progressive refine option (old itegrator-like image sampling)

Fixed: 7, Patches: 6, Closed: 8.

Week 59: 15th - 21th October

  • Bug-tracker work
    • Fix #32905 Crash with Levels node when no input is connected.
    • Fix #32896 UV VIEWER: No update with color space change
    • Fix #32891 Bake to Texture issue
    • Fix #32871 Tile number set in "Performance" tab not respected
    • Fix #32858 Image appears too dark in Image Editor
    • Fix #32819 Crash when starting CUDA kernel compilation if UI translation is not "Default"
    • Fix #32753 Zooming tools reversed in dope sheet and graph editor
    • Fix #32705 Esc a value change doesn't recalc compositor
    • Fix #32219 new objects and Units scale
  • Motion tracking work
    • Fixed dopesheet left in incorrect state after joining tracks (resulted in crash)
  • Cycles and rendering
    • Clamp minimal tile size with Save Buffers and FSAA enabled
    • Non-camera viewport render border support
    • Suppress path to nvcc appearing in the console in cases cuda toolkit is installed to different place than /usr/local/cuda
  • Color management work
    • Texture baking should be correct when color management is disabled

Fixed: 9, Patches: 5, Closed: 12.

Week 60: 22th - 28th October

  • General development
    • Patches review and commit:
      • Patch #27397: Improved DPX/Cineon code
      • Patch #29142: Reduce hopping when switching between perspective and orthographic on 3D view
      • Patch #31641: Text editor: unindent even if no selection
  • RNA C++ API improvements (allow calling functions and set variables via C++ API)
  • Started migrating to updated release builds environment (still need some work to tweak scons rules)
  • Bug-tracker work
    • Fix #32967 "Zoom behavier" has changed since revision 51594
    • Fix #32951 Progressive refine crashing Blender when used with multiple cuda devices
    • Fix #32941 Sequencer Preview shows texture which is apart of the window.
    • Fix #32930 texture colors in material nodes (blender internal) are brighter than normal
    • Fix #32522 Object's diffuse color not showing in Sculpt Mode
  • Motion tracking work
    • Dopesheet should be invalidated after solution
    • Prevent crash when non-camera object is set as scene camera
  • Cycles and rendering
    • Replace almost all bad level calls with C++ RNA usage
    • Update buffers only once in a while when progressive refine is used
    • Use simplier strategy in next_tile for viewport rendering

Fixed: 5, Patches: 8, Closed: 7.

Week 61: 29th October - 4th November

Had a week off doing some science work for the uni.

  • Made some patches, will commit them at monday.
  • Checked on dyntopo branch and todo's. It seems couple of smaller issues (perhaps week of work) and some bigger issues (like performance, memory usage) which i'm not sure about timing. Would need to get better into code (which i hopefully will do over the weekend) before predicting hardness of this issue.

Week 62: 5th - 11th November

  • General development
    • Script to configure release build environment, available in out svn now.
    • Solved some issues with linux build environment. Most time consuming was linking python statically against ssl
    • Added map taper option to curves image
    • Configured windows buildbot in the BI
    • Solved hardoced nearest interpolation used to read render layer result in new compositor (that was a culptrit of bad movie distortion and stabilization setups, but could have been noticed in other setups as well)
  • Bug-tracker work
    • Fix #33132 Use persistent images issue when changing resolution
    • Fix #33117 Keyframed Opacity from linked Scene not Rendered
    • Fix #33116 Blender Crashes when saving inside Sculpt Mode with with GLSL and textured view enabled.
    • Fix #33102 No SSL Support in official linux distributions of Blender ?
    • Fix #33045 Boolean modifier crash with mirrored objects
    • Fix #33041 Boolean difference sometimes produces meshes with holes
    • Fix #33001 Crash on applying Boolean difference modifier
    • Fix #32772 No pressure sensitivity with Wacom Intuos 5
    • Fix #32765 Different Tracking results on V2.64 and V2.63
    • Fix #31310 Thumbnails not generating with non Latin characters
    • Fix #30100 boolean intersect crashes blender
  • Motion tracking work
    • Allow fallback to reprojection resection by user demand
    • Made it so movie clip datablock does not require file extension
    • Fixed affine tracker do_versions were missed for objects tracs
    • Disable stabilization operators when active object is not a camera
  • Cycles and rendering
    • Memory usage report
    • Replace number of x/y tiles with tile size
    • Fix crash rendering textured objects in OpenCL
    • Fix for missing properties for panorama camera in blender internal (were hidden from user but were used by renderer)
    • Persistent images option (images wouldn't re-upload on the GPU on every render)
  • Sequencer work
    • Non-hackish implementation of "squeezing" strip between others (holded alt while transforming strip)
    • Input color space support for image and movie strips
    • Fix crash when copying scene with sequencer's animation using Link Objects or Link Object Data methods
    • Disabled sequencer recursion and corrected rendered preview mode

Fixed: 5, Patches: 14, Closed: 5.

Week 63: 12th - 18th November

  • General development
    • Spent quite a while working on a script which automatically installs/compiles all the dependencies needed by blender on linux. Still need to be polished but i expect it to be less time-consuming than maintaining pre-compiled builds in svn. Bastien now helps a lot with this script as well
    • Also spent quite a while making OSL working on linux build environment and adding it to SCons. All linux buildbots are now using OSL
    • Correction to YCCK and CNYK jpeg images loading into blender
    • Fix crash when changing render engine during rendering
    • Finished image thread safe patch and commited it to trunk
  • Bug-tracker work
    • Fix #33192 Opening Blender breaks drag-and-drop support on the KDE desktop
    • Fix #33186 InterlockedCompareExchange64 error at launch on XP
    • Fix #33171 Sculpt lag in recent builds
    • Fix #33166 Wrong profile name in config.ocio causes crash
    • Fix #33132 Use persistent images issue when changing resolution
    • Fix #33117 Keyframed Opacity from linked Scene not Rendered
    • Fix #33204 Blur node ignores Gamma setting
    • Fix #33209 Opening an image with image node on Compositing freezes Blender
    • Fix #33210 Diffuse Pass in scale node leads to problems

Fixed: 9, Patches: 14, Closed: 6.

Week 64: 19th - 25th November

  • General development
    • Spent some time on testbuild1, usual stuff -- last checks, regressions tests, managing ahoy
    • Improved FFmpeg error reports when audio stream failed to be allocated
    • Motion tracking: fixed View Selection operator in cases pixel aspect != 1
    • Solved descriptors leak in OCIO module on windows
    • Fix usage of uninialized memory in some compositor operations
  • Bug-tracker work
    • Fix #33271 Box tool delay
    • Fix #33270 Crash with startup.blend
    • Fix #33266 UV Editor ignores aspect ratio when grabbing along y.
    • Fix #33264 Array MOD First Last option does nothing
    • Fix #33263 Sequencer Command Line Bugs
    • Fix #33253 VSE preview doesnt display keyed source
    • Fix #33252 VSE preview displays wrong color space
    • Fix #33234 Search string crashes Blender
    • Fix #33229 Blender crashes on finishing render
    • Fix #33226 File loading issue with svn 52328 (recent BF buildbot compile)
    • Fix #33223 Instant Crash on Window minimize
    • Fix #33222 When rendering DPX it's flipped in the Image Editor
    • Fix #33211 Connecting Cylces' Diffuse Pass to scale node leads to problems
    • Fix #33209 Opening an image with image node on Compositing freezes Blender
    • Fix #33204 different color management results in 2.63 and 2.64 compositor nodes
    • Fix #30914 Memory (file-handles) leak using py script (Win7-64bit only)
    • Fix #30633 Unable to produce AVI with sound on Window 7 64-bit system.

Fixed: 17, Patches: 4, Closed: 9.

Week 65: 25th November - 2th December

  • General development
    • Compiled Python3.3 for windows
    • Fixed wrong color space used for generated float images
    • Fixed bug in masking with vector handles not updating when CV is parented to a motion track
    • Some further work on install_deps.sh script to make more users happy
    • Spent some time on release tasks (mainly linux release environment changes for OSL, Fixed Bugs release notes section)
  • Bug-tracker work
    • Fix #33357 Strip modificator Bright/Contrast: color changes doesn't limited
    • Fix #33345 Crash when using bpy.ops.sculpt.brush_stroke
    • Fix #33338 "glare node" Blender crash
    • Fix #33330 Proxies are not built in Sequencer if preview is visible
    • Fix #33327 Cycles to the nodes. Regular close Blender in editing.
    • Fix #33295 Shifted movie strip when rendering <100% resolution for strip with complex transform
    • Fix #33293 VSE: strip - separate images [Y] dialog "image duration" missing
    • Fix #33271 Box tool delay
    • Fix #33270 Crash with startup.blend
    • Fix #33266 UV Editor ignores aspect ratio when grabbing along y.
    • Fix #32474 language support (input) in text object and text editor

Fixed: 17, Patches: 4, Closed: 5.

Week 66: 3d - 9th December

  • General development
    • Fix for double-freeing image buffers when rendering opengl animation into movie file.
    • Fix for crop operation using uninitialized bounds in cases input image resolution is zero.
    • Disabled multisamples on intel+windows platforms. This doesn't work reliable and we decided not to support his for 2.65
    • Spent some time on RC2 -- build environment tweaks, release logs and so.
    • Switched to stuff from personal TODO list -- mainly spent time on research in automatic keyframe selection for camera motion reconstruction.
  • Bug-tracker work
    • #33433 Importing uncompressed .avi files into movie clip editor gives strange artifacts and crashes Blender
    • #33429 SVN Blender crashes when opening second window.
    • #33419 tablet pressure changes paint color
    • #33407 Export uv layout lack of png image compression
    • #33402 Compositor crashes when importing exr files generated from Maya 2013
    • #33398 Ctrl-Z undo does not work all the time !

Fixed: 6, Patches: 4, Closed: 8.

Week 67: 10th - 16th December

  • General development
    • Worked on Release -- changelogs, regression tests, tagging and other bizz
    • Add textured solid option for sequencer opengl preview
    • Worked on AO baker from multires (memory-optimized version of default one). Need to clean up code a bit before it could be commited.
  • Bug-tracker work
    • #33530 Blender Crash when selecting "Point select mode" in Particle Mode with and 0 hairs object
    • #33526 Bezier Curve Tilt does not work beyond 360 degrees
    • #33522 Crash when "rotate arond selection" is on, and when no object in scene
    • #33510 Object out of focus when .blend saved in sculpt mode
    • #33499 DNxHD encoding
    • #33496 Shift modifier does not work while scaling
  • Motion tracking work
    • Fixed bug with wrong camera reconstruciton when blender is build using scons
    • Implemented GRIC+correspondence based keyframe selection algorithm. Commited to tomato branch, still could be improved, but should already be helpful for non-geek artists.
    • Spent some time on research again -- mainly looking into reconstruction variance based keyframe selection which is supposed to be nice extension to what i've implemented.

Fixed: 6, Patches 5, Closed: 5.

Week 68: 17th - 23th December

  • General development
    • Code review of dyntopo patch, basically it's ok, some minor stuff to be fixed
    • Just started working on alpha premul pipeline cleanup, no commitable patches yet
  • Bug-tracker work
    • #33640 Blender crashes when I click on "Connect Hair" in "Particles" pannel
    • #33586 Encoding to mpeg4 makes first frame(s) blocky
    • #33534 Unexpected behavior on meta strip proxy with transform
    • #33530 Blender Crash when selecting "Point select mode" in Particle Mode with and 0 hairs object
    • #33526 Bezier Curve Tilt does not work beyond 360 degrees
    • #33522 Crash when "rotate arond selection" is on, and when no object in scene
  • Rendering
    • Fix for render artifacts on heavily scaled down curves
    • Finished and trunkified ambient occlusion baker from multi-resolution mesh, docs are in release notes and coders blog
    • Made multires baker multithreaded
  • Motion tracking work
    • Made motion tracking data aware of DPI in clip editor
    • Fixed bunch of issues in automatic keyframe selection, unfortunately it's still fuzzy enough and not trunk ready

Fixed: 6, Patches 5, Closed: 13.

Week 69: 24th - 30th December

  • General development
  • Bug-tracker work
    • Fix #33650 Compositor locks up when input is an unrendered render layer

Fixed: 1, Patches 1, Closed: 2.