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
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-04Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-25manual update on changelog (python API)Dalai Felinto
2011-09-25removing texface rna - changelog.rst update soonDalai Felinto
2011-09-24Minor: Other UI strings typos and tweaks. Also updated french po & moBastien Montagne
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-14some picky rna/variable renaming:Campbell Barton
2011-07-29'Fix Deforms' op added to weight paint tools to smooth (remove/reduce) spikin...Jason Hays
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-07-14Made a vertex selection keymap for weight paint so that the Jason Hays
2011-07-12Lots of incomplete changes:Jason Hays
2011-06-23checks in rna range functions that the max value cant be less than the min.Campbell Barton
2011-06-09RNA properties - expose values as radians rather then degreesCampbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-03-15"Fix" #26445: edit mode vertex distortionSergey Sharybin
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-27Bullet-proofing mesh vertex group RNA wrapping, after double checkingJoshua Leung
2011-01-13remove/comment unused varsCampbell Barton
2011-01-11revert own recent fix for collection length, this is incorrect, the bug needs...Campbell Barton
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2011-01-11- bpy.data.lamps.new() now takes a type argument since lamp type also sets cl...Campbell Barton
2011-01-10rna collection sizes for face data layers were invalid.Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Todo item:Ton Roosendaal
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-31Continue from my commit r33952, which disallowed floats to be wrapped as ints.Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-15- 'matrix_basis' for objects and pose bones, this is an alternative access to...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-07bugfix [#24168] verts[] was replaced with vertices[] but gives the old info t...Campbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-08-27Fix for Mesh.uv_textures.new(name="my_uv") returning the wrong uvmap - report...Dalai Felinto
2010-08-27rna api changesCampbell Barton