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-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
2012-08-08Style cleanup: whitespaceSergey Sharybin
2012-08-08Sequencer: initial support of refreshing only changed sequencesSergey Sharybin
2012-08-08Code cleanup: make some more functions more meaningful nameSergey Sharybin
2012-08-08Style cleanupSergey Sharybin
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-08Code cleanup: remove redundant struct and some space cleanupSergey Sharybin
2012-08-08Code cleanup: remove unused functionsSergey Sharybin
2012-08-08Style cleanup: white spaceSergey Sharybin
2012-08-08Code cleanup: mark functions as static, ifdef 0 some unused 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-07Made image buffer threaded processor generic function,Sergey Sharybin
2012-08-07Made color balance in sequencer multi-threadedSergey Sharybin
2012-08-07Fix for particle influence textures. These now work with "Particle/Strand" in...Lukas Toenne
2012-08-06Fix for incomplete Reroute node updates. Adding reroute nodes by spliting lin...Lukas Toenne
2012-08-06Made feather self-intersection check an option.Sergey Sharybin
2012-08-06Mask feather self-intersection checkSergey Sharybin
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-08-06fix for freeing NULL pointer.Campbell Barton
2012-08-06style cleanupCampbell Barton
2012-08-06prevent copy/paste from incompatible types (compo -> material for eg) - would...Campbell Barton
2012-08-06fix for node clipboard leak on exit, also use blenders convention for functio...Campbell Barton
2012-08-06fix for crash when moving frames about in the node space, was possible to mov...Campbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-08-05fix uninitialized memory use for mask feather points, also remove some double...Campbell Barton
2012-08-05resolve some issues with curve resolution calculactionCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-08-03change blender minversion because of BMesh data.Campbell Barton
2012-08-03fix/edits to vector font handlingCampbell Barton
2012-08-03Code cleanup:Thomas Dinges
2012-08-02fix for crash when node groups loose their ID pointer references (when linked...Campbell Barton
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-08-01fill in dummy values when using movie clip distort node but compiled without ...Campbell Barton