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-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
2010-08-25Bugfix: [#23472] mesh.uv_textures.new() creates a MeshColorLayerDalai Felinto
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-24move more active variables to be nested in collections.Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-20fixed [#23400] Unable to import *.3ds/*.obj files with texturesCampbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19rna rename Spline/Curve/Text3DCampbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-07-302.5: remove vertex normal flip option, this is more harmful than helpfulBrecht Van Lommel
2010-07-26[#23008] Wrong numbers in Edge LengthCampbell Barton
2010-07-24- typo: from "lenght" to "length" in rnaLuca Bonavita
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-06-13Fixed bug ##22580, 'All Edges' display doesn't work unless enter & exit edit ...Nicholas Bishop
2010-05-04Great patch by Harley Acheson fixing about 80 typos and spellingDaniel Salazar