7f3fe8a2df
pep8 cleanup
2011-01-01 07:20:34 +00:00
54343b79e6
remove reload() from builtins since python3 no longer uses this.
...
use imp.reload now.
Should use import hooks but for now replace imp.reload with our own reload as the builtin reload was replaced before.
2010-12-22 21:39:48 +00:00
989a610fc8
rna rename: use_inherit_rotate -> use_inherit_rotation, noticed _rotate is not used like this much elsewhere in rna.
2010-10-24 08:06:19 +00:00
563e3c9405
rename rna property Bone.use_hinge to use_inherit_rotate because use_hinge was inverted - Enabled by default but not a hinge.
...
this also matches 'use_inherit_scale'
2010-10-23 10:06:40 +00:00
84fe3ab081
Added RNA conversions to the fcurve/driver fix script from my sequencer speed effect commit.
2010-10-01 09:54:07 +00:00
a8269c8946
SVN maintenance.
2010-09-03 03:30:20 +00:00
69949d730b
added animation data update to the help menu as discussed in last meeting.
2010-08-29 15:40:48 +00:00
4ca9a7e9c1
- bugfix [ #23407 ] vertex painting on a mesh with no face segfaults
...
- removed animsys update values that dont need animating.
2010-08-22 06:31:26 +00:00
93ffe7d7f1
rna renaming (manual edits)
2010-08-21 04:51:00 +00:00
6da7684ca6
fixed [ #23400 ] Unable to import *.3ds/*.obj files with textures
...
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-20 08:11:26 +00:00
4f5f868a52
rna data path names which are more likely to break animations.
...
Added an operator "Update Animation Data",
access from the search menu to update drivers and fcurves.
2010-08-20 06:09:58 +00:00