Blender Git Commits

Blender Git "master" branch commits.

Page: 5254 / 5574

March 6, 2006, 14:50 (GMT)
==SCons==
* BF_DEBUG_FLAGS was missing for the allowed cmd-line arguments. Oops!
March 6, 2006, 13:50 (GMT)
Render option "Single Layer" now keeps the already rendered other layers,
and after rendering restores them. Also means this option works for
compositing now.
March 6, 2006, 02:07 (GMT)
quick fix for Python armature CVS making bones with no layers, therefor being invisible.
Should realy have Bone/Layer access through python.
March 6, 2006, 01:11 (GMT)
Rather then just complaining it cant be done, made M move objects out of the current localview.
This is quicker then switching to non localview, de-selecting and going back into localview.
Test by pressing Mkey in localview.
March 5, 2006, 22:31 (GMT)
Added CTRL+L link copy and SHIFT+L link select for group-duplicators.
Revision 8ba4f45 by Ricki Myers
March 5, 2006, 19:56 (GMT)
Removes warning in drawtext.c
Revision 7cf600b by Ricki Myers
March 5, 2006, 19:50 (GMT)
Adds menu item in text editor under format menu to convert whitespace to
Spaces or to tabs.
Adds function void convert_tabs(struct SpaceText *st, int tab)
int tab is eather 0 or 1; 1 if converting to tabs
I was going to make this auto run when running a script but did not know what that would do to the GE or any thing else.
March 5, 2006, 18:34 (GMT)
fix for bug #3655
adding a DAG update like in other implantations of the call supress
the crash on remove double.

added the undo push too to be consistant
March 5, 2006, 17:35 (GMT)
Fix for appending data from other files: if this appended data
again was linking from another file, this relationship was not
corrected (lib_indirect -> lib_extern), so also not saved in a file.
March 5, 2006, 16:36 (GMT)
=== code cleanup ===
Replacing strcpy with BLI_strncpy where it's safe.
Was part of patch #2840 - thanks Eric Forsythe.
Revision 46daa8d by Chris Want
March 5, 2006, 14:58 (GMT)
It looks like Irix works alright with the /dev/zero trick for mmap().
I had to include fcntl.h for Irix to get symbol O_RDWR.
Revision 58f4fcf by Chris Want
March 5, 2006, 14:56 (GMT)
Some C conpilers only want variables to be initialized with constants,
and will not allow variables to be initialized with the contents of
other variables.
March 5, 2006, 14:37 (GMT)
Ungrouping a Node in Compositor left uiBlock pointers unchanged in
nodes, causing crashes evidently. :)
March 4, 2006, 22:35 (GMT)
Also fixed memory print for background render to survive > 2 gig (unsigned)
March 4, 2006, 22:22 (GMT)
To prevent confusement; used %u (unsigned int) for printing memory error.
March 4, 2006, 18:19 (GMT)
=== Script Update: UV Export ===

Updated the interface to use PupBlock and the FileSelector instead of drawing a full GUI
Fix a crash when no objects were selected and the Ob option was activated
Added option to edit the resulting image in an external program (this needs a full python distro for the os module. it detects the presence of the module and shows the option only if possible).
Saves the selected settings (except the save path) with Registry, so they get loaded back next time you use the script.
March 4, 2006, 17:05 (GMT)
Dupli-Group fix: when using multiple instances of groups, with groups on
different layers, the layer flags of objects got mixed up on selection.

This caused groups to become unselectable or uneditable, also the original
group...
March 4, 2006, 16:23 (GMT)

Fixes for some gcc 4 warnings in intern/. More than 100 lines of warnings
for 2 unused parameters in templated c++ code, that's just ridiculous.
Revision ae32a53 by Ken Hughes
March 4, 2006, 00:04 (GMT)


===Python API===
Taking a hint from Hos, started adding some (hopefully) better examples into
the documentation for creating and manipulating meshes.
March 3, 2006, 18:00 (GMT)
-> Silly mistake in loop_multiselect() in editmesh_mods.c, called EM_select_flush() instead of EM_selectmode_flush()... Oops!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021