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-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-09-03array functions for endian switching.Campbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-08-29code cleanup: add utility function BLI_path_is_rel()Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-22Fix #32201: particle size compatibility broken for object/group duplication.Brecht Van Lommel
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-13fix for missing NULL checks when sequence-strip pointers become NULL because ...Campbell Barton
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-08-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-08-06Bugfix: Crash when changing collider type after loading blend file.Daniel Genrich
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-01rename meaningless LIB flag name LIB_TEST --> LIB_NEED_EXPAND.Campbell Barton
2012-08-01replace 'GET_INT_FROM_POINTER( &((BHeadN*)0)->bhead) )' with 'offsetof(BHeadN...Campbell Barton
2012-08-01Expand function for masks, so no masks could be properly linkedSergey Sharybin
2012-07-27add missing image/mask restore call when undo'ingCampbell Barton
2012-07-27mask motion blur shutter optionCampbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-07-23Bugfix [#32155] Driver error saves in file and isnt reset on loadJoshua Leung
2012-07-17code cleanup: spellingCampbell Barton
2012-07-12Fix #32067: since BMesh, files < 2.59.3 no longer have their texface convertedSergey Sharybin
2012-07-12Fix #32082: face textures lost when linking scene from another fileSergey Sharybin
2012-07-10Bump Blender version, so despill balance would stay untouched inSergey Sharybin
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
2012-07-03Fix for the "black F-Curves" bug on undoJoshua Leung
2012-07-02Fix #31961: Grease Pencil in VSE don't save the dataSergey Sharybin
2012-07-01style cleanup: commentsCampbell Barton
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton
2012-06-21Fix for properly converting 2.4x IPO Actuators to 2.6x Action Actuators. Prev...Mitchell Stokes
2012-06-19Fix #31646, somehow a 2.62 file output node can have NULL storage pointer. No...Lukas Toenne
2012-06-18Fix for recent bugfix, make old files with strand width fade 2.0 render same.Brecht Van Lommel
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-11Bugfix [#28962] Changing actions via undo/delete all keyframes lacks UI refreshJoshua Leung
2012-06-11Bugfix: Crash in Sequencer when trying to undo after using Grease PencilJoshua Leung
2012-06-11Commented out expand_bones(), as this wasn't actually doing anything other thanJoshua Leung
2012-06-10Bump subversion so iteration through all markers would happenSergey Sharybin
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10Support for per-track Grease Pencil datablocks for motion trackingSergey Sharybin
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-07Fix #31725: UV map order is ignored when opening in 2.6+ versionsSergey Sharybin
2012-06-06Changed semantic of recently added start_frameSergey Sharybin