Revision 571ad40 by Campbell Barton January 11, 2011, 00:21 (GMT) |
tag unused vars. |
Revision dbb67b4 by Nathan Letwory January 10, 2011, 23:31 (GMT) |
Fix [#25575] Collada import problem with Maya2010 exported collada files Reported by Morten Mikkelsen It seems that the maya export may generate invalid joint UIDs. Skip these joints to prevent crash. |
Revision ac4eb52 by Joshua Leung January 10, 2011, 22:31 (GMT) |
- Local Markers are now taken into account correctly for operators that used markers. I might've missed a few still, but at least a few more cases will work now - Accidentally broke keyframe selection on group channels in gpencil commit, after misreading a call name. |
Revision cf25b10 by Joshua Leung January 10, 2011, 22:10 (GMT) |
Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet Editor This commit restores some basic functionality for retiming Grease Pencil sketches. Some of the functionality that existed before still hasn't been restored (namely snap/mirror tools as well as copy+paste), though it should be possible to use this for basic retiming and sketch-frame management again. - There's still a lot of work required to get this up to the standard of the rest of the animation editor code, as some of this code was originally just hacked in based on the old-style code. - Work is already required to not have to directly access the main db global to get the list of Grease Pencil datablocks to show, but that can come along with pending cleanups of the filtering code. |
January 10, 2011, 21:30 (GMT) |
SVN maintenance. |
Revision 795ca28 by Campbell Barton January 10, 2011, 17:48 (GMT) |
action paste properties were assigned to copy operator instead. |
Revision dd69f19 by Campbell Barton January 10, 2011, 17:46 (GMT) |
rna collection sizes for face data layers were invalid. This meant python could do... mesh.uv_textures[0] ...on a mesh with 1 vertex color layer instead. |
Revision bfcea85 by Campbell Barton January 10, 2011, 13:56 (GMT) |
x3d import now passes pep8 checker |
Revision ff204a1 by Campbell Barton January 10, 2011, 13:16 (GMT) |
x3d import tabs -> spaces |
Revision f5c203a by Campbell Barton January 10, 2011, 13:11 (GMT) |
copy x3d/vrml importer from blender 2.4x. svn cp https://svn.blender.org/svnroot/bf-blender/branches/blender2.4/release/scripts/import_web3d.py release/scripts/op/io_scene_x3d/import_x3d.py |
Revision 3b413b6 by Luca Bonavita January 10, 2011, 12:50 (GMT) |
[bugfix] Curve tilt button in 3d toolbar showing wrong shortcut Added Ctrl-T to Curves Tilt button in the toolbar (edit mode), currently was reporting Alt-S for tilt (reported by Rickyx here http://www.kino3d.com/forum/viewtopic.php?f=21&t=8485&start=0) Also added the label "Tilt" to the tilt transform in the Curve > Control points header submenu, currently was just "Transform" |
Revision dab4ffa by Janne Karhu January 10, 2011, 11:53 (GMT) |
Bug fix: effectors in pre 2.5 files didn't work due to a forgotten flag in do_versions. |
Revision 1b19ffb by Joshua Leung January 10, 2011, 10:22 (GMT) |
"Available" Keying Set bugfix: This builtin Keying Set is supposed to insert keyframes for every F-Curve that exists for the selected data (usually objects and/or bones only). However, as coded, it was only useful for objects, since it would just go through all the F-Curves for the object's action, instead of just the F-Curves relevant to a selected bone. Tweaked the code to make this case (and similar ones) hopefully work better by default. |
Revision b0af2b5 by Campbell Barton January 10, 2011, 06:00 (GMT) |
bug [#25535] proportional editing bug disable PET when rotating/scaling around face centers to make it more obvious its unsupported. |
Revision 35d261f by Campbell Barton January 10, 2011, 05:40 (GMT) |
edit to Ton's recent commit, r34177, only use the far clipping as PET max when not in Ortho view. |
Revision 5feb46d by Campbell Barton January 10, 2011, 05:17 (GMT) |
callback function ptcache_particle_extra_read() was incorrect type, also fix some other compiler warnings with recent commits. |
Revision ede0d85 by Campbell Barton January 10, 2011, 03:58 (GMT) |
comment/remove various unused vars, also make rna function for new images require width and hight args. |
Revision a9faad8 by Campbell Barton January 10, 2011, 03:55 (GMT) |
comment unused vars from subsurf code. |
Revision 293c142 by Campbell Barton January 10, 2011, 03:47 (GMT) |
comment dead code from RNA_pointer_create(), was finding the id pointer type when 'id' was set, but not using it. also comment a few unused vars. |
Revision 91db8f6 by Campbell Barton January 10, 2011, 03:30 (GMT) |
add constraint operator - report an error if adding a pose constraint with no active pose channel. - dont run update_pose_constraint_flags() when adding an object constrant to an armature object. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021