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-08-20macros for rectangle center and sizeCampbell Barton
2012-08-20Sequencer: fix regression introduced in own previous commitSergey Sharybin
2012-08-20minor cleanup to node pasting.Campbell Barton
2012-08-20fix for crash pasting nodes into a node tree when the ID pointer is lost.Campbell Barton
2012-08-20Sequencer: skip adding ImBuf to cache when it failed to renderSergey Sharybin
2012-08-20Sequencer: Python API for sequence modifiersSergey Sharybin
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-18Fix simple subsurf on wire edgesNicholas Bishop
2012-08-18code cleanup: use BLI math funcs for metaballs, also remove MB_POINT struct a...Campbell Barton
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-18Typo fix: BKE_sequwnce_get_by_name -> BKE_sequence_get_by_nameJoshua Leung
2012-08-18Silencing compiler warningsJoshua Leung
2012-08-18Bugfix [#32331] Graph editor zoom to selected includes coordinate origin if moreJoshua Leung
2012-08-18Fix for some typos/spelling mistakesJoshua Leung
2012-08-18Suport function for Collada exporter: after a generated image was stored to d...Gaia Clary
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-14fix for recent commit - would crash adding materials on an object without any.Campbell Barton
2012-08-14code cleanup: reduce calling sqrt() when distances are only calculated for co...Campbell Barton
2012-08-13draw ugly red bands on a sequence strip when its data cant be found (mask, cl...Campbell Barton
2012-08-13fix for missing NULL checks when sequence-strip pointers become NULL because ...Campbell Barton
2012-08-13Bugfix Cloth: Hooks were broken by recent changes.Daniel Genrich
2012-08-13fix [#32126] STAMP: Setting a background color causes color flickerCampbell Barton
2012-08-13fix for stamp text drawing into a color buffer not taking color management in...Campbell Barton
2012-08-13style cleanupCampbell Barton
2012-08-12Resolve issues with color balance not updating properly in sequencerSergey Sharybin
2012-08-12Correction to one of previous commitsSergey Sharybin
2012-08-12Fix own mistake: Space got stripped before pathDaniel Genrich
2012-08-12El Topo: Fix missing includes (Scons + Cmake)Daniel Genrich
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-08-12replace ELEM8(gs, ID_ME, ID_CU, ID_MB, ID_LT, ID_LA, ID_CA, ID_TXT, ID_SPK) w...Campbell Barton
2012-08-12Sequencer: free cache used by sequence when removing stripSergey Sharybin
2012-08-12Fix sequencer crash when invalidating strip when there's nothing cached yetSergey Sharybin
2012-08-12style cleanupCampbell Barton
2012-08-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-11Code cleanup and minor change to CMake's colalda detection to makeSergey Sharybin
2012-08-10Fix infinite recursion when using adjustment strip placed to channel 1Sergey Sharybin
2012-08-10Fix building with audaspace disabledSergey Sharybin
2012-08-10Bugfix: Cloth did not work with Dynamic Paint.Daniel Genrich
2012-08-09Frame matching methods for follow track constraintSergey 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-09code cleanup: ensure macros require ';' endingsCampbell 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-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