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
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
2010-04-12Fix [#21953] Texture space size seems not updated constantlyMatt Ebb
2010-04-12BGE: TexFace panel (from patch #21780 from Mitchell Stokes + some changes)Dalai Felinto
2010-03-24remove unused rna includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-05Fix #21442: RNA mesh texture face layer was giving corrupt data whileBrecht Van Lommel
2010-02-21Fix #21214 Changing frame range on render panel doesn't update on timeline...Elia Sarti
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
2010-02-13Mesh selection totals in RNA (patch by Campbell)Martin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10BGE: rna update for Logic BricksDalai Felinto
2010-02-09Tooltips tweaks 3d to 3DDaniel Salazar
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2010-01-04object.group_users, object.scene_usersCampbell Barton
2010-01-04patch from Guillaume Bouchard for setting vertex normals, (lost when existing...Campbell Barton
2009-12-28Mesh Animation + Depsgraph Tweaks:Joshua Leung
2009-12-22clone and stencil layer access added, renamed mask to stencil layer internallyCampbell Barton
2009-12-13mesh.faces.active attribute for Michael Williamson to help port 2.4x UV unwra...Campbell Barton
2009-12-08RNA:Brecht Van Lommel