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-08-05SnapSystem: begun implementing better state and event handling for the snap s...soc-2012-sushiLuke Frisken
2013-08-02brought accross a lot of the comments from the wiki for snap.cLuke Frisken
2012-09-17Disable textured planar snap drawing, was causing problems with windowsLuke Frisken
2012-08-21svn merge ^/trunk/blender -r50014:50094Campbell Barton
2012-08-21fix [#32374] Curve compositor UI drawing glitchCampbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-21Fix #32369: pixel glitch with compositor curves node, and some pixels havingBrecht Van Lommel
2012-08-21fix for bug with render slots - where the menus wouldnt only show layers from...Campbell Barton
2012-08-21code cleanup: minor changes to last commit.Campbell Barton
2012-08-21Sequencer: invalidate current frame cache on sequence transformSergey Sharybin
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-21mask: skip self intersection on drawing when fill is disabled, since it was o...Campbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-21compositor color curve was MEM_dupallocN'ing the curve for every pixel calcul...Campbell Barton
2012-08-20Parallel, and Planar snapping implemented, along with some fairly majorLuke Frisken
2012-08-20fix for mask feather intersection checks not working right for non-filled, fe...Campbell Barton
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-19svn merge ^/trunk/blender -r49508:50014Campbell Barton
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-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