Revision 6d8cb93 by Campbell Barton May 9, 2010, 17:18 (GMT) |
building docs failed when the output directory didnt alredy exist. |
Revision 46a40c9 by Campbell Barton May 9, 2010, 14:43 (GMT) |
minor cmake changes - only give quicktime option for apple and windows - disable collada by default on non-apple-unix since its not in debian repo |
Revision 1e30f00 by Tamito Kajiyama May 9, 2010, 12:42 (GMT) |
Merged changes in the trunk up to revision 28685. |
Revision 80f6671 by Thomas Dinges May 9, 2010, 09:49 (GMT) |
Some more IPO > F-Curve renaming in RNA. |
Revision d4ce8a7 by Thomas Dinges May 9, 2010, 09:43 (GMT) |
Renaming IPO > F-Curve in the Logic Editor (Layout Engine version) |
Revision c7a6bf6 by Thomas Dinges May 9, 2010, 08:33 (GMT) |
2.5 Constraint UI: * Slight alignment change in header, to match modifiers box a bit better. Basically the "name" filed expands with the size of the properties panel now, which looks better imho. * Code cleanup: Removed some old drawing functions, and the Python Constraint UI Code, which was not functional anyway. |
Revision d92751f by Campbell Barton May 9, 2010, 00:37 (GMT) |
missing arg from docstring |
Revision d73af20 by Campbell Barton May 9, 2010, 00:06 (GMT) |
py/rna: defining new properties now replaces the old onces and raises an error if they collide with dynamic props. |
Revision 5548e86 by Campbell Barton May 8, 2010, 23:34 (GMT) |
function to remove property eg: bpy.types.Scene.IntProperty(attr="myprop") # adds bpy.types.Scene.RemoveProperty(attr="myprop") # removes |
Revision 94cd746 by Dalai Felinto May 8, 2010, 22:11 (GMT) |
Logic UI - lookup for properties (matt need your help to finish it) I based this code on drawnode, so I hope this is the right way of doing this. Working Sensors: - keyboard - property Working Actuators: - property (partly) - ipo - action - shape action - message - random Need help with: - actuator sensor - property actuator (for the second object) - touch/ray/collision sensors + constraint actuator (for the material lookup, not the property one) maybe a doversion + changing the type to material work better here (as we have in touch sensor) + added notifier for the game property. |
Revision 5be1fd3 by Andrea Weikert May 8, 2010, 21:02 (GMT) |
== filebrowser == - smooth scrolling to editable button after new directory is created (for now scrolling starts as soon as the mouse moves back to the file list area, for Matt to check if immediate scrolling is possible) - fix for autocomplete directory, show first matching part if directory doesn't exist, otherwise won't work for directories starting with the same prefix like textures_walls and textures_grass for example. |
Revision 9aa3936 by Andrea Weikert May 8, 2010, 20:57 (GMT) |
== MSVC projectfiles == - update for latest ImBuf changes |
Revision 5741dbf by Campbell Barton May 8, 2010, 20:07 (GMT) |
render time wasnt being written to the metadata of images. |
Revision 2909a49 by Dalai Felinto May 8, 2010, 19:52 (GMT) |
Logic UI: add notifiers for sensors and controllers (so the ui updates if you change the value through script) + some layout adjusments. |
Revision 79d5d62 by Joilnen Leite May 8, 2010, 19:48 (GMT) |
Fixing the makefiles compiling |
Revision d58a591 by Campbell Barton May 8, 2010, 19:08 (GMT) |
Sequencer crashes with clips that have OpenGl render enabled (rev 28658) disabling for now, opengl write rendering isnt drivial to solve. |
Revision 5afd3f1 by Campbell Barton May 8, 2010, 17:54 (GMT) |
bugfix [#22281] Edit mode face selection dots gone from textured viewport mode tweaked the logic for drawing face dots |
Revision 5371c54 by Campbell Barton May 8, 2010, 16:36 (GMT) |
bugfix [#21085] Sequencer file selector for movies is strange elubie fixed the first part, this fixes the internal data updating while keeping the frame range. |
Revision 9c1a9d9 by Campbell Barton May 8, 2010, 15:37 (GMT) |
revert own commit 28662. strnlen is a GNU extension according to http://unixpapa.com/incnote/string.html |
Revision d906d8c by Thomas Dinges May 8, 2010, 07:48 (GMT) |
Scons compile fix for SVN 28661. * Missing 'blenloader' include. |
|
|
|


Master Commits
MiikaHweb | 2003-2021