December 7, 2009, 10:28 (GMT) |
Fix for [#20286] New objects have no Display Type Removed a few more references to shaded mode |
December 7, 2009, 10:22 (GMT) |
Fix for [#19541] Buttons etc that are too close to the window edge don't react to input |
December 7, 2009, 03:37 (GMT) |
Fix for [#20057] Shift F for setting brush strenght can never get to 1 |
Revision 764c4c9 by Campbell Barton December 7, 2009, 02:20 (GMT) |
use sets rather then tuples for enum/flags so you can use bitfield operators |
Revision 7f590d3 by Elia Sarti December 7, 2009, 01:26 (GMT) |
Added icons to a few RNA properties. |
December 7, 2009, 00:50 (GMT) |
Tweaks to the fading behaviour of 3d view grid subdivs, somewhat fix for [#20246] grid subdivisionns doesn't works |
Revision 750764f by Campbell Barton December 7, 2009, 00:16 (GMT) |
rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted into a PyObject only used by wm.invoke_props_popup() currently |
Revision 85773c7 by Elia Sarti December 7, 2009, 00:11 (GMT) |
Fixed operator name typo. |
Revision c5a614f by Elia Sarti December 6, 2009, 22:28 (GMT) |
Finished wrapping SpaceGraph in RNA and also wrapped bDopeSheet in the process. Some descriptions might be slightly off, feel free to check. |
Revision 128f973 by Tamito Kajiyama December 6, 2009, 22:01 (GMT) |
Added Freestyle.getCurrentScene() to give access to the current scene from within style modules. Calling this function is only valid within style modules. Calling it from the Python Interactive Console results in an error as follows: >>> import Freestyle >>> Freestyle.getCurrentScene() Traceback (most recent call last): File "<console>", line 1, in <module> TypeError: current scene not available >>> |
Revision 450d33c by Martin Poirier December 6, 2009, 17:38 (GMT) |
Loop cut and edge ring select only have an invoke and require view3d, so change poll function to reflect that (and not, you know, crash...). |
Revision 4b2163c by Martin Poirier December 6, 2009, 17:36 (GMT) |
Text change: Loopcut -> Loop Cut |
Revision 092e708 by Tamito Kajiyama December 6, 2009, 17:25 (GMT) |
Merged changes in the trunk up to revision 25149. After the merge operation, running the diff command showed that the branch had a significant amount of differences from the trunk revision 25149. I had no idea where these differences came from. To resolve them and make the branch up-to-date, I just copied the following files from the trunk: release/scripts/io/import_anim_bvh.py release/scripts/io/import_scene_obj.py release/scripts/ui/space_image.py release/scripts/ui/space_view3d.py source/blender/blenkernel/intern/object.c source/blender/blenlib/BLI_math_base.h source/blender/blenlib/intern/math_base.c source/blender/editors/animation/anim_markers.c source/blender/editors/armature/armature_intern.h source/blender/editors/armature/armature_ops.c source/blender/editors/armature/editarmature.c source/blender/editors/curve/curve_intern.h source/blender/editors/curve/curve_ops.c source/blender/editors/include/ED_mesh.h source/blender/editors/include/ED_object.h source/blender/editors/include/ED_particle.h source/blender/editors/mesh/editface.c source/blender/editors/mesh/editmesh_mods.c source/blender/editors/mesh/mesh_intern.h source/blender/editors/mesh/mesh_ops.c source/blender/editors/metaball/mball_edit.c source/blender/editors/metaball/mball_intern.h source/blender/editors/metaball/mball_ops.c source/blender/editors/object/object_intern.h source/blender/editors/object/object_lattice.c source/blender/editors/object/object_ops.c source/blender/editors/object/object_select.c source/blender/editors/physics/particle_edit.c source/blender/editors/physics/physics_intern.h source/blender/editors/physics/physics_ops.c source/blender/editors/sculpt_paint/paint_intern.h source/blender/editors/sculpt_paint/paint_ops.c source/blender/editors/sculpt_paint/paint_utils.c source/blender/editors/space_view3d/view3d_select.c source/blender/editors/uvedit/uvedit_ops.c source/blender/windowmanager/WM_api.h source/blender/windowmanager/intern/wm_operators.c |
Revision 9ec726c by Tamito Kajiyama December 6, 2009, 15:46 (GMT) |
Removed ../freestyle from the list of header file directories. |
Revision ce6870e by Tamito Kajiyama December 6, 2009, 15:34 (GMT) |
Removed unnecessary #include "FRS_freestyle.h". |
Revision ba09810 by Joshua Leung December 6, 2009, 09:37 (GMT) |
Assorted warning and comment fixes |
Revision f08e8af by Campbell Barton December 6, 2009, 04:35 (GMT) |
wm.invoke_popup(op, width, height) similar to wm.invoke_props_popup(op, event) except it doesnt use undo/redo (UI's need to execute operators themselves) |
Revision 062cf43 by Campbell Barton December 5, 2009, 23:41 (GMT) |
remove nasty hack which made StructRNA class instaces have no __dict__, use __slots__, it seems all the parent classes need to have slots as well for this to work. all python defined srna classes are checked for this too |
Revision 5ebe54f by Campbell Barton December 5, 2009, 22:03 (GMT) |
pep8 edits and fix some warnings |
Revision 8821f7d by Thomas Dinges December 5, 2009, 21:54 (GMT) |
2.5 Nodes: * Node listener missed "ND_SHADING_DRAW". |
|