Campbell Barton
cd793378db
fix [ #28112 ] Vertex paint crash
2011-08-01 06:50:24 +00:00
Campbell Barton
af39f26360
fix, uvproject modifier wasn't copying the uv layer name,
...
also edit var names from recent commit to better fit with other functions.
2011-08-01 05:25:30 +00:00
Campbell Barton
9da712a581
replace dutch variable name 'aantal' with 'tot'
2011-08-01 02:58:44 +00:00
Campbell Barton
f48b906261
fix for failure to create curve knots when both endpoint and bezier U were enabled.
...
use default when invalid settings given.
removed odd/annoying bit shifting of the flagu/v for such basic function made code hard to understand and would fail if new flags were added.
2011-08-01 02:52:08 +00:00
Janne Karhu
5c8344bcc9
Bug fix: loading a file that had particles using a dupligroup from a liblinked file without the library file being present crashed
2011-07-31 16:26:02 +00:00
Campbell Barton
c74bb09584
fix for material slot removal (r38879)
...
- The object ID was being passed to the data_delete_material_index_id() from object_remove_material_slot(), rather then the object data. (so the material slot fix wouldnt run in that case).
- add support for fixing text object materials too.
2011-07-31 12:43:41 +00:00
Dalai Felinto
5b3bb37343
reverting part of #38876 (whitespace edits)
...
the new if/else nesting introduced in the previous commit makes no sense.
(since I was here I add a comment for extrainfo and did some small cleanup)
2011-07-31 11:21:48 +00:00
Dalai Felinto
432bd158fb
bugfix [ #28111 ] material.pop breaks mt->mat_nr
...
create a new parameter for materials.pop() to not remove material slot.
this way the mat_nr is still the old one.
for the default behaviour we now have material remapping (i.e. data_delete_material_index_id(id, index)).
This new function is brought from the material_slot remove function.
2011-07-31 11:12:38 +00:00
Campbell Barton
f4a1dc4c8d
when converting curves from poly -> nurbs, dont enable Bezier-U flag.
...
Not sure why this was enabled, possibly from copy/paste with bezier->nurbs code?
If you have meny poly lines there was no nice way to convert these into a smoothed nurbs curve.
Ran into this when trying to convert generated ivy into smooth nurbs.
2011-07-31 07:58:50 +00:00
Campbell Barton
c7a1a19153
whitespace edits, had odd space/tab mix
2011-07-31 07:54:24 +00:00
Campbell Barton
c19e88ac26
fix for building without bullet
2011-07-31 07:45:54 +00:00
Guillermo S. Romero
e8c3c4097a
SVN maintenance.
2011-07-31 06:03:14 +00:00
Campbell Barton
f4293067c1
py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it.
2011-07-31 03:15:37 +00:00
Nicholas Bishop
670f58023c
== PBVH ==
...
OK, after that failure of committing a bunch of old junk, hopefully
this is what I actually meant to commit :)
* Added big comments to some of the fields in struct PBVHNode. I
always forget the details of these, so finally wrote it down
properly.
* Changed types of PBVHNode.face_vert_indices and PBVHNode.flag to
better reflect their contents.
* There should be no functional changes here.
2011-07-31 02:34:53 +00:00
Nicholas Bishop
6c3bb8b903
EditMesh-based skin node drawing
2011-07-31 02:03:48 +00:00
Nicholas Bishop
cff57b14a1
Imported bsphere.c, mostly ifdef'd out for now
2011-07-31 02:03:39 +00:00
Nicholas Bishop
cae05598b1
Added DNA and RNA for skin modifier, stubbed in skin modifier functions
2011-07-31 02:03:28 +00:00
Nicholas Bishop
601eb68420
Added SkinNode DNA and customdata.
2011-07-31 02:03:21 +00:00
Dalai Felinto
dfc661565a
patch [ #27909 ] Added constants in bge.constraints by Solano Felicio (solano) + some changes in rst
...
I named all the BGE modules with their actual names (e.g. Rasterizer, Video Texture, ...). so in the API index.html page they look more like the other Blender modules.
I did the same for the bgl module.
For bge.constraints this patch exposes the constants values for debug mode and createConstraints (they were hardcoded innts before).
+ making all the "todo" and #comments into rst comments (.. comments)
Thanks Solano, it's great to get help to those tasks :)
2011-07-30 23:16:22 +00:00
Ton Roosendaal
805a169f70
Bugfix #28121
...
Linked Library objects or object->data should not allow to go
to sculptmode. Also cleaned up mode menu with invalid entries then.
2011-07-30 15:45:27 +00:00
Campbell Barton
d163ce5595
bpy fix for crash/assert on running dir() on a non collection property + some other minor corrections.
2011-07-30 13:18:04 +00:00
Campbell Barton
f66ec41b6a
quiet some compiler warnings & fix possible (but unlikely) crash.
...
also added GPLv2+ header to resources.c.
2011-07-30 09:24:10 +00:00
Thomas Dinges
6a27da310c
While looking at the bug report, found some more issues...
...
This is the result of RNA renaming at it's glance. ;-)
2011-07-29 20:59:46 +00:00
Thomas Dinges
99997ccd18
Fix for [ #28117 ] Diffuse reflection IPO curve not imported correctly from 2.49b files
2011-07-29 20:46:30 +00:00
Lukas Toenne
fb738f4929
When relinking node group outputs from sockets of different type, automatically change the output to the source type. Feature request by Daniel Salazar.
2011-07-29 07:14:03 +00:00
Campbell Barton
2658949752
pep8 cleanup, also print message when attempting to run in animation player mode.
2011-07-29 01:24:03 +00:00
Brecht Van Lommel
6d2754e07d
Fix #27719 : custom RNA properties fail to update drivers. Hopefully this is
...
not too slow, but now we do a dependency graph tag also for these in addition
to regular ID properties, not sure how to get around it.
2011-07-28 15:51:59 +00:00
Brecht Van Lommel
b8dcf3a662
Fix part of #27944 : color managment discrepancy in GLSL materials with nodes.
2011-07-28 14:28:27 +00:00
Campbell Barton
b948459031
fix [ #28096 ] Custom gradient for weightpainting in mask mode not working properly.
2011-07-28 12:17:24 +00:00
Sergey Sharybin
2dc826f083
New option for multires modifier: Subdivide UVs
...
Enabled by default and also enabled for older filesm so
there should be no regressions.
In some cases it's useful to not use subdivided uvs for multires.
2011-07-28 11:16:10 +00:00
Campbell Barton
784a68e8f1
sequencer add strips now check for overlap by default (option can be disabled for python when this can become problematic for automation).
2011-07-28 03:44:17 +00:00
Campbell Barton
a5631dba89
only initialize snap from the scene settings for view3d and image spaces since snap in the 3D view was enabling snap in the graph editor and sequencer without a button to disable it in those spaces.
2011-07-28 02:15:58 +00:00
Nathan Letwory
7e87165eea
Don't write library_materials tag when there are no materials.
2011-07-28 00:08:03 +00:00
Dalai Felinto
f532ccedf5
refix for #27912 : crash after mesh.materials.pop() (fixed wrongly on rev. 38299 - patch by Benoit Boilsee
...
bug spotted while reviewing a patch.
things are working now
2011-07-27 20:36:11 +00:00
Campbell Barton
7e466266d3
fix [ #28098 ] Continuous Grab does not work for movement of the "Backdrop" in the Node Editor
2011-07-27 17:49:35 +00:00
Campbell Barton
3b6cb504b1
minor warning fixes for clang-static-checker
2011-07-27 13:03:56 +00:00
Campbell Barton
46cea37266
fix [ #28066 ] Unchecking 'self project' messes up 'Snap to Vertex'
...
this option is useful for all non-grid snapping modes (when in editmode) so make available in those cases too.
2011-07-27 07:22:31 +00:00
Campbell Barton
48a64ffa70
more minor warning cleanups and improve error reporting if text fails to save.
2011-07-27 06:55:20 +00:00
Thomas Dinges
955ba3f7fb
* Fixed a typo in the code (uiLayoutItemSplt -> uiLayoutItemSplit)
2011-07-26 20:22:54 +00:00
Campbell Barton
a460299b08
- bugfix for icon listview where the icons would only wrap once
...
- also quiet some clang warnings
2011-07-26 19:47:56 +00:00
Brecht Van Lommel
3e81de486a
RNA: function calls with optional parameters were not giving correct default
...
values for arrays.
2011-07-26 16:01:09 +00:00
Campbell Barton
ca293c835f
correct misc warnings
2011-07-26 13:33:04 +00:00
Campbell Barton
40353fe0d8
fix for NULL pointer crash with operator repeat, looks like error print got mixed up.
2011-07-26 13:05:22 +00:00
Campbell Barton
06ae122f60
include menu ID's in tooltips when python tips are enabled, there was no way to find the ID of a menu which become annoying if you wanted to reference it from a script.
2011-07-26 09:19:51 +00:00
Sergey Sharybin
7c9033d606
Fix #28087 : Opening files in the text editor ignores the last newline '\n'
...
It was tricky conversion of file buffer to text lines. Should work fine now.
2011-07-26 08:13:27 +00:00
Campbell Barton
9e1a553127
set the development cycle to 'beta'.
2011-07-26 07:41:14 +00:00
Campbell Barton
71692e802f
py api:
...
- added menu templates
- move template menu into the header of the text editor (so users will find more easily)
- updated mathutils examples, switching the order of multiplication.
2011-07-26 07:39:00 +00:00
Brecht Van Lommel
5b3906728f
Fix #28035 : point density texture doesn't bake.
2011-07-25 16:37:10 +00:00
Brecht Van Lommel
aec8d72ca7
Fix #28079 : UV propertional editing was incorrectly influenced by the
...
mesh X mirror option.
2011-07-25 16:16:32 +00:00
Brecht Van Lommel
62415cab05
Fix #28014 : joystick sensor not working. Broke this with an earlier commit
...
trying to fix blenderplayer startup warnings. It seems we do need to init
the SDL video subsystem even if we only want events, thanks Juha Maki-Kanto
for pointing this out.
2011-07-25 15:44:41 +00:00