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-12NDOF navigation support for clip editorSergey Sharybin
2012-08-12Fix sequencer crash when invalidating strip when there's nothing cached yetSergey Sharybin
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11fix for own error with opencl bokeh blur.Campbell Barton
2012-08-11minor improvements to cmake's datatoc usage, now changes to datatoc.c re-make...Campbell Barton
2012-08-11add back datatoc, use this instead of cmake script which was too slow.Campbell Barton
2012-08-11Fix #32306: Applying location or rotation scales sculpt dataSergey Sharybin
2012-08-11remove all remaining data files from source, now all are converted at build t...Campbell Barton
2012-08-11generate brush icons C files at build time.Campbell Barton
2012-08-11Style cleanup: whitespace and line breaksSergey Sharybin
2012-08-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-11simplified data_to_c macro in cmakeCampbell Barton
2012-08-11generate glsl shaders c files at build time.Campbell Barton
2012-08-11startup.blend and preview.blend are now converted to C at build time.Campbell Barton
2012-08-11add MEM_recallocN(), so bytes are ensured to be zero'd when growing.Campbell Barton
2012-08-11Code cleanup and minor change to CMake's colalda detection to makeSergey Sharybin
2012-08-11docs for window structsCampbell Barton
2012-08-11fix for minor UI annoyance - when the window is fullscreen now dont draw area...Campbell Barton
2012-08-10compositor: bokeh blur size input can now be an image, in this case it uses V...Campbell Barton
2012-08-10Fix infinite recursion when using adjustment strip placed to channel 1Sergey Sharybin
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
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