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-09-27Fix #32667: Curve softbodies doesn't render animation (cycles)Sergey Sharybin
2012-09-27Color Management: move "Color Unpremultiply" option to Color Management panelBrecht Van Lommel
2012-09-27fix [#32616] Changing parent does not keep transformationCampbell Barton
2012-09-27fix for adding triangle-fan filled circle not tagging the center vertex.Campbell Barton
2012-09-27fix [#32672] Crash when rendering environment mapCampbell Barton
2012-09-27wm_event_do_handlers was calling sound_sync_scene() twice without error check...Campbell Barton
2012-09-27don't draw the object center circle when in sculpt mode (all other paint mode...Campbell Barton
2012-09-27minor change for sculpt undo, was getting the derived-mesh before calling scu...Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-27correct debug/test assignment being left in the UI_view2d_smooth_view() so it...Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-26fix for cycles/python script error in normal panelCampbell Barton
2012-09-26Fixed typo in previous commit!Sergey Sharybin
2012-09-26Color Management: restore abort() in cases of error and WITH_ASSERT_ABORT ena...Sergey Sharybin
2012-09-26Color Management: resolve warnings when OCIO configuration file misses None d...Sergey Sharybin
2012-09-26Remove unneeded null-check: display settings should always be valid after IMB...Sergey Sharybin
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
2012-09-26fix [#32665] Inconsistent Circle Mesh Edge SubdivisionCampbell Barton
2012-09-26Fix #32091: Crop and offset coordinates changes proxy render settings on imag...Sergey Sharybin
2012-09-26Correction to svn rev50845Sergey Sharybin
2012-09-26Bugfix:Joshua Leung
2012-09-26Fix #32663: Sculpt masks are too darkSergey Sharybin
2012-09-26fix [#32661] Grease Pencil in Camera ViewCampbell Barton
2012-09-26fix for very bad bug with python list slicing which - in bmesh and bpy api fo...Campbell Barton
2012-09-26add back game engine python api slicing, (was missing / regression, since mov...Campbell Barton
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 w...Brecht Van Lommel
2012-09-25Boost directories were not properly configured to vc2010.Alexander Pinzon
2012-09-25Fixed crash when selecting curve with a mouseSergey Sharybin
2012-09-25Compositor:Jeroen Bakker
2012-09-25Color management: change reference space from Linear ACES to Linear. This willBrecht Van Lommel
2012-09-25Bugfix [#32647] PolyLine tool for Grease Pencil was brokenJoshua Leung
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 c...Sergey Sharybin
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 s...Sergey Sharybin
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
2012-09-25Fix own error (wrong portuguese-brazilian Windows "long_locale" - yuck!), and...Bastien Montagne
2012-09-25fix for gibberish text in 2DFilter actuator when text unlinked through the Te...Dalai Felinto
2012-09-25fix [#31703] modules/rna_xml.py: BoolVectorProperty and CollectionPropertyCampbell Barton
2012-09-25fix for error disabling group visibility (which was flushed down to obects),Campbell Barton
2012-09-25default simple deforms `Relative` option to be enabled, IMHO this shouldn't b...Campbell Barton