Revision b8f47f9 by Ton Roosendaal January 18, 2007, 20:57 (GMT) |
Small fix to prevent people to compile 64 bits blenders, without knowing it might be harmful. (It will print warning in console and exits Blender.) |
Revision 719964e by Ton Roosendaal January 18, 2007, 20:06 (GMT) |
Bugfix, irc reported Node shaders, Texture Node, without input connected it did not default to use "orco" anymore. Was caused by commits that cleaned up render code. |
Revision a1cb195 by Peter Schlaile January 18, 2007, 18:47 (GMT) |
== Sequencer == Fixes bug #5494 reported by Wiebe (halfgaar): After duplicate, last_seq wasn't correctly updated. |
Revision ebbd85d by Peter Schlaile January 18, 2007, 18:22 (GMT) |
== Sequencer == This fixes Bug #5299 (patch by Vladimir Marek (neuron) ), silencing Sun CC, which is very picky in it's name mangling behaviour. |
Revision 6b67ba0 by Campbell Barton January 18, 2007, 18:09 (GMT) |
IDProp, removed reference to self - other EPYDocs dont use this and its confusing. Differentiated properties and "game properties" in Object docs. Also the new NLA/Pose key docs were added in the property class instead of Object, tsk tsk. |
January 18, 2007, 16:44 (GMT) |
removed since it no longer works and with render layers not really needed. Kent |
Revision 1ff93c4 by Ton Roosendaal January 18, 2007, 16:14 (GMT) |
Bugfix #5394 Option "Apply Modifier" did not work for meshes with shape keys. Even made a very bad mess of the Mesh. Added warning in code and prevented apply. |
January 18, 2007, 15:39 (GMT) |
very minnor cleanup of spacing, and modify upperbounds on plugin version # so 5 is acceptable. (So texture plugins work when compiled against cvs) Kent |
Revision 634fe56 by Ton Roosendaal January 18, 2007, 15:23 (GMT) |
Bugfix #5316 Order of freeing of Blender database is important, but the past year(s) new database entries were added in wrong places, so freeing could go in wrong order. In this case it was Groups being freed before Objects. But there are more errors... It only shows really in Windows, since it's the OS that is sensitive for writing data in freed memory. For other OSes it doesn't make Blender more stable, only mem-frees happened, no mem-allocs. |
Revision 53aabe9 by Ton Roosendaal January 18, 2007, 10:59 (GMT) |
Part 2 of bugfix #5741 Modifiers; on read file it sets user counter of linked ID data, except for Object IDs. |
Revision 425bada by Ton Roosendaal January 18, 2007, 10:33 (GMT) |
Bugfix #5741 Displace modifier now increases user count for Texture it links with. Note: user counters for objects should not be increased. This is handled differently (delete object = clear modifiers) |
Revision d2cb060 by Ton Roosendaal January 18, 2007, 09:09 (GMT) |
Bugfix: Compositing, depenency fix, so nodes execute only when really changed. (Error was in nodes that don't get buffers as input, but only values. These nodes flooded "execute" events through the node tree.) |
Revision 898fccf by Tom Musgrove January 18, 2007, 08:39 (GMT) |
= line ending fix = these files all had non unix line endings... |
Revision 21f4310 by Nicholas Bishop January 18, 2007, 07:04 (GMT) |
Fixed bug #5742, Crash on sculpt mode. This bug was triggered when adding a new object while already in sculpt mode. Sculpt mode wasn't being deactived on cameras, lamps, etc. Fixed in add_object_draw() by turning off G_SCULPTMODE, also by adding a check in sculpt_init_session() to be sure any previous session is free'd before making a new one. |
Revision 33e4391 by Nicholas Bishop January 18, 2007, 04:08 (GMT) |
Bugfix for retopo paint: deleting a line didn't do an undo push. |
Revision 848e93c by Campbell Barton January 18, 2007, 01:10 (GMT) |
error in generating projections fixed. also modified the margin value so you dont need to have values like 0.001 and added an option not to use face areas to weight projections. |
Revision 4d44475 by Ton Roosendaal January 17, 2007, 21:07 (GMT) |
Bugfix #5732 Python scripts: when setting a layer for an object, the function assumed the object had to be in the current scene, thus ignoring layers for other objects. Now the object->lay value is set always. |
Revision b903961 by Campbell Barton January 17, 2007, 15:04 (GMT) |
bugfix for 5572, BLI_makestringcode was being used to join 2 paths, but adding c: to the start of a non root dir. it wold be nice to have a BLI_join_path for this to avoid #ifdef WIN32's in the main code and to check for existing slashes |
Revision b630794 by Campbell Barton January 17, 2007, 15:01 (GMT) |
bugfix for 5572, BLI_makestringcode was being used to join 2 paths, but adding c: to the start of a non root dir. it wold be nice to have a BLI_join_path for this to avoid #ifdef WIN32's in the main code and to check for existing shashes |
Revision 9bc90c1 by Ton Roosendaal January 17, 2007, 14:12 (GMT) |
Bugfix #5725 Curves widget: using "clipping" option didn't work well when dragging multiple points. Now it clips based on entire selection. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021