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-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
use where possible.
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-11missed this change from patch [#30274]Campbell Barton
2012-07-11Operator to move mask layers up and down in the listSergey Sharybin
2012-07-11improved node frame text alignment and use default label font (not monospaced)Campbell Barton
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
- Fixed issues with calculating matte with balance != 0.5 It used to be used concave combination of minimal and maximal channel values which could be inpredictable. Use concave combination of two non-major channels sorted by their index, so such combination would always use the same coefficients for particular non-major channels. - Added despill balance slider which defines balance between non-major channels used for calculating average of two colors. Difference between average value and pixel value of major screen channel defines amount of despill. Balance of 0.5 gives the same behavior as it was before this slider was added. --- svn merge -r48678:48679 -r48789:48790 ^/branches/soc-2011-tomato
2012-07-10Fix for center calculation in node transforms. This now uses the actual ↵Lukas Toenne
barycenter of node rect centers.
2012-07-10Tag ununsed variable and make function real explicit prototype.Sergey Sharybin
2012-07-10refactor node highlight code. New implementation will not write toJeroen Bakker
uninitialized memory. it happened when you delete a node that was being executed. in the compostor
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
-- svn merge -r48088:48089 -r48091:48092 ^/branches/soc-2011-tomato
2012-07-10Mango request: option to clamp result of Mix RGB and Color Math nodesSergey Sharybin
--- Merging r48792 from soc-2011-tomato into trunk
2012-07-10Mango request: disable compositing on file load.Sergey Sharybin
This does not make much sense and just annoys in most of cases. --- Merging r48793 from soc-2011-tomato into trunk
2012-07-10Fix #32052, Conflicts in unique node names.Lukas Toenne
All node group operators which move nodes directly between bNodeTree->nodes lists now make sure the node names are indeed unique in their new environment (the node group tree or the parent tree).
2012-07-10Tomato mango request: do not start compositing on file loadSergey Sharybin
2012-07-10Tomato: added option to clamp result of Mix RGB and Color Math nodesSergey Sharybin
2012-07-10center node group text button verticallyCampbell Barton
2012-07-10style cleanup: line length, also comment some unused codeCampbell Barton
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ↵Campbell Barton
doing an allocation.
2012-07-10style cleanup: missed previous commitCampbell Barton
2012-07-09style cleanup: node drawingCampbell Barton
2012-07-09improve node text alignment with different zoom levelsCampbell Barton
2012-07-09code cleanup: remove pointless casts (int -> short -> int)Campbell Barton
2012-07-09fix node drawing glitch where text alignment for output sockets would move ↵Campbell Barton
the text X axis twice as much as it should have.
2012-07-09correction to last commit. aspect doesn't need to be calculated every time.Campbell Barton
2012-07-09Fix for #31962, changes image ignores correct aspect ratio. MadeAntony Riakiotakis
unwrapper flush the correct aspect flag to mtpoly after unwrap. Faces that have been unwrapped with correct aspect option will fix their aspect each time a different image is assigned to them. I hope fix works 100%, I can't say that I really understood the bizarre aspect ratio system.
2012-07-09fix for ugly pixelated drawing of node frame text.Campbell Barton
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
This commit reshapes a bit runtime button info getter, by adding a new uiButGetStrInfo() which accepts a variable number of uiStringInfo parameters, and tries to fill them with the requested strings, for the given button (label, tip, context, RNA identifier, keymap, etc.). Currently used mostly by existing ui_tooltip_create(), and new UI_OT_edittranslation_init operator. It also adds a few getters (to get RNA i18n context, and current language iso code). Finally, it adds to C operators needed for the py ui_translation addon: *UI_OT_edittranslation_init, which gathers requested data and launch the py operator. *UI_OT_reloadtranslation, which forces a full reload of the whole UI translation (including rechecking the directory containing mo files). For the first operator to work, it also adds a new user preferences path: i18n_branches_directory, to point to the /branch part of a bf-translation checkout.
2012-07-09Merging r48740 through r48749 from trunk into soc-2011-tomatoSergey Sharybin
2012-07-09code cleanupCampbell Barton
2012-07-09localview operator now reports when 8 views are reached (since 2.5x update ↵Campbell Barton
was printing in console only).
2012-07-09style cleanupCampbell Barton
2012-07-08svn merge ^/trunk/blender -r48691:48729Campbell Barton
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ↵Campbell Barton
scene name is longer than 28 characters
2012-07-08style cleanupCampbell Barton
2012-07-07increase file browser title length for multibyte translations and use utf8 ↵Sv. Lockal
copy for it
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within ↵Campbell Barton
macros which results in calling the function multiple times needlessly. also added some comments.
2012-07-06svn merge ^/trunk/blender -r48674:48681Campbell Barton
2012-07-06Tomato keying screen: small fixes and improvementsSergey Sharybin
- Fixed issues with calculating matte with balance != 0.5 It used to be used concave combination of minimal and maximal channel values which could be inpredictable. Use concave combination of two non-major channels sorted by their index, so such combination would always use the same coefficients for particular non-major channels. - Added despill balance slider which defines balance between non-major channels used for calculating average of two colors. Difference between average value and pixel value of major screen channel defines amount of despill. Balance of 0.5 gives the same behavior as it was before this slider was added.
2012-07-06use icons for rgb colorsCampbell Barton
2012-07-06svn merge ^/trunk/blender -r48658:48674Campbell Barton
2012-07-06rgb color display options for compo backdrop.Campbell Barton
2012-07-05svn merge ^/trunk/blender -r48638:48658Campbell Barton
2012-07-05code cleanup: replace magic numbers with enum.Campbell Barton
2012-07-05svn merge ^/trunk/blender -r48604:48638Campbell Barton
2012-07-05add the ability to make objects and obdata local but not materials.Campbell Barton
2012-07-05Color management: skip generating byte buffers in verify_buffer_floatSergey Sharybin
This saves some time in cases color management is used by sipping generating non-color managed buffers.
2012-07-05Draw outdated point cache in a lighter colorSergej Reich
2012-07-05style cleanupCampbell Barton
2012-07-04svn merge ^/trunk/blender -r48585:48604Campbell Barton