Blender Git Commits

Blender Git "master" branch commits.

Page: 4269 / 5574

August 9, 2010, 22:54 (GMT)
Bugfix for:[23234] Blender File Browser - Back Button does work with first directory entered?

For !WIN32 systems the fix was in ED_fileselect_set_params
(basically adding the first folder in the sfile->folders_prev list)

For WIN32:
I talked with Nathan (Jesterking) and he agreed that the fix in path_util.c was required too. Without that BLI_path_abs was always making WIN32 paths ending with to end with \
(e.g. C:Blender --> C:Blender\)
And this was making the folder to fail ISDIR tests.
Revision 825f059 by gsr b3d
August 9, 2010, 20:14 (GMT)
SVN maintenance.
August 9, 2010, 18:15 (GMT)
Fix bug #22828, "Exporting as COLLADA crashes Blender".
August 9, 2010, 11:32 (GMT)
Merged changes in the trunk up to revision 31190.
August 9, 2010, 10:52 (GMT)
OBJ Export:
* Removed duplicate use_animation variable, sorry!
* Added some descriptions.
August 9, 2010, 10:35 (GMT)
OBJ Export:
* Script was broken, fixed.
* Started some code cleanup, mainly variable names.
* Tabs > Spaces
August 9, 2010, 10:22 (GMT)
rna refactoring update, order by class, attribute.
Revision 7ec16a7 by Nick Samarin
August 9, 2010, 10:20 (GMT)
fixed bugs (wrong number of triangle in buildMeshAdjacence, wrong face indexes in applyModifier)
August 9, 2010, 08:18 (GMT)
fix from recent poll() edits.
August 9, 2010, 07:05 (GMT)
restrict prefix checking to booleans for now
August 9, 2010, 06:55 (GMT)
rna refactor...
- added a script to merge 2 lists of rna renaming from/to
- merged rna_booleans.txt into rna_properties.txt
- made rna_cleaner.py sort by class.from by default.
August 9, 2010, 02:29 (GMT)
python draw callback
- optional argument for the drawing mode crashed when not set
- added a check for the call fuinction being callable
- added a check for the argument being a typle.
August 9, 2010, 01:37 (GMT)
poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases.
now rna functions that dont have a 'self' are automatically assumed '@classmethods'.

de-duplicated poll functions and made some minor tweaks too.
August 8, 2010, 23:46 (GMT)
remove py2.x compat check for class registration.
August 8, 2010, 22:49 (GMT)
[#23228] Play rendered animation is not working
own recent commit missed renaming expand -> abspath
August 8, 2010, 16:47 (GMT)
Bugfix: [#23149] Showing cache instead of rendering with the VSE

August 8, 2010, 16:22 (GMT)
== docs ==

Changing " **type** " into "nn:type: " in Mathutils, to have like "type: float" in its own line.

August 8, 2010, 14:21 (GMT)
This fixes:
[#20884] SEQUENCER EFFECT: Animating Speed Control Opacity has no effect
[#21308] SEQUENCER EFFECT: Glow ignores Opacity setting

August 8, 2010, 13:55 (GMT)
== Sequencer ==

This fixes: [#23184] Problems with speed control effect strip in the
video sequence editor

Also: got rid of tstripdata caches in DNA.

Fixes some potential crashes in SEQ_IMAGE rendering (s_elem wasn't
checked for NULL).

August 8, 2010, 13:45 (GMT)
display addons sorted by category then name (remove old commented code which loaded the modules for real)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021