tornavis/source/blender/python
Bastien Montagne cf0d350b51 Fixing first part of [#31760] Assignments not working properly for Object.dimensions
Problem was in fact that non-linear-contiguous axis assignement was broken (i.e. location.xy would work as expected, but location.xz would only affect .x part)... Now all possibilities should work fine.

Did not try to fix the problem specific to obj.dimension (when assigning multiple times to this array, only the last one is taken into account - in fact, a simple print() shows that assigning to dimension is not taken into account immediately), not sure whether this is normal behavior, or if we need a specific "update" of some kind for this prop?
2012-06-11 18:58:34 +00:00
..
bmesh code cleanup: doxy comment filename corrections 2012-06-08 23:43:11 +00:00
generic BGE patch #28476: Character object physics type 2012-05-28 21:36:29 +00:00
intern change RNA_struct_find_function to accept a type rather then a PointerRNA, add a check duplicate functions are not defined. 2012-06-10 13:34:59 +00:00
mathutils Fixing first part of [#31760] Assignments not working properly for Object.dimensions 2012-06-11 18:58:34 +00:00
BPY_extern.h Python/context: python could get invalid bpy.data in scene update handler after 2012-05-08 22:07:06 +00:00
CMakeLists.txt initial bmesh python api. 2012-02-22 09:19:53 +00:00
SConscript classic compile error: GLEW_STATIC needs to be define when we use opengl functions 2012-05-09 09:49:24 +00:00
rna_dump.py Code Cleanup: check is / is not when comparing singletons. 2012-02-02 21:07:56 +00:00
simple_enum_gen.py style cleanup: py/capi 2012-03-16 21:39:56 +00:00