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-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
2012-06-14Collada: Added export Option 'sort by object name' to fix an issue with ↵Gaia Clary
Second Life import
2012-06-14resolutions were not propagated correctly.Jeroen Bakker
2012-06-14minor change to r47872, multiply both values as unsigned ints before ↵Campbell Barton
converting to float.
2012-06-14disabled some flags :)Jeroen Bakker
2012-06-14Removed the actual data type concept as it was never used.Jeroen Bakker
2012-06-14style cleanupCampbell Barton
2012-06-14Compositor Compile Fix (Windows):Thomas Dinges
* sqrtf only takes floats as arguments.
2012-06-14Sequencer Drag & Drop -- disallow dropping on sequences for the current ↵Dan Eicher
drop_poll functions
2012-06-14Fixed glaresJeroen Bakker
2012-06-14 Matched FogGlow with old implementationJeroen Bakker
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-14[#26630] Several problems with API constraint_orientationDan Eicher
Added a check to TRANSFORM_OT_create_orientation so it throws an exception instead of crashing blender (due to invalid view3d) Can still create an orientation from the console just can't set it to active with the 'use' parameter
2012-06-14image sample line now updates with the compositor changes (mango request)Campbell Barton
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ↵Peter Larabell
lib. Code is still quite messy but will be replaced when final algo comes in anyway.
2012-06-13fix [#31819] New Compositor Ommits 'Composite' layerCampbell Barton
the bug was introduced by accident in r47826, finishing a render node acted as if escape was pressed. also changed order of signaling and releasing the buffer to match the old compositor.
2012-06-13fix: [#31684] Collada, add file extension automatically does not workGaia Clary
2012-06-13style cleanupCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13patch [#31574] Screw seams to not workCampbell Barton
from Benoit Donat-Bouillud (ladeheria) from tracker - When using a screw axis (reference edge for screw), the operation always give the same result (as if the orientation of the reference edge was not take into account).
2012-06-13Fix #31754: strand width fade value 2.0 gives wrong result, should fade outBrecht Van Lommel
strand entirely. Fix based on patch by Philipp Oeser.
2012-06-13move one line color conversion functions to be inline.Campbell Barton
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13added mask tool to recalculate handles (Ctrl+N)Campbell Barton
2012-06-13fix for incorrectly checking for break in r47826Campbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13apply offset to the camera view - this works exactly like camera shift ↵Campbell Barton
(transforms X/Y in the same space).
2012-06-13framing options for camera background image: stretch/fit/cropCampbell Barton
2012-06-13 * optimized threadingJeroen Bakker
* break out with glare node * Added OpenCL kernels compatible with AMD still need some testing.
2012-06-13always use bicubic sampler for the scale node with the new compositor since ↵Campbell Barton
it worked like this in the old compositor. this ignores the sampler passed and could be done in a nicer way so left this as an ifdef so it can be easily redone.
2012-06-13style cleanup: scale nodeCampbell Barton
2012-06-13mango requestCampbell Barton
- highlight active mask layers. - remove keyframes when all layer data is removed.
2012-06-13tint non-active mask layers greyCampbell Barton