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-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-09-30fix for crash drawing the clip view with a blend file that has lock to select...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20HDR color picker now works in the clip space.Campbell Barton
2012-08-01Fixed own error in setting user counter to mask when changing clip editor's m...Sergey Sharybin
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-27change clip utility function arguments to take space data and region rather t...Campbell Barton
2012-07-26add ED_space_image_get_size_fl, ED_space_clip_get_size_flCampbell Barton
2012-07-25mask transform now works in the image spaceCampbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-06-25Fixed crash when trying to perform transformation in Clip Editor without clip...Sergey Sharybin
2012-06-20Grease pencil and manual calibration weren't aware of clip start frameSergey Sharybin
2012-06-20Cleanup up space clip API:Sergey Sharybin
2012-06-19Changes in clip editor's public api to make it's more clearSergey Sharybin
2012-06-19Mark context as const when it's possible and avoid typecasts from const bCont...Sergey Sharybin
2012-06-15Style cleanupSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-13Added frame offset slider to clip datablocksSergey Sharybin
2012-06-12fix for crash drawing grease pencil attached to a tracking marker.Campbell Barton
2012-06-08Fixed issue with non-updating frame in clip editor when toggling undistorted ...Sergey Sharybin
2012-06-07Remove checks for valid frame from poll function in clip editor spaceSergey Sharybin
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-06style cleanupCampbell Barton
2012-06-05Configurable start frame for movie clip datablocks as alternative to automati...Sergey Sharybin
2012-06-05style cleanupCampbell Barton
2012-06-04abbreviate mask-editing to mask-editCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-15Fix #31449: multiple ClipEditor bug behaviourSergey Sharybin
2012-05-14Changes to naming tracker vs. track vs. marker to match assumptions taken inSergey Sharybin
2012-05-14lasso select for movie clip markers.Campbell Barton
2012-05-09Camera tracking: exr frames used to be displayed in linear spaceSergey Sharybin
2012-05-07Style cleanup of own modules using style checker from Campbell.Sergey Sharybin
2012-05-04Style cleanup: spaces around operatorsSergey Sharybin
2012-05-04Camera tracking: switch dopesheet information to lazy calculationSergey Sharybin
2012-05-02Clip editor: cleanup of View menu - do not show operators which doesn't make ...Sergey Sharybin
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-30Camera tracking: use texture buffers (if supported) to display clip editor fr...Sergey Sharybin
2012-04-29Camera tracking: backport refactoring made in local branches with masking and...Sergey Sharybin
2012-03-26Code style cleaup for motion-tracking modules.Sergey Sharybin
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-01-15Color channels now can be disabled for the whole frame in clip editorSergey Sharybin
2011-12-05Object tracking; initial commitSergey Sharybin
2011-11-07Some small fixed for camera tracking:Sergey Sharybin