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-05-20code cleanup:Campbell Barton
2012-05-20use utf8 functions for new modifier namesCampbell Barton
2012-05-20Fix bug #31529 Remesh remove Apply as Shape buttonNicholas Bishop
2012-05-20Various small fixes:Bastien Montagne
2012-05-20BMesh Py API Fix: hide attribute of BMesh elements was returning the select f...Andrew Hale
2012-05-20Fix memory leak when trying to apply transformations to shared meshesAntony Riakiotakis
2012-05-20Sequencer UI:Thomas Dinges
2012-05-20Fix sculpt layer brush, broken by texture changes in r46651.Nicholas Bishop
2012-05-20Added 'LIBRARY_EDITABLE' flag to bpy.props.*Dan Eicher
2012-05-20Fix [#31535] Radian Unit System Button Ignored for Face Angles display.Bastien Montagne
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-19disable overwriting the PYTHONPATH for windows - reported as [#31506]Campbell Barton
2012-05-19Add i18n to “button” and “Area Options” pop-up menus.Bastien Montagne
2012-05-18Fix #31504: uv unwrap incorrectly scaling pinned islands.Brecht Van Lommel
2012-05-18Fix #31395: setting mesh.uv_textures['uvmap'].active did not update correctly.Brecht Van Lommel
2012-05-18Fix #31430: itasc solver assertion failure with debug builds.Brecht Van Lommel
2012-05-18add missing includeBrecht Van Lommel
2012-05-18Fix #31400: opengl offscreen render not respecting theme settings.Brecht Van Lommel
2012-05-18Fix related to #31446: cycles glsl error with empty image texture node.Brecht Van Lommel
2012-05-18Fix bug in controller list scan (introduced in recent code cleanup)Benoit Bolsee
2012-05-18File browser: list of system directories is now refreshed on pressing the ref...Brecht Van Lommel
2012-05-18add option for screw modifier to smooth shade. (renamed smooth_shading to use...Campbell Barton
2012-05-18patch [#31507] site not automatically imported when using external python pac...Campbell Barton
2012-05-18Fix for Tile image node. This was still using the path string for multilayer ...Lukas Toenne
2012-05-18When generating enums for the image node render layers, replace empty strings...Lukas Toenne
2012-05-18Partial revert of r46542.Lukas Toenne
2012-05-18Add smooth-shading option for remesh modifier.Nicholas Bishop
2012-05-18style cleanup: function definitionsCampbell Barton
2012-05-18style cleanup: and add missing files to cmakeCampbell Barton
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-18Code cleanup: de-duplicate some transform constraint code.Nicholas Bishop
2012-05-18Don't link compositor with blender player.Antony Riakiotakis
2012-05-17Enable remesh modifier for curves.Nicholas Bishop
2012-05-17rna function Image.scale(w, h), useful for utility functions to open/scale/sa...Campbell Barton
2012-05-17fix for building without AUDCampbell Barton
2012-05-17Compositor / Box and Ellipse Mask:Thomas Dinges
2012-05-17Moved switch node to layoutJeroen Bakker
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17Fix blenderplayr compilationAntony Riakiotakis
2012-05-17Fix for MSVC float conversionJeroen Bakker
2012-05-17Fix [#31495] Modifiers in Text objects don't respect edit mode flag.Bastien Montagne
2012-05-17MinGW64 and possibly gcc 4.7 doesn't like interface as identifier.Antony Riakiotakis
2012-05-17code cleanup: quiet warnings from compositor merge (builds with -Werror now i...Campbell Barton
2012-05-17readfile.c Style Cleanup: Whitespace, while -> for, etc.Joshua Leung
2012-05-17 ____ Jeroen Bakker
2012-05-17Fix select_similar_type_itemf() enum-item-generator func to return the whole ...Bastien Montagne
2012-05-17remove doubleups of newlines in readfile error printsCampbell Barton
2012-05-17Disable setting non-object actions as the action used by the Action ConstraintJoshua Leung
2012-05-17KeyingSets UI stuff - Replaced names used in RNA enum instead of redefiningJoshua Leung