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-10mango request - add alpha to histogram & sample line.Campbell Barton
2012-06-10Synchronize changes with tomato branchSergey Sharybin
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
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 Tile group nodes with internally unconnected outputs, this was crashi...Lukas Toenne
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-10Fix #31747, broken image sequence loading after r47432.Lukas Toenne
2012-06-10remove duplicate importCampbell Barton
2012-06-10OBJECT_OT_drop_named_material -- missing notifier for material panel UI updateDan Eicher
2012-06-09code cleanup: reduce float/double promotionCampbell Barton
2012-06-09style cleanup: assignment & indentation.Campbell Barton
2012-06-09code cleanup: removed/renamed shadow & duplicate variable definitions.Campbell Barton
2012-06-09code cleanup: quiet all warnings about double promotion (either by changing t...Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-06-09fix for un-handled exception when entering in multiple values to a button, fl...Campbell Barton
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-09rna_SequenceElements_pop --> use memcpy instead of strcpyDan Eicher
2012-06-09code cleanup: name mask and grease pencil dope sheet editor functions more co...Campbell Barton
2012-06-09constraints names are not matching (rna and constraint.c). doing rna->constra...Dalai Felinto
2012-06-09Cycles / Cleanup:Thomas Dinges
2012-06-08Fixing a BGE bug where textures could get loaded into VRAM twice.Mitchell Stokes
2012-06-08Cycles / Textures:Thomas Dinges
2012-06-08Cycles / Code Cleanup:Thomas Dinges
2012-06-08Fixed issue with missed reconstruction error in clip editor headerSergey Sharybin
2012-06-08Fixed issue with non-updating frame in clip editor when toggling undistorted ...Sergey Sharybin
2012-06-08Added a default case in switch to avoid paranoid compiler warnings.Lukas Toenne
2012-06-08Selecting track channel in tracking dopesheet would make track active,Sergey Sharybin
2012-06-08Added sorting by average reprojection error to motion tracking dopesheet.Sergey Sharybin
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-06-08Update Bullet to version 2.80 (bullet svn revision 2537)Sergej Reich
2012-06-08Don't show physics properties in game engine conextSergej Reich
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-08Index: source/blender/gpu/intern/gpu_draw.cAntony Riakiotakis
2012-06-08fix for bug in point slide using freed memory when auto-keying.Campbell Barton
2012-06-08support for subframe animation evaluation for masks.Campbell Barton
2012-06-08fix for own bug - evaluating past the last frame of a mask didnt work at all.Campbell Barton
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-08Another fix for #31743: check for DM's verts number matches passed number of ...Sergey Sharybin
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-08Clip editor: cleanup up headerSergey 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-08code cleanup: assign values to enums in DNACampbell Barton