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
path: root/source
AgeCommit message (Expand)Author
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-10Fix building with audaspace disabledSergey Sharybin
2012-08-10add asserts in MemoryBuffer.readNoCheck() so it raises an error when used inc...Campbell Barton
2012-08-10fix [#32289] Border Zoom, Zoom Border or Zoom to Border?Campbell Barton
2012-08-10fix [#32300] Convex Hull Poll Shouldn't Require 3D ViewCampbell Barton
2012-08-10split off auto depth option to have cursor placement use depth too since you ...Campbell Barton
2012-08-10minor compositor change: use the max dimension for bokeh blur size, rather th...Campbell Barton
2012-08-10zero rotation values for quat_apply_track() which were in fact just float in ...Campbell Barton
2012-08-10Added a poll function for the node_tree pointer node groups. This ensure that...Lukas Toenne
2012-08-10Bugfix: Cloth did not work with Dynamic Paint.Daniel Genrich
2012-08-10Separate uv selection operator: Y key, behaves much the same way as the mesh ...Campbell Barton
2012-08-09generate COM_OpenCLKernels.cl.h automatically at build time, this allows edit...Campbell Barton
2012-08-09Frame matching methods for follow track constraintSergey Sharybin
2012-08-09Fixed typo in clip's display aspect usageSergey Sharybin
2012-08-09use sensor size when calculating dof rather then hard coded values.Campbell Barton
2012-08-09Bugfix/Enhancement: Cloth didn't support animated vertex groups like the "Ver...Daniel Genrich
2012-08-09Fix for the default internal connect function for nodes (used in muting, deta...Lukas Toenne
2012-08-09Remove redundant referenced to bf_intern_bopSergey Sharybin
2012-08-09code cleanup: ensure macros require ';' endingsCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08support for border zooming out by using the middle mouse button, works in 2D ...Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08add threshold blending to opencl too.Campbell Barton
2012-08-08sync changes between opencl and C++ VariableSizeBokehBlurOperation, also remo...Campbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-08dof node; change how threshold is applied, rather then clip out pixels at the...Campbell Barton
2012-08-08Sequencer: corrections to sequence cache invalidationSergey Sharybin
2012-08-08Sequencer: initial implementation of multithreaded effectsSergey Sharybin
2012-08-08Code cleanup: use defines instead of magic constantsSergey Sharybin
2012-08-08Sequencer: do not invalidate sequences which are not blending with bottom mac...Sergey Sharybin
2012-08-08Style cleanup: whitespaceSergey Sharybin
2012-08-08Sequencer: initial support of refreshing only changed sequencesSergey Sharybin
2012-08-08improvement to the DOF node, after blurring the radius buffer (derived from t...Campbell Barton
2012-08-08Search option for adding nodes.Lukas Toenne
2012-08-08DOF node: clamp blurring the zdepth radius buffer by the blur max. This could...Campbell Barton
2012-08-08Code cleanup - whitespaceJoshua Leung
2012-08-08Disable saving property defaults for many of the properties for animation-editorJoshua Leung
2012-08-08Bugfix [#32250] Dubious selection mode in Dopesheet and Action Editor makes itJoshua Leung
2012-08-08Movie cache: add function to iterate through cache and remove itemsSergey Sharybin
2012-08-08Fix logic error in mipmap filter and refactor scaling routine to lower self c...Sv. Lockal
2012-08-08Code cleanup: make some more functions more meaningful nameSergey Sharybin
2012-08-08Style cleanupSergey Sharybin
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-08Code cleanup: remove redundant struct and some space cleanupSergey Sharybin
2012-08-08Code cleanup: remove unused functionsSergey Sharybin
2012-08-08Style cleanup: white spaceSergey Sharybin
2012-08-08Code cleanup: mark functions as static, ifdef 0 some unused functionsSergey Sharybin
2012-08-08fix for minor regression in own recent edits: sample line was drawing in newl...Campbell Barton
2012-08-08skip loading file selector icons when running in background mode.Campbell Barton