e3c9986b7c
fix [ #28459 ] Fly mode problem: "Precision enable" not working in 2.59
...
also added back freelook (from 2.4x) - so you can loop about without changing direction.
2011-09-25 04:47:46 +00:00
81f7e361d2
make new rna variables more consistant with existing names.
2011-09-25 02:49:46 +00:00
Dalai Felinto
51555877b0
manual update on changelog (python API)
...
Change as suggested by Campbell.
I'm not sure if this is the way to do for enums, I will check with him later
2011-09-24 23:50:00 +00:00
Dalai Felinto
3b40eea3cd
removing texface rna - changelog.rst update soon
2011-09-24 22:15:37 +00:00
c0c488d0b2
Merged changes in the trunk up to revision 40520.
2011-09-24 21:39:11 +00:00
7a103d33eb
fix for assert
2011-09-24 16:52:54 +00:00
b392539e40
optimization for scanfill allocation function.
...
- replace "size= 4*( (size+3)/4 );" with "size = (size + 3 ) & ~3;"
- split new_mem_element into 2 functions, one to reset, another to allocate so allocating isnt checking to reset each time.
2011-09-24 16:38:02 +00:00
1ddb64817d
Minor: Added PROP_DISTANCE sub-type to min/max dstances of WeightVG Proximity, and Radius of Warp modifiers.
2011-09-24 16:17:23 +00:00
cb6255fdf8
edits to internal renderer - no functional changes.
...
- move some larger vars into a nested scope.
- replace memset with zero initializer.
- rempace VECCOPY macros with copy_v3v3
- change function args to give the float array length.
2011-09-24 14:34:24 +00:00
1f12740a82
make error prints more helpful & correct some comments for rip code.
2011-09-24 12:13:13 +00:00
4779b162ac
fix for missing memfree with raddish merge, copy over changes from trunk for switching mode - Ctrl+Tab wasnt setting weight paint.
2011-09-24 11:42:11 +00:00
e63c124e2b
fix [ #28736 ] FaceMask crash on Weight Paint
2011-09-24 11:24:34 +00:00
8247bf6fa6
svn merge ^/branches/bmesh/blender -r40512:40513
2011-09-24 11:10:53 +00:00
dab7dba2db
svn merge ^/trunk/blender -r40498:40511
2011-09-24 11:03:52 +00:00
2cc2e9b841
Another rip fix for rip grabbing the wrong side of the split edges
2011-09-24 10:01:04 +00:00
37cd3368da
Minor: Other UI strings typos and tweaks. Also updated french po & mo
2011-09-24 09:57:47 +00:00
a043133bab
Fix for recent Campbell's commit.
2011-09-23 19:33:04 +00:00
a189b71a28
some speedup for drawing mesh in texture mode.
...
- only pass if the mesh has vertex colors to drawParams() rather then the mcol its self, this saves a lookup on the color.
- drawing textures in editmode with no vertex colors would still lookup vertex colors on each face, instead cache this info for all faces.
2011-09-23 18:29:45 +00:00
120895fd24
Fix [ #28729 ] World units not used for new object creation.
...
Setting PROP_DISTANCE subtype for "size" properties of add mesh operators.
2011-09-23 17:44:57 +00:00
f6510be5ac
Fix a trunk->bmesh MSVC build break
2011-09-23 15:30:34 +00:00
bf95e3c34e
Port jfke and jekv euler functions to new bmesh structures
2011-09-23 14:38:45 +00:00
d7a5429f42
svn merge ^/trunk/blender -r40491:40498
2011-09-23 13:55:06 +00:00
38132d68d6
fix script error and quiet warnings about "." description ending.
2011-09-23 13:31:48 +00:00
9494340dae
svn merge ^/trunk/blender -r40432:40491
2011-09-23 13:04:01 +00:00
74e21161e3
Solidify bmesh op and edit mode tool
2011-09-23 12:06:47 +00:00
5bd83eede0
svn merge ^/trunk/blender -r40405:40431
2011-09-23 11:30:55 +00:00
d1ef6ac79b
Cycles: fix node name sometimes missing in node link menu text.
2011-09-23 11:15:47 +00:00
161c3861bc
svn merge ^/trunk/blender -r40395:40405
2011-09-23 10:58:20 +00:00
460cde345b
svn merge ^/trunk/blender -r40394:40395
2011-09-23 10:43:25 +00:00
ccdf99de53
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
2011-09-23 08:33:32 +00:00
d92b5ea04a
svn merge ^/trunk/blender -r40390:40394
2011-09-23 07:20:27 +00:00
ea4b3fee1f
svn merge ^/trunk/blender -r40389:r40390
2011-09-23 07:17:07 +00:00
049c18405a
svn merge ^/trunk/blender -r40382:r40389
2011-09-23 06:43:06 +00:00
91587ed302
svn merge ^/trunk/blender -r40381:40382
2011-09-23 06:35:49 +00:00
ebd1525980
svn merge ^/trunk/blender -r40379:40381
2011-09-23 06:31:36 +00:00
40e212149c
svn merge ^/trunk/blender -r40372:40379
2011-09-23 06:18:03 +00:00
a13f94865a
svn merge ^/trunk/blender -r40371:40372
2011-09-23 05:59:37 +00:00
48918130a1
remove redundant code & use GL_LINE_STRIP for object spiral drawing.
2011-09-22 18:42:16 +00:00
bf7f88566c
Remove checks for voxel data when texture type is known.
2011-09-22 17:52:27 +00:00
2eb1339e3f
Corrected fix for #28722 : Segfault when reading volumetric clouds example
...
Looks like with current implementation voxeldata should always be created
for voxel textures. Remove recently added NULL check and allocate
voxel data when linking a texture.
2011-09-22 17:52:21 +00:00
799afc1aa4
Fix #28226 : Selection highlighting is wrong when Solidify Modifier is used
...
Set origindices for edges/faces created for rim to ORIGINDEX_NONE.
Also discovered error in recent editmode VBO fix -- it used to crash
when comparing faces with ORIGINDEX_NONE original index.
2011-09-22 16:57:16 +00:00
58e7678952
svn merge ^/trunk/blender -r40370:40371
2011-09-22 16:30:33 +00:00
9ea32d34c4
Fix #28722 : Segfault when reading volumetric clouds example
...
Added checking for voxel data isn't NULL.
2011-09-22 16:28:38 +00:00
d7e5f348c8
svn merge ^/trunk/blender -r40368:40370
2011-09-22 16:17:27 +00:00
7126a4699e
svn merge ^/trunk/blender -r40367:40368 --- raddish weight paint merge
2011-09-22 16:09:27 +00:00
d3a76bc507
Fix #28549 : file browser recent directories could include directory that
...
doesn't exist after cancelling make directory. Patch by Sergey.
2011-09-22 15:46:43 +00:00
1ca02a8d29
Fix rest of #28693 : Proportional edit hangs on mesh object with high scale
...
Patchy by Juha Maki-Kanto
2011-09-22 15:46:34 +00:00
49b518eff8
Fix #28489 : Wacom Intuos 4 tablet doesn't work with outliner
...
Stylus can produce slight movements when it touches tablet,
so CLICK event wasn't triggering. Do not store INBETWEEN_MOUSE
as previous event to make CLICK events triggered correct.
Thanks to Brecht to pointing on short way to fix this problem.
2011-09-22 15:39:31 +00:00
dd7f52defa
Fix #28365 : some macro operators were missing descriptions.
2011-09-22 15:35:25 +00:00
232da3741e
Fix #28593 : F6 operator redo could crash when editing buttons that use unit
...
settings, these could get freed with the scene on undo/redo, make a copy now.
2011-09-22 14:55:39 +00:00