Revision 75f155b by Nathan Letwory January 26, 2011, 12:19 (GMT) |
Apply multimonitor fix part of patch [#25612] Submitted by Alexander Kuznetsov Fixes [#23630] Negative OS screen coords not stored/used Reported by Mort (mnme) |
Revision 2f45cdb by Joshua Leung January 26, 2011, 10:46 (GMT) |
ShapeKeys RNA Wrapping: Code cleanup Replaced some manual/inlined operations with their equivalents from the listbase library funcs. |
Revision ed5791b by Joshua Leung January 26, 2011, 10:25 (GMT) |
- Clear rotation for objects now works on delta transforms too. The only case that doesn't fully work yet is the one where quats/axis- angle are converted to eulers first. - Fixed incorrect comment - Removed obsolete "armature_clear" var from clear origin operator. This was some ancient stuff from 2.4x code that ended up getting ported across... |
Revision fa84840 by Joshua Leung January 26, 2011, 09:27 (GMT) |
Refactoring object clear-transform operators to remove out the common parts, like what was done for posechannel clear-transform operators earlier. There shouldn't be any functional changes. |
Revision 1f5cec7 by Campbell Barton January 26, 2011, 07:54 (GMT) |
update to background_job template to use --factory-startup option. make all templates pep8 compliant. |
Revision 7a23193 by Campbell Barton January 26, 2011, 07:34 (GMT) |
cmake attempted fix before didnt work (I cant test on OSX), this should fix. |
Revision 78fb0a4 by Joshua Leung January 26, 2011, 06:41 (GMT) |
Adding Calculate/Clear Motion Path operator buttons to toolbar. I'm currently reviewing the UI for this, so more changes related to this should be coming... |
Revision c47eb46 by Daniel Salazar January 26, 2011, 06:08 (GMT) |
After talking to Troy Sobotka, separated the time mapping UI a bit and added a label. It should be less obscure now |
Revision fb08dc1 by Campbell Barton January 26, 2011, 04:48 (GMT) |
missed this when updating cmake files |
Revision 58352e1 by Daniel Salazar January 25, 2011, 18:30 (GMT) |
Adding Framerate preset patch by Troy Sobotka (sobotka). Small change to make Frame Old / Frame New remapping settings always visible as they aren't really a part of framerate settings |
Revision 0f375d8 by Janne Karhu January 25, 2011, 17:08 (GMT) |
Fix for [#25781] Bake cache for particles fails at end , ALT + A not * Missing check for info frame (frame 0). |
Revision d8539d8 by Campbell Barton January 25, 2011, 16:32 (GMT) |
small internal cleanup, have matrix.scale_part() use same method to extract the scale as matrix.decompose() |
Revision 1bd0db5 by Campbell Barton January 25, 2011, 14:43 (GMT) |
use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken. in the case of python this makes it easier to move to find_package(PythonLibs) when 3.x is supported. |
Revision da2b490 by Campbell Barton January 25, 2011, 08:35 (GMT) |
cmake maintenance, was missing 2 headers and made some minor improvements to cmake_consistency_check.py. also converted GHOST_SystemWin32.cpp to utf8. |
Revision 5728904 by Campbell Barton January 25, 2011, 07:31 (GMT) |
improve unregister error check not to loop over parent classes properties (would check the same property multiple times) |
Revision c0e74f9 by Campbell Barton January 25, 2011, 06:54 (GMT) |
fix [#25748] Addons register parameters/functions more than once - values were added to both the classes __dict__ as well as the internal StructRNA. - made properties available from the type since this is where the python api assigns them: >>> bpy.types.Scene.frame_start <bpy_struct, IntProperty("frame_start")> - rename RNA_struct_type_properties() -> RNA_struct_type_properties(), added RNA_struct_type_find_property() |
Revision 17509e7 by Campbell Barton January 25, 2011, 05:45 (GMT) |
property lookups on structs was doing a listbase search even if the hash was defined. since the property hash is maintained there is no reason for this, especially since the property could be in the StructRNA's parent class. |
Revision 27cb621 by Campbell Barton January 25, 2011, 01:51 (GMT) |
fix [#25778] Memoryblock Data from SCR: end corrupt + other minor changes. |
Revision 8e83dd0 by Sergey Sharybin January 24, 2011, 18:21 (GMT) |
Todo item: text editor does not honour continuous grab(see Added OPTYPE_GRAB_POINTER flag to scrolling operator, changed a bit logic of delta calculation and removed unused members from TextScroll structure. Got issue with very-fast mouse moving (when mouse pointer could go out of window, but it's general issue for all grab operator). Was unable to check MOUSEPAN event (two-finger scroll). Please poke me if there are any issues with this event. |
Revision 076171c by Campbell Barton January 24, 2011, 15:25 (GMT) |
fix [#25757] Torus script uses radians for rotation in panel |
|
|
|


Master Commits
MiikaHweb | 2003-2021