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-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-31Fix #32408: image editor does not show paint brush circle on loading a .blendBrecht Van Lommel
2012-08-30Bugfix [#32249] Groups in Dopesheet and Action editor don't get updated afterJoshua Leung
2012-08-30Bugfix [#32437] Cannot define Alt-E keybinding in Text Editor windowJoshua Leung
2012-08-30fix [#32433] Grease Pencil Layer color & Color ManagementCampbell Barton
2012-08-29new image operator now allows color grid (before was only grid on/off)Campbell Barton
2012-08-28cleanup pixel sampler code (pixel interpolations in compositor)Jeroen Bakker
2012-08-28Picky spell-checking...Bastien Montagne
2012-08-27Alternate mask spline feather offset calculation method: now there are 2 [Eve...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-26Some FFmpeg changesSergey Sharybin
2012-08-26make SWAP macros typesafe using CHECK_TYPE macro.Campbell Barton
2012-08-24stop socket hiding from causing compositor recalculation.Campbell Barton
2012-08-24Sequencer: allow negative bright/contrastSergey Sharybin
2012-08-24Sequencer: bright/contrast modifierSergey Sharybin
2012-08-23Sequencer: fix for color balance keyframing and modifier renamingSergey Sharybin
2012-08-23despeckle composite nodeCampbell Barton
2012-08-22style cleanupCampbell Barton
2012-08-22Fix #32201: particle size compatibility broken for object/group duplication.Brecht Van Lommel
2012-08-22Fix part of #32377: TIFF not saving on windows to paths with special characters,Brecht Van Lommel
2012-08-22add new mask blend mode: 'Merge Subtract'. gives better results when using fe...Campbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-20Sequencer: Python API for sequence modifiersSergey Sharybin
2012-08-20quiet unused function warnings in RNA for functions created by macros.Campbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-14Python node operator for combined node collapsing and hiding unused sockets. ...Lukas Toenne
2012-08-14add variable size option to bokeh blur node, remove f_stop option (it wasnt u...Campbell Barton
2012-08-14rename blur `Reference` to `Variable Size`, improve tooltipCampbell Barton
2012-08-14improved wording for tooltipGaia Clary
2012-08-13Sequencer: corrections to default values of some propertiesSergey 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: overlay display type optionsSergey Sharybin
2012-08-11Style cleanup: whitespace and line breaksSergey Sharybin
2012-08-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-10split off auto depth option to have cursor placement use depth too since you ...Campbell Barton
2012-08-10Added a poll function for the node_tree pointer node groups. This ensure that...Lukas Toenne
2012-08-09Frame matching methods for follow track constraintSergey Sharybin
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-08Sequencer: initial implementation of multithreaded effectsSergey Sharybin
2012-08-08Sequencer: initial support of refreshing only changed sequencesSergey Sharybin
2012-08-08Search option for adding nodes.Lukas Toenne
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