Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-12fix for using freed memory with mask point slideCampbell Barton
2012-06-12fix for crash drawing grease pencil attached to a tracking marker.Campbell Barton
2012-06-11rna read/write access to ...Campbell Barton
2012-06-11Draw grease pencil after masksSergey Sharybin
2012-06-11Fixed issue with disappearing Clip/Track menu from GP panel in Clip EditorSergey Sharybin
2012-06-11Cosmetic fixesJoshua Leung
2012-06-11Add missing/incorrect selection flushes.Nicholas Bishop
2012-06-11updates to context docs and add missing member to node context 'node_context_...Campbell Barton
2012-06-11fix for crashes in smooth-curves and clean-curves fcurve operators - missing ...Campbell Barton
2012-06-11quiet 'unused' warning.Campbell Barton
2012-06-11Bugfix [#28962] Changing actions via undo/delete all keyframes lacks UI refreshJoshua Leung
2012-06-11Build-system fix (for r.47710)Joshua Leung
2012-06-11Grease Pencil Eraser - Numpad +/- and Scrollwheel Up/Down to change radius ofJoshua Leung
2012-06-11Grease Pencil - Eraser is drawn with the circle/brush indicator againJoshua Leung
2012-06-11Code cleanup - Removing/commenting out various bits of legacy cruft related toJoshua Leung
2012-06-11Grease Pencil - Support for Grease Pencil in the Sequence Editor preview/imageJoshua Leung
2012-06-11OUTLINER_OT_material_drop -- Drag & Drop materials onto objects in the outlinerDan Eicher
2012-06-11style cleanupCampbell Barton
2012-06-11correct float vector sizesCampbell Barton
2012-06-10style cleanupCampbell Barton
2012-06-10Also fix cache line in clip editor which didn't take start frame into account.Sergey Sharybin
2012-06-10Fixed curves and dopeseet views of motion tracking data not taking clip'sSergey Sharybin
2012-06-10Bugfix for autosmooth in sculpt mode.Nicholas Bishop
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10Support for per-track Grease Pencil datablocks for motion trackingSergey Sharybin
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-06-10mango request - add alpha to histogram & sample line.Campbell Barton
2012-06-10mango requestCampbell Barton
2012-06-10code cleanup: rename flag --> dflag (draw flag), since this is overly generic...Campbell Barton
2012-06-10fix for un-initialized memory use for modal inset/bevel.Campbell Barton
2012-06-10Missed NULL-pointer checks in poll some functionsSergey Sharybin
2012-06-10Fix for compositor image node draw function. The image user pointer needs to ...Lukas Toenne
2012-06-10OBJECT_OT_drop_named_material -- missing notifier for material panel UI updateDan Eicher
2012-06-09code cleanup: doxy comment filename correctionsCampbell Barton
2012-06-09add a utility function to get an exact match for a grease pencil frame.Campbell Barton
2012-06-09code cleanup: name mask and grease pencil dope sheet editor functions more co...Campbell Barton
2012-06-08Fixed issue with non-updating frame in clip editor when toggling undistorted ...Sergey Sharybin
2012-06-08Selecting track channel in tracking dopesheet would make track active,Sergey Sharybin
2012-06-08Fix #31752: Select All By Layer seems not to work when object belongs to seve...Sergey Sharybin
2012-06-08add listener in action space for mask changes so dopesheet redraws + other mi...Campbell Barton
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-08fix for bug in point slide using freed memory when auto-keying.Campbell Barton
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-08Fix #31748: Blender crashes when typing "al" after opening spacebar menu.Sergey Sharybin
2012-06-08Fix #31743: Applying Smooth modifier to a curve crashes BlenderSergey Sharybin
2012-06-08Mask editing: remove use_parent property and use check if paren't id is set i...Sergey Sharybin
2012-06-08number enumsCampbell Barton
2012-06-08typo/style editsCampbell Barton
2012-06-08- remove redundant NULL checks from mallocn's local linked list functions.Campbell Barton