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-09-26Fixed typo in previous commit!Sergey Sharybin
2012-09-26Color Management: restore abort() in cases of error and WITH_ASSERT_ABORT ↵Sergey Sharybin
enabled
2012-09-26Color Management: resolve warnings when OCIO configuration file misses None ↵Sergey Sharybin
display
2012-09-26Remove unneeded null-check: display settings should always be valid after ↵Sergey Sharybin
IMB_colormanagement_check_file_config
2012-09-26fix for eternal loop in recursive_operation()Campbell Barton
2012-09-26Fix #32666: Memory Cache Limit stops working after set to 2048Sergey Sharybin
Solved two issues here: - RNA update function for cache limiter wasn't type-casting to size_t type, which lead to long int overflow. - Display buffer size in color management wasn't calculated properly, ended up with much more extra memory usage than it's needed.
2012-09-26fix [#32665] Inconsistent Circle Mesh Edge SubdivisionCampbell Barton
2012-09-26Fix #32091: Crop and offset coordinates changes proxy render settings on ↵Sergey Sharybin
image strips Made offset and crop working in final resolution space, meaning that visual result would be the same when using different proxy resolution in sequencer preview and different resolution percentage when rendering. It could break some files designed to with render percentage not equal to 100% using wrong image crop and offset values. But this would also make it easier to setup scene and render it with different percentage (useful for preview renders for example)
2012-09-26Correction to svn rev50845Sergey Sharybin
Disable color picker button only if color block is invoked from another popup. Only in this case color picking will fail. Valid RNA path isn't required for this, only RNA pointer in button is needed. This solves issue with missing color picking in user preferences.
2012-09-26Bugfix:Joshua Leung
Timeline didn't update after deleting keyframes using Alt-I in the 3D View (i.e. after ANIM_OT_keyframe_delete_v3d)
2012-09-26Fix #32663: Sculpt masks are too darkSergey Sharybin
Scaled mask multiplier to 0.25..1.0 instead of 0.0..1.0.
2012-09-26fix [#32661] Grease Pencil in Camera ViewCampbell Barton
Regression since 2.63a release. own fault in r49996, though code was confusing - using rcti struct for offset+width.
2012-09-26fix for very bad bug with python list slicing which - in bmesh and bpy api ↵Campbell Barton
for all? 2.5x + releases. negative stop values when slicing was broken. eg. bpy.data.objects[0:-2] != list(bpy.data.objects)[0:-2]
2012-09-26add back game engine python api slicing, (was missing / regression, since ↵Campbell Barton
move to py3x) not many people must have used it since it would crash with non-zero start slice values.
2012-09-26remove redundant NULL checks in somepledeform modifier (dcut is never NULL).Campbell Barton
2012-09-25fix osx/ols compile after #50876Jens Verwiebe
2012-09-25Unification of names for the BOOST library directory in Windows 32 and win64Alexander Pinzon
2012-09-25Fix for last color management commit, wrongly assumed aces_to_rec709.spimtx ↵Brecht Van Lommel
was in svn.
2012-09-25Boost directories were not properly configured to vc2010.Alexander Pinzon
Opencolorio directories and openimageio not work as you would expect macro
2012-09-25Fixed crash when selecting curve with a mouseSergey Sharybin
Was a missed check for DRAW_CONSTCOLOR flag.
2012-09-25Compositor:Jeroen Bakker
* Node muting in node groups didn't work. [#32597] Mute one node in a group blocks it It looked for connections in the main tree, and not inside the group.
2012-09-25Color management: change reference space from Linear ACES to Linear. This willBrecht Van Lommel
have no effect on the end result, because it is only an intermediate space and scene_linear was already set to Linear. It does avoid some unnecessary matrix transforms which should be a bit faster, and it makes it more clear what's happening.
2012-09-25Bugfix [#32647] PolyLine tool for Grease Pencil was brokenJoshua Leung
This was broken in r.46589, although it doesn't seem that these changes have any relevance to the main fix being performed there. The problem was that the offending changes made the Grease Pencil modal handler exit when an RMB event occurs meant that the operator was exiting after the initial click, meaning that it was only possible to draw single dots at a time when using the hotkey version of PolyLine. The toolbox version however was unaffected. I've noted this specific problem in the code as a warning.
2012-09-25code cleanup: make naming more consistentSergey Sharybin
2012-09-25Color Management: mark some TODOs as resolvedSergey Sharybin
2012-09-25Expose image's and clip's input color space settings to properties panel in ↵Sergey Sharybin
compositor, so now input color space could be changed directly from the compositor. The only unfinished thing is missed compositor update when color space is changing. Not sure about correct fix for this yet.
2012-09-25Remove access to deprecated per-strip color balance in RNA.Sergey Sharybin
2012-09-25Color Management: render result could have been incorrectly changed by file ↵Sergey Sharybin
saving routines
2012-09-25Color Management: wrong register was used for color space for None displaySergey Sharybin
2012-09-25Color Management: float generated images had is_data flag set incorrectSergey Sharybin
2012-09-25No need to show display settings in file output nodeSergey Sharybin
2012-09-25Use ${OPENEXR_INCLUDE_DIR} instead of ${OPENEXR}/includeSergey Sharybin
There's no CMake symbol names ${OPENEXR} which lead to using /include as an include directory, which isn't correct.
2012-09-25Fix own error (wrong portuguese-brazilian Windows "long_locale" - yuck!), ↵Bastien Montagne
and some minor, non-code edits.
2012-09-25fix for gibberish text in 2DFilter actuator when text unlinked through the ↵Dalai Felinto
Text Editor (reported nowhere, I found this while testing osl custom node)
2012-09-25fix [#31703] modules/rna_xml.py: BoolVectorProperty and CollectionPropertyCampbell Barton
patch provided by reporter (n floyd)
2012-09-25fix for error disabling group visibility (which was flushed down to obects),Campbell Barton
- objects were being selected rather then de-selected. - object restrict selection wasnt de-selecting either (as it does when changing the object in the outliner directly).
2012-09-25default simple deforms `Relative` option to be enabled, IMHO this shouldn't ↵Campbell Barton
be an option (objects should always work relative to eachother). At least defaulting to ON gives users more predictable behavior (Transforming both objects together keeps them the same relative to eachother).
2012-09-25fix for regression in solidify modifier copying loop customdata to rim faces ↵Campbell Barton
(UV's and vertex colors). Own fault when fixing rim face flipping r46924
2012-09-25small improvement to previous commit, use pre-calculated ngon normal to ↵Campbell Barton
avoid calculating twice when dupli-scale is enabled.
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
concave ngons could flip the dupliface, now use the faces normal when calculating the dupli-face.
2012-09-25rename RNA duration --> frame_duration to match sequence strip.Campbell Barton
2012-09-25code cleanup: add missing includes to RNA (this one is safe!)Campbell Barton
2012-09-25fix cmake in case the boostlibs don't contain boost_python3 refactor ( was ↵Jens Verwiebe
possibly not correct)
2012-09-24fix cmake in case the boostlibs don't contain boost_python3 yetJens Verwiebe
2012-09-24OSX/osl: add install of shader headers needed for osl_nodes compileJens Verwiebe
2012-09-24OSL/cmake: the non-intrusive parts, so other os-maintainers can take code overJens Verwiebe
2012-09-24Some further fixes for #32626: TIFF renders are limited to 8 bit even when ↵Sergey Sharybin
we choose 16. File type was checking for wrong flags, now it should be checked against actual file format flags which would be used on save. We also can not free float buffer if file format doesn't have IM_FTYPE_FLOAT flag -- i.e. TIFF doesn't have such flag and it decides whether float or byte buffer should be used based on image depth.
2012-09-24Update startup.blend to store proper default themeSergey Sharybin
(there were several differences on color theme stored in startup.blend and colors after restoring them by Reset to Default Theme button). Should be no other changes.
2012-09-24Themes fixes:Sergey Sharybin
- Added initialization of frame node color to default theme loading Used default color from 2.63a theme, should be pretty fine as default. - Added some missing versioning checks which lead to differences between startup.blend and default theme restored.
2012-09-24- Corrected movie clip length computationSergey Sharybin
- Ignore clip's offset for movie clip sequencer strip