forked from bartvdbraak/blender
7785ead4eb
Updated Mathutils.Vector/Euler/Quaternion/Matrix so these are types rather then module methods, each type now has a tp_new function, matching python builtins float/int/str. Also cleaned up float conversion and arg passing. Changed buttons_objects.py... if ob in groups.objects: # no longer works if ob.name in groups.objects: # is the new syntax ...its more dict like and a lot faster (avoids python iterating over each item and comparing each, use a single rna lookup instead). |
||
---|---|---|
.. | ||
buttons_data_armature.py | ||
buttons_data_bone.py | ||
buttons_data_camera.py | ||
buttons_data_curve.py | ||
buttons_data_empty.py | ||
buttons_data_lamp.py | ||
buttons_data_lattice.py | ||
buttons_data_mesh.py | ||
buttons_data_modifier.py | ||
buttons_data_text.py | ||
buttons_material.py | ||
buttons_object_constraint.py | ||
buttons_objects.py | ||
buttons_particle.py | ||
buttons_physic_cloth.py | ||
buttons_scene.py | ||
buttons_texture.py | ||
buttons_world.py | ||
space_image.py | ||
space_outliner.py | ||
space_sequencer.py | ||
space_text.py |