Revision ceaae73 by Brecht Van Lommel September 9, 2009, 19:42 (GMT) |
2.5: fix compilation of smoke commit for Makesfiles as well. |
Revision 297a53e by Brecht Van Lommel September 9, 2009, 19:40 (GMT) |
RNA: multidimensional & dyanmic array changes * Disable setting array length of dynamic array for now, this was not implemented correct, and it's not really needed now. * Allow all dimensions to be dynamic size, not just the first. * Change storage of multidimensional to be simpler. * Rename API functions to be more compact. * Fix some bugs in the implementation. * RenderLayer.rect and RenderPass.rect use a multidimensional dynamic array now. |
Revision 939b722 by Thomas Dinges September 9, 2009, 19:31 (GMT) |
2.5: * Scons compile fix for recent smoke commit. |
Revision 8e2d861 by Daniel Genrich September 9, 2009, 18:39 (GMT) |
Smoke: * Enable cache for high res + new preview * Bugfix for smoke banding (in cooperation with N_T) Hint: Work-in-progress regarding collision objects so can be broken, didn't test Hint2: jahka enabled a general particle panel but * bake button doesn't work * step is not supported for cloth * several other things there ;) |
Revision ace9461 by Andrea Weikert September 9, 2009, 18:18 (GMT) |
2.5 MSVC projectfiles * small maintenance for split files in editors/object |
Revision 4cb53d9 by Brecht Van Lommel September 9, 2009, 18:09 (GMT) |
Small code cleanup related to curves, to avoid cryptic names: renamed set_four_ipo -> key_curve_position_weights renamed set_afgeleide_four_ipo -> key_curve_tangent_weights added key_curve_normal_weights |
Revision 9e7c4ce by Brecht Van Lommel September 9, 2009, 17:39 (GMT) |
2.5: Layer Buttons * Added RNA subtype for layers. * Shift-click works again. * uiItemR can now also handle armature/bone layers. * Also makes Move to Layer popup work as expected. |
Revision d4a6928 by Brecht Van Lommel September 9, 2009, 17:34 (GMT) |
2.5: fix for recent file operator opening wrong item. |
Revision 11c5cb4 by William Reynish September 9, 2009, 15:45 (GMT) |
Keyboard shortcuts Moved to modern OS standards for opening, saving, copying, pasting, cutting (text), new document, undo and redo. For Mac users, Cmd is used in addition to the Ctrl-based shortcuts. These changes are made according to an agreement among developers on IRC. |
Revision 3daa283 by Brecht Van Lommel September 9, 2009, 11:52 (GMT) |
2.5: Object module * Split object_edit.c into multiple files: object_add.c, object_edit.c, object_hook.c, object_relations.c, object_select.c, object_transform.c. * Rename files to have consistent object_ and mball_ prefix: object_shapekey.c, object_lattice.c, object_vgroup.c, mball_edit.c. * Added operators: * vertex group menu and set active * apply location, rotation, scale, visual transform (location is new) * make local * make vertex parent * move to layer * convert to curve/mesh (not finished yet) * Many small fixes for marked issues, but still much code to be cleaned up here... |
Revision 8878c30 by Brecht Van Lommel September 9, 2009, 11:10 (GMT) |
2.5: WM_menu_invoke now uses the first enum property it can find, if no enum property named "type" is available. |
Revision b9f1117 by Brecht Van Lommel September 9, 2009, 11:05 (GMT) |
2.5: use bone groups icon in UI. |
Revision ae446d7 by Joseph Eagar September 9, 2009, 08:29 (GMT) |
gcc compile tweak |
Revision d79a976 by Joseph Eagar September 9, 2009, 08:25 (GMT) |
gcc compile tweak |
September 9, 2009, 07:52 (GMT) |
* Temporary fix to get fluid sim (and fluid control) working properly (without animated parameters). This just fills the fluid sim animation channels with default values for now, but will need to be updated to new animation system. |
Revision e297d7a by Joseph Eagar September 9, 2009, 07:05 (GMT) |
gcc compile fix |
Revision e0a014a by Joseph Eagar September 9, 2009, 06:28 (GMT) |
finished removedoubles, and inlined a bunch of functions. |
Revision 2e851fd by Martin Poirier September 9, 2009, 02:25 (GMT) |
frame range restrictions for dependencies, so slaves only receive point cache files for the frames that they need to render (supports step > 1, of course) |
Revision 850abb3 by Campbell Barton September 9, 2009, 00:10 (GMT) |
curve.textboxes collection access for the UI + minor UI tweaks for poly curves |
Revision e6965c4 by Campbell Barton September 8, 2009, 22:46 (GMT) |
patch from Maurice & Patsoko on blenderartist for win32 registry support, moved "import winreg" inline, (so other OS's don't import it), untested but should be ok. --- From the thread It's the version of r23036 + winreg patch from Maurice. About the registry keys: - I have povray 3.6 and 3.7b34 installed on vista32. - In the registry, I have 3 choices : ' CurrentVersion ', ' v3.6 ', and ' v3.7'. - I've modified Maurice's patch by replacing CurrentVersion by v3.6. We have the benefit to have the keys for each version so I prefer use them rather than the 'floating-key-about-which-is-the current-version'. I found more secure like that. |
|