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-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-10Fix compilation without libmvSergey Sharybin
2012-06-10Bump subversion so iteration through all markers would happenSergey Sharybin
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-10Fix #31778. BKE_image_user_frame_calc can be called with iuser==NULL in some ...Lukas Toenne
2012-06-10mango request - add alpha to histogram & sample line.Campbell Barton
2012-06-10Fix #31747, broken image sequence loading after r47432.Lukas Toenne
2012-06-09add a utility function to get an exact match for a grease pencil frame.Campbell Barton
2012-06-09constraints names are not matching (rna and constraint.c). doing rna->constra...Dalai Felinto
2012-06-08Fixed issue with non-updating frame in clip editor when toggling undistorted ...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-08mask animation keys now editable in the dope sheet (duplicate, transform, del...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-08Mask editing: remove use_parent property and use check if paren't id is set i...Sergey Sharybin
2012-06-07remove casts to short when allocating new imbufs.Campbell Barton
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-07Quite some warnings...Bastien Montagne
2012-06-07Avoid imbuf loading when getting movie clip sizeSergey Sharybin
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-07Fix #31725: UV map order is ignored when opening in 2.6+ versionsSergey Sharybin
2012-06-07improvement to handle recalculation, only do this on auto-handles when they a...Campbell Barton
2012-06-07Code cleanup - Shuffled solve_parenting() function around to remove need forJoshua Leung
2012-06-07Bugfix [#31735] Performance issue related to object parenting to armatureJoshua Leung
2012-06-07style cleanupCampbell Barton
2012-06-07fix for bug where auto-handles were not calculated correctly for animated cur...Campbell Barton
2012-06-07code cleanup: remove unused mask argsCampbell Barton
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-06Cloth: Add support for "Self Collision Vertex Group".Daniel Genrich
2012-06-06recalc animated mask deformations on load.Campbell Barton
2012-06-06fix for building without smoke.Campbell Barton
2012-06-06style cleanupCampbell Barton
2012-06-05operator to reset feather weights on all shape keysCampbell Barton
2012-06-05Configurable start frame for movie clip datablocks as alternative to automati...Sergey Sharybin
2012-06-05mask point slide now accounts for scaled bezier weights,Campbell Barton
2012-06-05change how the weight for feather points are calculated with masking, instead...Campbell Barton
2012-06-05code cleanup: mask feather weight - add in checks for u==1 or u==0Campbell Barton
2012-06-05code cleanup: helper functions for masking.Campbell Barton
2012-06-05code cleanup: var names in mask codeCampbell Barton
2012-06-05mask editingCampbell Barton
2012-06-05mask switch direction now swaps handle direction tooCampbell Barton
2012-06-05fix for possible uninitialized pointer use in mask rasterize and remove some ...Campbell Barton
2012-06-05Fix NULL free warning in multires.Nicholas Bishop
2012-06-05style cleanupCampbell Barton
2012-06-04Cycles: support for image sequences in image/environment texture node.Brecht Van Lommel
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-06-04mask header from tomato/Campbell Barton