Revision 82783cd by Campbell Barton March 14, 2011, 23:17 (GMT) |
pep8 edits and remove commented code from last commit. |
Revision f2b1645 by Campbell Barton March 14, 2011, 23:02 (GMT) |
fix/disallow [#26502] segmentationfault on pressing button to browse existing images for UV window creating RNA within draw functions can free existing RNA, crashing blender when this is already used in the UI. disallowing this so it raises a python exception. This was being used to dynamically generate addon categories so for now they are hard coded and we need proper enum-functions for python to do this. |
Revision eb53b0f by Campbell Barton March 14, 2011, 22:16 (GMT) |
quiet warning for GCC |
Revision af66a46 by Andrea Weikert March 14, 2011, 21:13 (GMT) |
fix [#26478] New image extension is appended to the old one instead of replacing it Note: Extension is replaced with the new extension if it's a known image extension. Brings back old behaviour, a little bit refined. |
Revision 41c27cd by Andrea Weikert March 14, 2011, 19:56 (GMT) |
== filebrowser == Cleanup of selection code. Also fixed bug where selection outside the tiles was clamped and file in last column was selected. |
Revision d789484 by Janne Karhu March 14, 2011, 17:37 (GMT) |
Fix for [#20171] Properties of Hair are not animateable * Don't know when this got broken again, but now the "regrow hair" option works like it's supposed to again. |
Revision 1c952cd by Brecht Van Lommel March 14, 2011, 16:11 (GMT) |
GNUmakefile: do number of cores detection same as BSD, system_profiler apparently changed between versions. |
Revision f4e16de by Ken Hughes March 14, 2011, 16:10 (GMT) |
Build system ------------ Allow BF_PYTHON_ABI_FLAGS to be specified on the command line for scons. |
Revision c13947f by Brecht Van Lommel March 14, 2011, 15:40 (GMT) |
Fixes for GNUmakefile on Mac: * Don't use "make install", doesn't work yet. * Use total number of cores rather than number of processors. * Quicker number of cores query, by not asking for all system info. |
Revision 7e69bad by Ton Roosendaal March 14, 2011, 14:00 (GMT) |
Bugfix #26498 CTRL+L "Make Links" operators were not using a correct poll(), causing crash on using it without active object. |
Revision 7609370 by Joshua Leung March 14, 2011, 10:45 (GMT) |
Bugfixes: - Sync Markers option works for local markers (or any other list of markers in future) too now. - Apply Pose to Restpose operator now displays a warning if an action was found (warning about the action now being invalid) |
Revision 2d1ef27 by Campbell Barton March 14, 2011, 10:31 (GMT) |
bpy.types.libraries.load sphinx doc & examples (doc system needed some updates). http://www.blender.org/documentation/blender_python_api_2_56_3/bpy.types.BlendDataLibraries.html#bpy.types.BlendDataLibraries.load |
Revision 80d1bb5 by Lukas Toenne March 14, 2011, 07:30 (GMT) |
Measure of precaution: clear the list of temporary links in the node space after loading, in case the file was saved during active modal linking operators. |
Revision b0a9dbf by Campbell Barton March 14, 2011, 06:48 (GMT) |
auto-complete was moving the selection. |
Revision 4a747be by Campbell Barton March 14, 2011, 05:39 (GMT) |
Revision e8174fb by Campbell Barton March 14, 2011, 05:03 (GMT) |
move mathutils api changelog into wiki. |
Revision 7283e7c by Campbell Barton March 14, 2011, 03:49 (GMT) |
change addon defaults. - export uv layout enabled. - 'render_netrender' enabled (still needs being made into an addon). - export camera data disabled. |
Revision aee5f0e by Campbell Barton March 14, 2011, 03:34 (GMT) |
patch [#26495] Adjustable outline width for selected objects |
Revision e263657 by Campbell Barton March 14, 2011, 03:33 (GMT) |
tag var as unused. |
Revision f96a154 by Joshua Leung March 14, 2011, 03:10 (GMT) |
Bugfix: "Sync Markers" option in Action Editor is now a bit more useful. Instead of only working for the "extend" transform mode, standard transforms now work too now (i.e. grab and scale). TODO: This currently only works on Scene markers, though it should be possible to make this work on a provided list of markers instead... |
|