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 (Collapse)Author
2010-12-08remove contents from the svn cleanup file. not used now and could turn up ↵Campbell Barton
results with source searches.
2010-11-12Bugfix #24335Ton Roosendaal
ZCombine node in compositor ignored alpha values. Enabling it would break compatibility though, so it's a tickbox option now. Patch provided by reporter, Martin Lubich. Thanks!
2010-08-23- rename mesh UV and VertexColor add functionsCampbell Barton
mesh.add_vertex_color() -> vcol = mesh.vertex_colors.new(name) mesh.add_uv_texture() -> uvtex = mesh.uv_textures.new(name) - pose.active_bone_group -> pose.bone_groups.active, same for UV&vcol layers, keying sets, key configs
2010-08-23rna: move metaball.active_element to metaball.elements.activeCampbell Barton
added rna funcs... elem = metaball.elements.new() metaball.elements.remove(elem)
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20fixed [#23400] Unable to import *.3ds/*.obj files with texturesCampbell Barton
changed some rna names to be more consistant - use_texture -> use_image, since it sets if 'image' is used. - use_map_color_diff -> use_map_color_diffuse since diffuse is used elsewhere in the same type.
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
Added an operator "Update Animation Data", access from the search menu to update drivers and fcurves.
2010-08-20rna remaining that negates valuesCampbell Barton
2010-08-19rna rename Spline/Curve/Text3DCampbell Barton
2010-08-19rna renaming FModifier & GameObjectSettingsCampbell Barton
2010-08-19rna naming mainly forBoidsCampbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & ↵Campbell Barton
Pointcache changes. Changed some names when applying. - render was use_render, changed to show_viewport so call it show_render - texface shadow was use_shadow_face, changed to use_shadow_cast since this only affects casting. - transp was alpha_mode, changed to blend_type since its similar to other overlay blending where this property name is used.
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at ↵Campbell Barton
least its very unlikely).
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-18minor update rna namer and script to automatically apply updates from ↵Campbell Barton
blender to rna_properties.txt
2010-08-17merged in applied edits from theme/space/prefsCampbell Barton
2010-08-17rna naming changes based on suggestions by Brecht.Campbell Barton
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-17use 'vertices' rather then 'verts'.Campbell Barton
2010-08-17- rna_info.py now outputs array length with types eg. float[16].Campbell Barton
- corrected rna property name Controller.states -> state (pointed out by Dalai). - rna_cleaner_merge script now only merges comment and new name.
2010-08-16merged rna names with newly created dump from rna_info.pyCampbell Barton
2010-08-16- finished RNA renaming for reviewCampbell Barton
- fix warning
2010-08-15change for sorting rna cleaner (was broken), diff's on rna_properties.txt ↵Campbell Barton
will stop being so big now.
2010-08-15more rna naming editsCampbell Barton
2010-08-10include rna parent class names in renaming listCampbell Barton
2010-08-09rna refactoring update, order by class, attribute.Campbell Barton
2010-08-09rna refactor...Campbell Barton
- added a script to merge 2 lists of rna renaming from/to - merged rna_booleans.txt into rna_properties.txt - made rna_cleaner.py sort by class.from by default.
2010-07-13- saturation option for sequencer strips, runs before multiply and color ↵Campbell Barton
balance. - multiply of 0.0 wasnt being applied.
2010-07-13- more misc rna rename updatesCampbell Barton
- edited the rna_cleaner.py script to use repr() on descriptions so quotes dont result in invalid generated python scripts.
2010-07-13- minimum -> min, maximum -> maxCampbell Barton
- have min/max as suffix - replace unneeded use of common suffix 'ing' and 'ness' where possible - replace term 'brightness' for 'intensity'
2010-07-13rna api cleanup...Campbell Barton
- remove 'ing' suffix - use 'blend_type' rather then 'blend_mode' or 'blending'
2010-07-13unmodified property names ready for editing (all props excluding bools)Campbell Barton