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
path: root/source
AgeCommit message (Expand)Author
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: 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-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-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: 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-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 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
2012-09-25fix for regression in solidify modifier copying loop customdata to rim faces ...Campbell Barton
2012-09-25small improvement to previous commit, use pre-calculated ngon normal to avoid...Campbell Barton
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
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-24OSX/osl: add install of shader headers needed for osl_nodes compileJens Verwiebe
2012-09-24Some further fixes for #32626: TIFF renders are limited to 8 bit even when we...Sergey Sharybin
2012-09-24Themes fixes:Sergey Sharybin
2012-09-24- Corrected movie clip length computationSergey Sharybin
2012-09-24Sequencer: movie clip float buffers should be converted to internal sequencer...Sergey Sharybin
2012-09-24Expose movie clip duration property to RNASergey Sharybin
2012-09-24Fix crash on sequencer when movie clip fails to load frameSergey Sharybin
2012-09-24Fix image editor switching to no image when deselecting all faces for UV edit...Brecht Van Lommel
2012-09-24Fix #32644: ctrl+F11 internal animation player crashSergey Sharybin
2012-09-24Fix #32396: EyeDropper does nothing on "New" in Uv image editorSergey Sharybin
2012-09-24No need to limit image frame offset to blender's frame rangeSergey Sharybin
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-24deleting mask data wasn't deleting loop data. also return OPERATOR_CANCELLED ...Campbell Barton
2012-09-24fix for memory leak grabbing masks and grease pencil in the dope sheet. (also...Campbell Barton