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-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton
2013-07-13fix errors in codeCampbell Barton
2013-06-27Fix a few DPI/retina scaling issues in the graph editor and movie clip editor.Brecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-19Fix #35773: Drag-to-Open failed in Movie Clip EditorSergey Sharybin
2013-06-12Cleaned code a bit around 2D stabilizationSergey Sharybin
2013-06-01style cleanupCampbell Barton
2013-05-30Patch #35464: Marker placement for motion tracker by clicking on a desired lo...Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-22De-duplicate zero resolution check in marker add operators.Sergey Sharybin
2013-05-22Fix #35461: Marker gets initialized to arbitrary positionSergey Sharybin
2013-05-21Fix #35232: Marker right-click misbehavior on addingSergey Sharybin
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-12Refine markers position operatorSergey Sharybin
2013-05-10Set scene frames operator for clip editor.Sergey Sharybin
2013-05-09Added a button to apply scale on scene solutionSergey Sharybin
2013-05-09Setting tracking object scale shall not depend on active objectSergey Sharybin
2013-05-09Show dash instead of filename when displaying frame above image sequence length.Sergey Sharybin
2013-05-09Changes to footage information panelSergey Sharybin
2013-04-29Fix for [#35146] Move Clip Editor: "T-key panel" bugThomas Dinges
2013-04-22Footage information panelSergey Sharybin
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-05code cleanup: include orderCampbell Barton
2013-04-04Jump to start/end of tracked segment works in Mask editing mode now.Sergey Sharybin
2013-04-04Changes to cache invalidation policy for movie clipsSergey Sharybin
2013-04-04Clip editor prefetch changesSergey Sharybin
2013-04-03Apparently zoom in clip editor was brokenSergey Sharybin
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
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-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-16style cleanupCampbell Barton
2013-03-15Compile fix:Thomas Dinges
2013-03-15Further improvement for multi-threaded proxiesSergey Sharybin
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09Fix #34574: Empty Movie Clip Editor crash on selectSergey Sharybin
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-05View All operator for motion tracking dopesheet.Sergey Sharybin
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton