cb3456e92a
fix for fix
2011-10-06 04:09:48 +00:00
2b3ef4b18b
fix [ #26193 ] Weightpainting on Mesh with Armature-Modifier fails if x-mirror and auto normalize is enabled
2011-10-06 04:06:47 +00:00
6af6cf2055
cleanup for main weight paint drawing function while looking into a bug - no functional changes.
2011-10-06 03:57:03 +00:00
e1ce98f8ae
fix error in last commit & remove commented code which is now working in 2.5x.
2011-10-06 02:19:04 +00:00
4e6be49ca4
fix for memory leak when calling wpaint_make_validmap() with no vertex groups.
2011-10-06 01:51:01 +00:00
4b1ba6bef6
fix for crash when painting normalize with no vertex groups, also minor cleanup to do_weight_paint_auto_normalize_all_groups()
2011-10-06 01:29:32 +00:00
388eae9a81
minor edits
...
- use TRUE/FALSE rather than 1/0
- WM_operator_properties_create_ptr rather than WM_operator_properties_create since the pointers available.
- remove redundant strlen()
2011-10-05 12:20:38 +00:00
7058a8e2ae
fix [ #28809 ] Fileselect strange icon display.
2011-10-05 07:57:33 +00:00
3bdadb6975
[ #28801 ] Pet doesn't work on the whole mesh
...
Reported by Enrico Valenza
Mirror messes up the zone of influence. Disable mirror internally when proportional edit is on.
2011-10-04 23:42:06 +00:00
185df0811c
fix for error when fixing crash in filesel poll function.
2011-10-04 22:42:49 +00:00
f618bc5aca
Fix #28202 : (only) modifying keymap item properties did not save properly, the
...
update signal for this was missing. Problem is that the operator properties
RNA update callback doesn't know the associated keymap item, worked around it
with UI template now.
2011-10-04 13:24:48 +00:00
019dca9c54
remove redundant code, also dont bother with os.path.basename(x) for recent scons commit.
2011-10-04 08:28:37 +00:00
59c0cbbc34
fix for missing null check in own recent commit.
2011-10-03 18:03:44 +00:00
cdc564064c
revert r40738, flipepd enums give quick access to first items, even if it does seem odd to have them flipped.
2011-10-03 17:59:33 +00:00
3b996ac1b3
add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some comparing range, some using ELEM#(), once was missing metaball check.
2011-10-03 17:29:43 +00:00
75621eeff9
fix [ #27526 ] shared data but different data materials.
2011-10-03 16:55:00 +00:00
e5a11dfcd6
fix for [ #28788 ] wasn't complete, pose bones scale was ignoring "Individual origins" setting.
2011-10-03 16:20:05 +00:00
782499717e
Fix #27532 : Undo test texture after painting gives black blocks.
...
- Do not apply undo tiles on image if source or generated type was changed.
- Added null-check in own recent commit in this area.
2011-10-03 13:01:24 +00:00
758e34b45d
- use BLI_findstring rather then while loop for listbase lookups
...
- remove BLI_assert I recently added to RNA_property_pointer_type since its intentionally called with no type check.
2011-10-03 12:56:33 +00:00
7fec67ab40
Fix #28780 : Undo while painting image sequences issue
...
- Store imbuf file path in UndoImageTile structure, so imbuf can be verified
before applying titles on it.
- If current image's imbuf file path isn't equal to file path stored in
undo block, search for imbuf in ima->ibufs.
Probably it can be optimized, but storing all settings which defines
needed imbuf (image source type, offset, image file name, current
scene frame and so messes up undo code and requires deeper changes
which probably better not to start on bcon4).
2011-10-03 11:04:05 +00:00
f571d1d238
fix [ #27578 ] Fileselector UI area does not scale with UI (partially hides buttons)
2011-10-03 04:48:14 +00:00
d1c99081ea
fix for crash when loading the file selector on startup.
2011-10-03 03:48:48 +00:00
275093324f
fix [ #28023 ] VSE: Transform Markers doesn't do anything
...
- renamed to 'Sync Markers' to match action editor.
- action editor option was broken in the same way as the sequencer.
2011-10-03 02:49:08 +00:00
b001eeb10d
Change struct alignment for structs which are intended to be aligned but aren't.
...
remove uiIconImage too since its unused.
2011-10-03 01:36:25 +00:00
f87ab2e907
minor edit for UI code, pointless short/int mix.
2011-10-03 01:01:01 +00:00
e49688f021
use use_ prefix for boolean value.
2011-10-02 20:09:45 +00:00
74c681330f
fix [ #28788 ] Scale using "Individual origins" in bones
...
works for rotate and scale
2011-10-02 19:57:34 +00:00
6ad5e2ef1f
Fix [ #28436 ] ID mask creates 'feather' around ID even with AA turned off.
...
Perhaps not the ideal solution, but it works, is easy to undo if/when we have a better one, and I’m pretty sure it won’t break anything...
2011-10-02 12:57:49 +00:00
a1d647e92c
remove some redundant checks and compiler warnings.
2011-10-02 12:21:24 +00:00
90b38eaa0c
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
2011-10-02 08:46:46 +00:00
91283853b2
fix [ #28786 ] Large enum lists display columns in inverted order (right to left)
...
also cleared annoying intel c++ warnings.
2011-10-01 21:09:42 +00:00
ca5871c26f
reverting part of rev40594.
...
Pardoon, looks like i've forgot to revert current work before
commiting actual patch i wanted to send to the svn.
2011-10-01 13:46:20 +00:00
471ea617b2
Bugfix [ #28781 ] Grease pencil segfaults when deleting or duplicating
...
frames in dopesheet
2011-10-01 00:56:36 +00:00
2bb59bc273
Fix #28432 : Scrolling lists respond incorrectly if mouse is not moved
...
Copy hardmin for LISTROW and ROW buttons when updating button
from old block due to list item index is stored in this value.
2011-09-30 15:42:04 +00:00
f3ae228c9d
minor changes, dont append with cmake platform flags which is a string and use enum values rather then ints in a few places.
2011-09-30 15:22:13 +00:00
31363c3324
Fix [ #28773 ] Auto Set Preview Range Does not work on selection in DopeSheet
...
(viewall was also broken for DopeSheet, btw, same cause).
2011-09-30 12:33:52 +00:00
fb58270a6c
add bevel weight to editmode buttons, patch from Psy-Fi or IRC.
2011-09-30 08:27:38 +00:00
265c113820
fix for crash generating messages.txt, I wasn't getting this crash because I had 'WITH_PYTHON_SAFETY' enabled which was using different iterators (which dont crash), now there on by default.
...
made headless and no-python configurations work again and added --factory-startup to doc building command.
2011-09-30 07:47:45 +00:00
e6a9b68c79
Recast: upgrade library.
...
- Upgrade Recast library to latest portable version
- Implement recast_qsort based on FreeBSD qsort.c to have
portable thread safe quick sort for use in conversion routine.
- Better default value for the Build Navigation Mesh operator
2011-09-29 21:38:57 +00:00
add77842d9
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
...
(grrr... That update created tons of new things... back to ~40% done...)
2011-09-29 14:41:11 +00:00
a81b37e252
Pedantic changes to description for recently added select grouped operator
2011-09-29 10:17:34 +00:00
4b325a938e
make drawobject.c's code for getting the camera view frame into its own function. (no functional changes)
2011-09-29 07:59:33 +00:00
ceb81b1960
no-longer select handles when transforming in the dopesheet since now the dope sheet acts as if handles are hidden.
...
also remove invalid comment.
2011-09-29 06:13:25 +00:00
5bbd0decfd
fix [ #28765 ] keyframe handles do not move with curves in graph editor when hidden, resulting in bad curves.
...
hide handles wasn't properly respected by transform function testhandles_fcurve().
2011-09-29 05:03:21 +00:00
45b74dcf2c
Reverting part of r.40659
...
The output of an automated tool is not a valid excuse for clobbering
code to increase maintenance headaches later on.
2011-09-28 23:43:48 +00:00
2ad45b5c4f
fix 2 bugs with reset-default failing on operators redo panel.
...
- The operator its self was registered so resetting the defaults would unhelpfully replace the toolbar with the reset to defaults operator panel.
- The callback for the operator wasnt being used so the settings were changed but the operator didnt re-run.
2011-09-28 18:45:17 +00:00
a403268331
Fix #28185 : Regression test: outlinertest blend
...
Added notifier handler to outliner.
2011-09-28 16:13:36 +00:00
35f881b44d
Commented and tagged some unused vars, added some var init (gcc warnings...)
2011-09-28 15:22:13 +00:00
113d556295
patch [ #28571 ]
...
from Bastien Montagne (mont29)
Only applied Sequencer Select Grouped functionality - similar to the one in object mode, select strips based on type, time, data etc.
2011-09-28 14:12:27 +00:00
c8b0d25794
fix [ #28158 ] Image crop keyframes/fcurves do not 'stick' to strip
2011-09-28 10:05:56 +00:00