Revision 8283957 by Campbell Barton October 7, 2009, 05:26 (GMT) |
own warnings added last commit |
Revision bae853a by Maxime Curioni October 7, 2009, 05:16 (GMT) |
committed Tamito Kajiyama's RNA and GUI patch for Freestyle integration into Blender 2.5. As of I right now, Freestyle is back in the UI, but rendering still fails because of the texture manager. |
October 7, 2009, 05:13 (GMT) |
* Add numpad enter as an alternative key to confirm/execute file browser |
Revision 0432339 by Maxime Curioni October 7, 2009, 03:47 (GMT) |
merged changed to revision 23673 |
October 6, 2009, 23:37 (GMT) |
* notifier fix to redraw upon changing lamp shadow type |
October 6, 2009, 23:13 (GMT) |
* Fix for previous 'set object as camera' operator - now properly sets the scene active camera too, plus better notifier. |
October 6, 2009, 23:05 (GMT) |
* Fix for crash with new raytree |
Revision 46402cc by Martin Poirier October 6, 2009, 21:28 (GMT) |
netrender: use TEMP env var if available to set default temporary path |
Revision 6d67e48 by Tamito Kajiyama October 6, 2009, 21:25 (GMT) |
Added #include "FRS_freestyle.h" in order to suppress compiler warnings with regard to FRS_initialize(). |
Revision 041ce13 by Campbell Barton October 6, 2009, 20:00 (GMT) |
mistake in last commit |
Revision 88ab193 by Brecht Van Lommel October 6, 2009, 17:15 (GMT) |
Bugfix: IK constraint pole angle range was not correct. |
October 6, 2009, 17:01 (GMT) |
Add raytrace subdir to Makefiles. The makefile is a copy of the source one, not tuned, just to unbreak build. This raises some questions: why separate dirs? why each build system takes a different approach (different libs vs all source files into one)? |
Revision 07aba4f by Damien Plisson October 6, 2009, 16:56 (GMT) |
Cocoa port : First pure Cocoa version ! (Mostly for very early testers) Cocoa uses coordinates with y=0 at bottom : updated wm_window.c and wm_event_system.c for COCOA build to avoid double conversions in response to mouse move events and GHOST_getCursorPosition Known limitations: No fullscreen support Font issue in preference panel libSDL uses some Carbon functions |
Revision 8d54982 by Campbell Barton October 6, 2009, 15:31 (GMT) |
Material buttons now view the active node material shading settings. Selecting a material in the node tree sets this as the active material and the buttons view redraws. Added rna prop material.active_node_material Currently its not clear what settings are used by the node material and the base material (needs some tedious research) so I made most panels use the node material with the exceptions of volumetrics, physics and halo settings. We'll probably need to split the panels up to do this properly. |
Revision 86307b5 by Nathan Letwory October 6, 2009, 15:01 (GMT) |
== SCons == * Unzip of python31.zip now works also for Python 2.5. Patch by b333rt (thanks again!) |
Revision 6282b79 by Nathan Letwory October 6, 2009, 14:25 (GMT) |
* copying of python31.zip and zlip.pyd is not necessary anymore, since the zip is unpacked by default to .blender/python/lib |
Revision 76019d5 by Nathan Letwory October 6, 2009, 14:09 (GMT) |
* Remember, C-style declarations at the *beginning* of a scope, not C++ style wherever one pleases (before first usage). |
Revision dd8e289 by Campbell Barton October 6, 2009, 13:04 (GMT) |
new operator - bpy.ops.wm.call_menu(name="SOME_MT_menu") This calls a registered menu as a popup so we can reuse header menus , currently used for Node editor and Sequencer add menu (Shift+A), can be used for toolbox too. |
Revision 2011ba5 by Andre Susano Pinto October 6, 2009, 12:23 (GMT) |
Last fix still failed to link under mingw. This time it works! (gcc and mingw can handle compile and link) |
Revision 22605ec by Joshua Leung October 6, 2009, 11:33 (GMT) |
Bone Selections: Ability to set bones as unselectable In the Outliner, it is now possible to toggle per bone the selectability of the bone in the viewport, as for Objects using the restriction columns. This can also be set using the RNA-api. I've tested all commonly used tools IMO, but there may still be a few which I've missed. Please report those cases. PS. For some reason, the define was already there, but not connected up to anything. Can't remember why anymore, but here it is... |
|