05fb0e2d61
First commit to make "Style" settings saved in startup.blend
...
Usage currently is limited to:
- Panel text, widget text and label text style:
point size, shadow effects
Setting individual fonts to these is not possible yet, it uses the
default for it.
Access goes via outliner now; check "User Preferences". UI team could
add this in userpref scripts :)
2011-06-24 14:00:15 +00:00
ebff5d5fb2
free_bvhtree_from_mesh was incorrectly useing sizeof() when clearing memory.
2011-06-24 05:34:03 +00:00
734a4aa428
fix [ #27746 ] Black and White Render doesn't work and/or Saves as a Blank screen
...
convert to grayscale when saving renders rather then only writing the red channel.
2011-06-24 03:49:56 +00:00
c518aa1383
GHOST Cocoa: move y origin top/bottom conversions out of windowmanager module
...
and into GHOST. Also fixes a problem where e.g. the user preferences window
would not open under the mouse cursor correctly.
2011-06-23 19:55:47 +00:00
Lukas Toenne
587b51831d
More flexible size options for particle billboards. This adds scale factors for width and height of billboards, relative to the particle size. It's useful when the particle size is primarily used for collision and the like, so the billboard appearance can be adjusted independently. Also allows non-square billboards.
...
In addition the billboards can be scaled by the particle velocity with optional head and tail factors (similar to line drawing options). This allows for pseudo-motionblur effects.
2011-06-23 18:59:47 +00:00
99253abef8
allow building with ffmpeg but not aud
2011-06-23 16:10:48 +00:00
bb3742fe91
correction to recent commit & made ffmpeg includes only add when enabled.
2011-06-23 15:58:41 +00:00
2023db70a8
cmake option to build without an audio library.
2011-06-23 09:27:56 +00:00
9c2aa3d0ff
fix for function before definition in own recent commit.
2011-06-23 07:50:28 +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
f511409697
fix [ #27726 ] Driven properties not checked for legal UI bounds
...
The rna set function clamps to the property range however properties with range functions were ignored when set by python or the animation system.
Now call the range function for ints and floats when setting.
2011-06-23 05:58:44 +00:00
eaae38551f
pep8 compliance
2011-06-21 17:17:51 +00:00
d33b63c5d8
update cmake checker to ignore file list and add some headers to the source list.
2011-06-21 17:00:34 +00:00
22c68cd748
New 2.58 splash image. Thanks Rogério Perdiz!
...
(Judge committee Sebastian_K && FrancoisGFX)
2011-06-21 16:54:34 +00:00
20e273a695
Upping the release number to 2.58
2011-06-21 16:38:28 +00:00
8a335767d5
Snapping/Project
...
Disable editmesh as target if proportional edit is on (that was messed up incorrectly in revision 33233)
2011-06-21 15:28:13 +00:00
5dd76a3f4e
1 pixel tweak to have outliner icons + selection circles align
...
for default DPI. Problem now is that icons/text are scaling
and drawing with pixel units, whilst other items draw subpixel.
This makes not every dpi size result in perfect aligning yet.
2011-06-21 13:02:21 +00:00
2145005e5e
Fix for [ #26939 ] Hair Combing intersects emitter when combed fast
...
* Hair combing now uses substeps to apply the combing when the mouse movement exceeds 0.2 of the brush radius.
* This could make combing a bit slower on fast mouse movements, but the increase in combing quality is definitely worth it.
2011-06-21 11:15:37 +00:00
a50aa13fac
py api: make all classes __init__ functions in a readonly state, except for operators.
...
In bug [#27701 ], the panels __init__ function (which runs on every draw), was adding new rna properties.
2011-06-21 08:09:42 +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
a48a4270dc
fix for PLY import using directory only select, operators which define 'files' but not 'filename' or 'filepath' would use the directory selector.
...
also made code less confusing.
2011-06-21 04:03:26 +00:00
ccc112a857
fix for error in swizzle assignment leaving an unhandled exception.
2011-06-21 02:15:07 +00:00
Dalai Felinto
768184753a
fix for build with cmake (patch by Joerg Mueller)
2011-06-20 22:44:35 +00:00
ed3dadf489
Blender 2.58 release preparations:
...
* Update of Release Log Links to point to: http://www.blender.org/development/release-logs/blender-258/
2011-06-20 20:21:52 +00:00
c849a938a0
fix for crash drawing zero length motion path and a leak with zero length paths.
2011-06-20 17:50:59 +00:00
203e02f9d7
Fix related to #27689 : unwrap, pack island, minimize stretch now cancel
...
operator if there are no uv's selected.
2011-06-20 17:28:25 +00:00
f6d899af05
Bugfix #27692
...
Render + compositing error:
When adding renderlayer nodes in a composite, without having own
scene render, the renderlayer nodes were not tagged as changed,
causing compositing to give previous result.
2011-06-20 16:38:21 +00:00
692e0ebc13
fix for incorrect bake api usage. but not a bug.
2011-06-20 15:20:33 +00:00
11014defdb
since render branch isnt planned to be merged now, enable strict warning flags for cmake and tag unused vars.
2011-06-20 15:17:02 +00:00
Nathan Letwory
d278637337
Fix [ #26912 ] [Collada] Screw up with names/ids on import
...
Reported by Valeriy Firsov
Use the node name if it exists, fall back to id otherwise.
2011-06-20 12:43:10 +00:00
Nathan Letwory
81f5679ff5
Fix [ #26821 ] Import Collada: instance_node still incorrectly handled
...
reported by David Roy
patch submitted by Camillo Dell'mour
2011-06-20 10:50:17 +00:00
Nathan Letwory
201052a3ff
Apply Patch [ #27454 ] Add simple Transparency texture import for COLLADA
...
submitted by Steffen Ohrendorf.
2011-06-20 10:28:37 +00:00
Nathan Letwory
bb851003b5
Remove redundant e usage. Energy is already multiplied into exported light. Fixes potential bug (e used uninitialised, reported by Campbell Barton on IRC).
2011-06-20 10:22:39 +00:00
Nathan Letwory
dbe7488c43
Fix [ #27474 ] Blender crashes on collada import if input_set is missing
...
reported by Rebin Cornelius.
This needs patch from upstream report http://code.google.com/p/opencollada/issues/list?thanks=164 applied to OpenCOLLADA. lib/windows/collada and lib/win64/collada have already been updated. Ensures we don't read past array boundaries.
2011-06-20 09:34:35 +00:00
c27fa83cf7
Fix #27703 : reflection texture coordinates + nodes not working right in GLSL.
2011-06-20 09:08:41 +00:00
57ed59eac2
fix [ #27700 ] Add effect strip ignore channel argument
2011-06-20 04:09:33 +00:00
3e76245eb2
small fix, This enables correction of the tangent when normal mapping is in use and tangent lighting will be used
2011-06-20 03:37:41 +00:00
09fc9257e1
fix [ #27664 ] startup.blend - manipulator user-prefs
...
regarding issues in the report
1) fixed in previous commit.
2) intentional leaving as is.
3) left 'handle size' as is IMHO acceptably general, edited 'hotshop' tooltip/
4) corrected default values.
2011-06-20 03:24:07 +00:00
4ce97c5ed4
changes to startup.blend
...
- enable manipulator option, applies to new 3d views (not sure why it was disabled) - reported in [#27664 ]
- remove rigify and netrender scene ID properties
- set console scrollback to 256, was 128 which could sometimes cut off output of help()
- enabled syntax highlighting and line number in the text editor for game logic and python screens
2011-06-20 03:10:02 +00:00
6d7e3509a9
small safety fix for recent commit to normal mapping (uninitialised variables)
2011-06-20 02:37:13 +00:00
dd364944d1
By Morten S. Mikkelsen; this adds support for tangent bump shading
...
left: legacy bump, righ: sparkybump
http://pasteall.org/pic/show.php?id=13875
bugs [#26320 ], [#27506 ]
there's still an issue with texture OSA as you can see
2011-06-19 20:41:41 +00:00
8eb375048e
removing python includes for blenkernel since pynodes are commented.
2011-06-19 09:32:37 +00:00
b15a2b0ffc
cmake: added FindOpenJPEG module.
2011-06-19 07:46:24 +00:00
145944d66f
cmake:
...
new macro file_list_suffix() for adding a suffix to every file in a path before the file extension.
useful to create names for debug libs on windows.
2011-06-19 06:57:56 +00:00
f31bae0aab
fixed possible use of uninitialized variable.
2011-06-19 01:23:50 +00:00
31093223cd
SVN maintenance.
2011-06-18 23:22:55 +00:00
968b2a8afb
rename cmake include/libraries to conform with suggested cmake names
2011-06-18 14:12:54 +00:00
1283b07409
use ascii drawing function where utf8 isnt needed.
2011-06-18 09:01:26 +00:00
82216030e9
py-api: store frequently used strings as unicode PyObject's to avoid creating/distroying every time.
...
also fix for cmake warning
2011-06-18 08:45:45 +00:00
f7e22c729e
throw an error if preprocessor definitions are used for DNA array lengths (previously would fail silently & not work right).
2011-06-18 03:14:24 +00:00