Nathan Letwory
f82f3f235e
Fix [ #23944 ] Missing update of 3D view when toggling visibility of object in outliner with keyboard
...
Reported and patched by Torsten Rupp (patch [#23895 ])
Also fixed typo in toggle visibility operator name
2010-09-22 06:58:51 +00:00
Campbell Barton
1632db7b71
bugfix [ #23784 ] Renaming files broken in the file selector
2010-09-22 05:32:39 +00:00
Sergey Sharybin
916085247a
Fix #23925 : converting text into a curve looses materials
...
filldisplist worked incorrect with polys when charidx matched but col doesn't
Also fixed material loose when converting text/curve to mesh
2010-09-22 05:08:52 +00:00
Campbell Barton
d2bc4a31a0
patch [ #23796 ] Full support for unit buttons: area, volume, mass, velocity and acceleration
...
from Lorenzo Tozzi (oni_niubbo), suppress_only_shown.diff
2010-09-22 02:47:08 +00:00
Campbell Barton
e4f3a0efa6
patch [ #23796 ] Full support for unit buttons: area, volume, mass, velocity and acceleration
...
from Lorenzo Tozzi (oni_niubbo), multiple patches: better_split.diff
2010-09-22 02:44:03 +00:00
Campbell Barton
b0f36f0317
patch [ #23796 ] Full support for unit buttons: area, volume, mass, velocity and acceleration
...
by Lorenzo Tozzi (oni_niubbo)
2010-09-22 02:36:14 +00:00
Campbell Barton
109edc544c
bug report [ #23933 ] "Select Linked" with "Limit by Seams" only working for Face Mode selection
...
This is intentional so include in tooltip
2010-09-21 16:21:01 +00:00
Janne Karhu
22317d7a29
Fix for [ #23818 ] Edge slide not resetting properly when displaying edge lengths
...
* Temp selections weren't cleared on ending edge slide.
2010-09-21 15:16:58 +00:00
Janne Karhu
42872eb036
Temporary fix for [ #23848 ] Image too small Error
...
* This should be fixed properly later when general window close/resize problems in the todo list are tackled.
2010-09-21 14:39:18 +00:00
Campbell Barton
3f18d7bb9b
bugfix [ #23927 ] Crash proportional editing: connected
...
crash when using too much stack memory, each recursive call for the sorting function would allocate 200 bytes in TransData per call (64bit os), now pass this as an argument.
2010-09-21 12:27:09 +00:00
Campbell Barton
8b72529942
fixed filename overwrite red highlight not updating when +/- pressed.
...
also made some vars not animateable.
2010-09-21 10:59:53 +00:00
Campbell Barton
cf4f9d2c19
bugfix [ #23923 ] extra material slots created
2010-09-21 06:09:14 +00:00
Nathan Letwory
e2adc92341
nerr declaration was in wrong place, causing compile error on OSX
2010-09-21 02:45:00 +00:00
Campbell Barton
d0e13b331f
Error reported by Daniel Salazar, Compositor color is wrong since my fix.
...
this is because of fairly confusing logic, when an SRGB image has a float buffer added its always LINEAR, so we have to account for this elsewhere.
So the conversion from byte to float works like this:
* NONE -> NON-LINEAR
* SRGB/LINEAR -> LINEAR
...but none change the profile variable.
2010-09-21 01:40:20 +00:00
Brecht Van Lommel
efbda5c53e
Fix #23754 : glsl + constructive curve modifier not drawing correct.
2010-09-20 21:57:29 +00:00
Brecht Van Lommel
2ac17c4c23
Fix #23917 : selecting a directory with the file browser didn't append
...
a slash, which is necessary for e.g. render file ouput.
2010-09-20 21:11:38 +00:00
Brecht Van Lommel
aff24bdc07
Fix error in normal flipping commit, that showed wrong result especially
...
with ray transparency + normals pointing away from the camera.
2010-09-20 19:57:14 +00:00
Nathan Letwory
67367a22cf
Some fixes for warnings found while investigating quicktime-related bug reports.
2010-09-20 15:12:53 +00:00
Campbell Barton
b859d355c8
bugfix [ #23739 ] # (hash) character can't be used in image filenames
...
images would convert hashes to numbers on load but it didnt update properly and this is what image sequences is for.
2010-09-20 13:35:55 +00:00
Nathan Letwory
f61f7dbb55
Silence a compiler warning.
2010-09-20 13:19:37 +00:00
Nathan Letwory
05296e3065
Partly apply patch [ #23746 ] Clarify azone->edge values.
...
Submitted by Shane Ambler.
The original patches made an enum for action zone edges, changed positioning for minimised icons and repositioned minimised icon for operator properties panel.
I kept the enum idea, but further improved on the naming. Some switches used in place of if/else blocks and added some comments. See patch tracker for more comments.
2010-09-20 13:13:40 +00:00
Campbell Barton
5115a7068c
missing free in vertex group sorting.
2010-09-20 13:10:53 +00:00
Campbell Barton
a523ec4b8b
fix for own recent commit, pixel size for lamp/object center needs to use the view matrix for perspective and ortho.
2010-09-20 11:54:54 +00:00
Campbell Barton
e7edc4563a
bugfix [ #23326 ] Enable to add keframes on Image values (texture context)
2010-09-20 09:52:29 +00:00
Janne Karhu
d24e5c05e0
Fix for [ #21976 ] edges disappear when using loop cut on geometry with hidden parts
2010-09-20 09:40:58 +00:00
Campbell Barton
7f76c2eab1
bugfix [ #20576 ] Curve modifier and loop cut
...
Quaternion interpolation was skipped which gave ugly stepping with the curve modifier (broke with my curve twist fix)
2010-09-20 09:09:00 +00:00
Campbell Barton
2c5aba0c9f
bugfix [ #22263 ] Child of constraint - only rotation
2010-09-20 06:47:34 +00:00
Campbell Barton
a036626604
bugfix [ #23849 ] When the file is opened, Blender 2.5x crushes.
...
id-property arrays saved in 2.4x would crash on reloading.
2010-09-20 05:46:07 +00:00
Campbell Barton
ffd366e862
bugfix [ #23813 ] Memory leak when importing bvh
...
This is not specific to BVH Importer, any operator called from python which returned cancelled would have wouldn't free its report list.
2010-09-20 04:59:20 +00:00
Campbell Barton
d88ba47eb9
bugfix [ #23909 ] Calculating Depth
...
- depth was incorrect, changes since 2.4x.
- minor edit to transform manipulator, no functional change.
2010-09-20 03:28:02 +00:00
Campbell Barton
c64a9d8d41
bugfix [ #23910 ] Removing an object in Py crashes blender
2010-09-20 03:09:24 +00:00
Campbell Barton
2ae4b2b687
bugfix [ #23906 ] Cloud generate/degenerate crashes renderer
2010-09-20 02:53:39 +00:00
Campbell Barton
1615c9e435
python/c utility function for debugging, see http://wiki.blender.org/index.php/Dev:Doc/Debugging/PyFromC
2010-09-19 14:02:45 +00:00
Campbell Barton
6ed4656604
map old/new rna & ui back
2010-09-19 13:38:45 +00:00
Campbell Barton
db354073ba
patch [ #23897 ] ARMATURE_OT_{hide,reveal}
...
from Dan Eicher (dna)
2010-09-19 13:18:05 +00:00
Campbell Barton
5b92c5bc54
fix for fix, corrention by MiikaH since I cant test.
2010-09-19 12:19:58 +00:00
Campbell Barton
b26de72970
fix for some win32 setups not having size_t defined.
...
Reported by MiikaH on IRC.
2010-09-19 10:43:42 +00:00
Campbell Barton
aaf328dc78
remove redundant []'s for list comprehension's, py2.4+ supports this.
2010-09-19 07:07:14 +00:00
Campbell Barton
ce639f18d6
fix for object centers size flickering when the view is far from the center (1000 or more units).
2010-09-19 06:41:44 +00:00
Dalai Felinto
f4198dce70
nodetree -> node_tree (rna pointer not found)
2010-09-18 21:04:33 +00:00
Nathan Letwory
ab5b95d148
* Update BGE for change in r32001
...
* Fix var declaration in bpy_interface.c
* Remove forward declarations from py_capi_utils.h: they are unnecessary and break compiles (there were probably many warnings about this during compile with GCC).
2010-09-18 19:38:27 +00:00
Campbell Barton
db7a4e530e
move namespace creation function into py_capi_utils.c, to be used in more general cases, not just the blender/rna api.
2010-09-18 15:30:03 +00:00
Campbell Barton
a45797fe55
bugfix [ #22767 ] parenting object causes rotation/scale/location information to be corrupted
2010-09-18 14:47:59 +00:00
Damien Plisson
9fae26efe9
Fix for [ #23753 ]: Enable QTKit import to run in background thread
...
Was crashing file browser when there was some quicktime movies in the folder
2010-09-18 12:50:45 +00:00
Nathan Letwory
90b57077cc
Apply patch [ #23887 ] Fix for [ #23886 ] Timeline region update missing when adding/select/moving markers
...
Reported and patched by Torsten Rupp
When a time marker is added in the timeline window via keyboard (keycode M) or existing markers are selected/moved via
the mouse the marker resp. the selection state is not draw immediately in the timeline window region.
The patch adds notifiers where necessary to ensure updates.
2010-09-18 08:49:03 +00:00
Sergey Sharybin
e2f4395864
Fixed problems with outliner update in same cases caused by my previous commit.
...
This troubles were caused by "break" of ND_OBJECT case in outliner area listener,
so not all cases were handled.
Handle more data and actions in outline listener, but not refresh when it's
actually unneeded (there where problems with it without that "break" -- extra
refreshing could be made).
2010-09-18 08:37:47 +00:00
Campbell Barton
d81315e9d2
bugfix [ #23706 ] SEGFAULT: File Load of EXR
...
image node was modifying the original buffer color management, now only modify a copy.
2010-09-18 07:19:32 +00:00
Campbell Barton
c853c23267
missed renaming this function call.
2010-09-18 04:24:04 +00:00
Campbell Barton
b655413689
bugfix [ #23884 ] Crash On Delete of a Duplicated Object
2010-09-18 04:08:40 +00:00
Campbell Barton
dea59cc5eb
warning fixes and minor cmake changes.
2010-09-18 03:55:56 +00:00