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-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
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell Barton
2012-08-07Code Cleanup:Thomas Dinges
2012-08-06bring back the play option from 2.4xCampbell Barton
2012-08-06missed this when merging inpaintCampbell Barton
2012-08-06Made feather self-intersection check an option.Sergey Sharybin
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-08-06move pivot point and cursor out of UV rna into image space since both mask an...Campbell Barton
2012-08-04Camera tracking presetsSergey Sharybin
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-08-03fix/edits to vector font handlingCampbell Barton
2012-08-03font filepath wasn't editable from python.Campbell Barton
2012-08-03Code cleanup:Thomas Dinges
2012-08-01game engine: Use flags instead of hardcoded numbers for rna propertiesSergej Reich
2012-08-01Fix own regression in cycles frame node caused by recent node rna changesSergey Sharybin
2012-08-01- disable mask drawing in the sequencer, this isn't usable yet and likely won...Campbell Barton
2012-08-01misc mask fixesCampbell Barton
2012-08-01Add type RNA property to special nodes (e.g. frame)Sergey Sharybin
2012-07-31changes to mask editingCampbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton
2012-07-30Mango request: option to create nodes with hidden preview by defaultSergey Sharybin
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton