17b66b46ad
fix crash for recent navmesh edits when setting a non-mesh object to a navmesh.
...
also minor cleanup.
2011-10-09 21:43:13 +00:00
7306eb84f0
move NavMesh draw code out of being a modifier and into DerivedMesh drawing hack (which IMHO is less bad then mis-using a modifier only to override drawing calls).
2011-10-09 21:11:51 +00:00
cfb154ca58
fix [ #28800 ] Scene NULL in frame change callback, crashes on property update.
2011-10-07 00:08:40 +00:00
646a397297
add a collection function slot for assignment (not used yet).
2011-10-01 15:40:32 +00:00
9931c9442e
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
2011-09-25 09:55:13 +00:00
81f7e361d2
make new rna variables more consistant with existing names.
2011-09-25 02:49:46 +00:00
37cd3368da
Minor: Other UI strings typos and tweaks. Also updated french po & mo
2011-09-24 09:57:47 +00:00
2cbf475fb2
Merged 40338-40364
2011-09-19 15:36:30 +00:00
1794767171
/blender/makesrna: Removed final points in UI strings and messages.
...
Plus a few splits of very long lines…
2011-09-19 13:23:58 +00:00
73863a1da5
Split do_weight_paint_vertex() to isolate the simple case.
...
Added a tool-tip to the "fix deforms" op.
Removed code markers:
"Radish"
2011-09-18 17:10:28 +00:00
a9c99f58f4
Changed the branch code markers to say "Radish" in response to a review.
...
They weren't & aren't meant to show ownership, they just help me navigate my related code.
2011-09-18 03:49:00 +00:00
96ada15d79
svn merge -r40197:40311 ^/trunk/blender
2011-09-18 02:35:26 +00:00
0d355a8a2c
replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.
...
also replace strcpy's which copy using "" with str[0]='\0'
2011-09-15 12:26:48 +00:00
101937e2dd
replace rna_update_active_object with NC_GEOM|ND_DATA notifier (as pointed out by Matt Ebb), also some whitespace edits to match trunk.
2011-09-15 07:06:45 +00:00
86777f46e1
- use a flag define for bDeformGroup->flag rather than setting TRUE/FALSE
...
- rename RNA bDeformGroup.flag to "lock_weight"
2011-09-14 07:07:17 +00:00
7d02e66256
svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-13 10:05:30 +00:00
92089e3c4d
svn merge -r39900:40000 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-13 09:07:20 +00:00
b310a76a1b
svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-13 06:39:17 +00:00
933a19c997
Game Engine:
...
Fixed some more abbreviations in the UI.
2011-09-11 10:00:43 +00:00
dbd6658d73
svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-09-07 15:34:04 +00:00
Lukas Toenne
8e0fe8bff7
Merged the particles-2010 branch with node improvements into trunk.
...
This branch adds mostly organizational improvements to the node system by renaming the node folders and files. A couple of internal features have been added too.
Detailed information can be found on the wiki page:
http://wiki.blender.org/index.php/User:Phonybone/Particles2010
2011-09-05 21:01:50 +00:00
f1eab8e853
Fix #28503 : Selecting a Grease Pencil from the Properties panel does not update 3D View
...
Added missing notifiers.
2011-09-04 15:53:12 +00:00
c58fb76f1a
Merged 39338-39558
2011-08-19 17:15:30 +00:00
23807d1fb4
Merging trunk up to r39447.
2011-08-16 14:11:58 +00:00
cdb5d11c5f
patch [ #22523 ] Expose Object.parentinv matrix via RNA
...
from Balajee R C (balajeerc)
2011-08-15 17:29:07 +00:00
3e85ec432e
3D Audio GSoC:
...
Adds new speaker object type.
Notes:
* Needs some nice icons
* Quickily review by Joshua Leung (5 mins)
* Properties UI updated (with help of Thomans Dinges)
* Speakers have their own theme color
* No real audio functionality yet.
* Minor bug regarding lamps/lattices fixed in interface_templates.c
I personality tested:
* Creation, Deletion, Duplication
* Saving, Loading
* Library linking (incl. make local)
* Tracking
* Dope Sheet, Outliner
* Animation
* Drawing (incl. Theme)
2011-08-01 11:44:20 +00:00
05c6d22af1
Merged from trunk 38474-38568
2011-07-21 16:51:36 +00:00
c608288d76
add tip that duplicator system doesnt support xray / transp object draw options since we keep getting reports about this.
2011-07-21 01:37:15 +00:00
52d12852e7
svn merge -r38157:38474 https://svn.blender.org/svnroot/bf-blender/trunk/blender
2011-07-18 14:49:05 +00:00
9fa20e6d88
fix [ #28003 ] Unable to delete vgroup
...
still need to find how an invalid defgroup index is set, but at least dont show the vertex group as selected when its not.
2011-07-18 07:38:44 +00:00
7858d9348e
Merged 37865-38124
2011-07-06 13:49:47 +00:00
0e0eba9f79
fix for crash when setting layers or saving when there is no active scene - only really happens when running python scripts on startup.
2011-07-04 05:23:36 +00:00
84ea89e25f
Merged from trunk with revision range 36835-37865,
...
(No conflicts had to be manually resolved)
Gave weight paint a basic ability to draw edges and vertices with an option
(with colors for selected/unselected),
but I didn't make any vertex selection functions available in weight paint mode yet
(tested with edit mode for now).
2011-06-27 17:21:08 +00:00
53bf66a579
checks in rna range functions that the max value cant be less than the min.
...
also fix for invalid rage for FILE_OT_filenum.
2011-06-23 06:13:21 +00:00
418d2ce49e
allow rna to set vertex parent indices, blender checks for invalid values on access.
...
build blenderplayer by default on linux with scons.
2011-06-21 07:41:49 +00:00
42e062fc88
Made the Multi-Paint check box control what was being drawn so that it doesn't always draw the groups together when multiple bones are selected.
2011-06-09 16:38:47 +00:00
Nick Samarin
5ceb8b3d35
synched with trunk at revision 37212
2011-06-05 18:51:00 +00:00
3a6adc0ed3
fix [ #27554 ] vertex group names
...
- duplicate vertex group names were not being checked for.
- also made the first duplicate end with .001 rather than .000
2011-06-05 04:52:32 +00:00
348f947d80
tag unused rna args.
2011-05-31 02:14:25 +00:00
3cde378fea
2011-05-27 19:13:54 +00:00
155d589333
add the property as an argument to enum item functions, not used yet but needed for dynamic python enums.
2011-05-26 13:38:16 +00:00
Nick Samarin
a918040902
synched with trunk at revision 36569
2011-05-16 20:30:59 +00:00
7459133648
Patch [ #27344 ] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a lot!
...
Reviewed by Tom Musgrove and myself.
From the patch description:
ValterVB on #blendercoders submitted a long list of missing tooltips in Blender, and I went through the list and added all I knew. After that I crowdsourced the rest by putting a spreadsheet on Google docs and having people fill in the missing ones that I didn't know. So if there's some weird tooltip in there that doesn't make sense, that's why.
Thanks to Wolter, spacetug and others on BlenderArtists for contributing tooltips.
2011-05-15 17:59:48 +00:00
885141c9de
patch [ #21740 ] Image support for Empty Objects
...
from Andy Braham (andybraham)
This adds support for empties to reference images and draw in the 3D view.
Modifications from the original patch.
- use an empty draw 'image' type
- use image aspect ratio for non-square-pixels
- when the image is not found, still draw the frame.
2011-05-09 16:31:54 +00:00
ff7ae1d4f4
rna object constraint remove function wasn't calling ED_object_constraint_update().
2011-05-04 05:56:26 +00:00
696512f8cc
Added tooltip note that parent curve 'Follow' needs to be enabled for track axis to do anything.
...
also show both enum descriptions in the tooltip (the enum properties description and the individual enums).
2011-04-28 13:01:29 +00:00
210ee1ade4
whitespace only, no functional change mixed tabs/spaces --> tabs.
2011-04-21 13:11:51 +00:00
66bf6487df
object.collision was allocating on access for all object types - camera could get collision data for eg.
...
now check for mesh types only.
any other type will return None.
2011-04-18 01:45:28 +00:00
2d1e663440
patch [ #26861 ] Spelling, Typos, and Grammar
...
- also fix own bad assert from yesterday & remove testing cmake print.
2011-04-11 01:18:25 +00:00
Dalai Felinto
13d5f6005e
BGE: Material Force Field renaming + reorganization
...
the old FH setting was blended with the other physics settings (friction and elastic)
Also in the Physics panel it was saying "Use Material Physics" but the button is only for Force Field.
Since I was here I decided to change the Constraint FH ui name from Fh to Force. I don't think users really understand what FH is (I for once don't).
Thanks to Carsten Wartmann for pointing that out.
2011-03-03 01:47:17 +00:00