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
2013-10-12Fix for prefetch not working correct if last frame was loadedSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-04-04Changes to cache invalidation policy for movie clipsSergey Sharybin
2013-04-04Clip editor prefetch changesSergey Sharybin
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2013-03-26Correction to recent prefetch commitSergey Sharybin
2013-03-25Clip editor prefetching changesSergey Sharybin
2013-03-21revert edit from r55461, causing build error on some systems.Campbell Barton
2013-03-21Tweaks to movie clip prefetching after discussion with SebastianSergey Sharybin
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-19Use checker backdrop for footage with alpha channel in clip editorSergey Sharybin
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-06Solving nasty annoyance:Ton Roosendaal
2012-12-18fix [#33580] Masking keyframes disappear from dope sheet when using undo.Campbell Barton
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