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 (Collapse)Author
2012-06-15style cleanup: compositor operationsCampbell Barton
2012-06-15Changed behavior of how pattern is controlling by mouse:Sergey Sharybin
- Removed scaling option which used to be Ctrl+Slide of individual pattern corner. - Added extra rectangle area which is being drawing around pattern and which supports the following things: * Slide by it's left upper corner would define offset of marker * Slide by it's right bottom corner would scale overall pattern - Added extra handle which is drawing from pattern center and which is being used to define scale and rotation of pattern area.
2012-06-15style cleanup: more nodesCampbell Barton
2012-06-15style cleanup: remaining nodes in intern/Campbell Barton
2012-06-15Reshuffle code in tracking marker's slide operator, should beSergey Sharybin
easier to follow the code now. y
2012-06-15Remove unused code and correct comment for track mask AASergey Sharybin
Tip: XXX should be used for such kind of crap which is bad for release disabled AA for mask is not such a case.
2012-06-15minor optimizations for dilateCampbell Barton
2012-06-15style cleanupCampbell Barton
2012-06-15Fix more of #31789: cycles border render going out of view giving wrong result.Brecht Van Lommel
2012-06-15style cleanupCampbell Barton
2012-06-15fix for building without libmvCampbell Barton
2012-06-15Code deduplicaiton in motion tracking slide operatorSergey Sharybin
2012-06-15Style cleanupSergey Sharybin
2012-06-15Ensure enums in DNA files has got explicit valuesSergey Sharybin
See http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Macros.2C_Enums.2C_Inline_functions
2012-06-15fix for other uninitialized values for the split viewer node as well as ↵Campbell Barton
incorrect frees for gaussian blue nodes.
2012-06-15fix for using un-initialized memory in the new compositor for the split view ↵Campbell Barton
node.
2012-06-15Core matte input for keying nodeSergey Sharybin
This matte could be used to force alpha be at high values in areas where algorithm detects it as edge or background color.
2012-06-15Fix potential memory leak in marker sliding operatorSergey Sharybin
2012-06-15Move selection operators of Clip Editor into their own fileSergey Sharybin
2012-06-152D stabilization didn't work since clip start frame commitSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
- Re-arrange functions in headers and implementation file to make them more grouped by entity they're operating with. Also order of functions in implementation file should match order of functions in header for easier navigation. - Rename some functions to match conventions of naming public functions. - Some code de-duplication, still some room for improvements tho. - Split main 2D tracking functions into smaller steps to make it more clear. Accidentally OpenMP was disabled in some of previous commits, re-enable it.
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-15Collada (Exporter) improved export panel layout minor code cleanupGaia Clary
2012-06-15Collada (Exporter) improved export panel layoutGaia Clary
2012-06-15fix for own mistake - sampling was adjusting alpha when it shouldn't, also ↵Campbell Barton
make spacebar reset the accumulated color while eyedropping.
2012-06-15Garbage mate input for keying nodeSergey Sharybin
This adds garbage matte input to new keying node which is used to force occluding things which can not be eliminated by color operations. White areas defines areas which should be removed from final result.
2012-06-15add node scale offset for old compositor too - also fix for error in last ↵Campbell Barton
commit.
2012-06-15scale node - framing offset: compatible with camera shiftX/Y and the ↵Campbell Barton
viewport option.
2012-06-15SVN maintenance.Guillermo S. Romero
2012-06-15Comment no longer accurate.Nicholas Rishel
2012-06-15Added option in shift-g to select verts by number of connected edges (valence).Joseph Eagar
2012-06-15click dragging with the eye dropper now averages out colors - useful when ↵Campbell Barton
you have grainy footage of a green screen.
2012-06-14code cleanup: replace most fRGB functions with inline vector functionsCampbell Barton
2012-06-14remove unused fRGB defines and change float member to bool.Campbell Barton
2012-06-14scale node for new compositor now supports framing option.Campbell Barton
2012-06-14fix for exporting armature, when it is explicitly selectedGaia Clary
2012-06-14new scaling options to scale footage without stretching - add ↵Campbell Barton
stretch/fit/crop to compositor scale node, default behavior isnt changed. this is only added for the old compositor, will add to the new compositor next.
2012-06-14style cleanupCampbell Barton
2012-06-14revert own commits 47907, 47908 after some discussion this is really bad and ↵Campbell Barton
needs some different solution.
2012-06-14change to scale node - multiply scale by scene size, without this theres no ↵Campbell Barton
reliable way to match different scaled footage to an output and still have useful preview's at <100 percentage.
2012-06-14Collada: cleanup sort function forGaia Clary
2012-06-14fix a nullpointer exception when data missing in dae fileGaia Clary
2012-06-14* Add RNA comment for Lamp icon defines. Thomas Dinges
2012-06-14Interface:Thomas Dinges
* Rename "Clear Game Property" to "Rename Game Properties", because the operator deletes all game properties from all selected object(s), not only one. This fixes [#31828], patch by Philipp Oeser.
2012-06-14Bugfix for [#31829] Add lamp icons missing. Patch by Philipp Oeser.Thomas Dinges
Note: If you do code cleanups, and revert make sure you revert it correct and not halfway. ;-) r47034
2012-06-14Blender is using tabs, not spaces for indentationSergey Sharybin
2012-06-14Kaying node from tomato branchSergey Sharybin
Merge keying node from tomato branch into trunk. It was considered stable and helpful by Mango team and it'll help studio pipeline, because nodes would stop disappearing when opening files in current trunk. Full information about keying nodes could be found there: http://wiki.blender.org/index.php/User:Nazg-gul/Keying
2012-06-14Keying Screen node from tomato branchSergey Sharybin
Merge Keying Screen node developed in tomato branch into trunk. This node is aimed to make dealing with non-even greenscreens better by generating gradiented image which could be used a input for keyer nodes. Based on building voronoi diagram using motion tracking markers as sites position and average pattern color as color for that site. Pretty straignforward node, some documentation is there http://wiki.blender.org/index.php/User:Nazg-gul/Keying#Screen_color
2012-06-14fix for years old bug - OpenEXR always adding alpha channel on load (how did ↵Campbell Barton
nobody notice this?).
2012-06-14code cleanup: zbuf/alpha exr writingCampbell Barton