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-10-02correct some include dirs not being included as SYSTEM paths in cmake.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-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-09-13fix for drawing non 1:1 aspect masks, transform and selection still need supp...Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22lasso select works in the node editor again, Ctrl+Alt+LMB, Ctrl+Alt+Shif+LMB ...Campbell 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-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-14code cleanup: reduce calling sqrt() when distances are only calculated for co...Campbell Barton
2012-08-12NDOF navigation support for clip editorSergey Sharybin
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-01misc mask fixesCampbell 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-29style cleanupCampbell Barton
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
2012-07-27Display solver keyframes in cache lineSergey Sharybin
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-26Fix typo and change shortcuts to Q and E. Works better when emulate numpad is...Sergey Sharybin
2012-07-26Shortcuts to set solver frames: alt-1 for Keyframe A, alt-2 for keyframe B.Sergey Sharybin
2012-07-25mask transform now works in the image spaceCampbell Barton
2012-07-25Proxies building progress bar used to be displayed wrong in casesSergey Sharybin
2012-07-25add mask keymap to image window.Campbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-07-24initial commit for supporting masks in the image view, currently active seq ...Campbell Barton
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-07-12Clip editor mode selection: show menu with modes on TABSergey Sharybin
2012-07-12Fixed issue with drag-n-drop into Clip Editor.Sergey Sharybin
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-25Fixed crash when trying to perform transformation in Clip Editor without clip...Sergey Sharybin
2012-06-24Tracking dopesheet missed tagigng for update in some cases.Sergey Sharybin
2012-06-24Typo and spelling fixes pointed by Lockal. thanks!Sergey Sharybin
2012-06-20Do not check result of BKE_tracking_marker_get -- it shall alwaysSergey 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-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton