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-21Cycles: add Object Info node, with outputs object location, object/materialBrecht Van Lommel
2012-05-21debugging check for bmesh (commented since its very slow), but useful for deb...Campbell Barton
2012-05-21Added switch in dilate/erode between old (Step) and new (Distance)Jeroen Bakker
2012-05-21fix for fix - possible on second loop to use freed memory still.Campbell Barton
2012-05-21fix for unlikely but possible use of uninitialized pointers.Campbell Barton
2012-05-21code cleanup: remove some old commentsCampbell Barton
2012-05-21fix for minor annoyance when an operator is called by another - dont add blen...Campbell Barton
2012-05-21Quiet null pointer free warning/error.Campbell Barton
2012-05-21py api integration: __import__(... , level=0)Campbell Barton
2012-05-21fix for error pointed out by Nicholas Bishop, BM_edge_face_pair & BM_edge_loo...Campbell Barton
2012-05-21code cleanup:Campbell Barton
2012-05-21readfile.c Style cleanups Part 2 - More whitespace + replaced most of the whileJoshua Leung
2012-05-21== Compositor ==Peter Schlaile
2012-05-21code cleanup: spellingCampbell Barton
2012-05-21Fix #31511: GLSL preview is much darker than F12 resultsDaniel Stokes
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