Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-06object_find, didnt get images from an objects material texturesCampbell Barton
KX_PythonInit.cpp - own error in recent commit.
2008-09-06find objects by texture name raised a python errorCampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
the features that are needed to run the game. Compile tested with scons, make, but not cmake, that seems to have an issue not related to these changes. The changes include: * GLSL support in the viewport and game engine, enable in the game menu in textured draw mode. * Synced and merged part of the duplicated blender and gameengine/ gameplayer drawing code. * Further refactoring of game engine drawing code, especially mesh storage changed a lot. * Optimizations in game engine armatures to avoid recomputations. * A python function to get the framerate estimate in game. * An option take object color into account in materials. * An option to restrict shadow casters to a lamp's layers. * Increase from 10 to 18 texture slots for materials, lamps, word. An extra texture slot shows up once the last slot is used. * Memory limit for undo, not enabled by default yet because it needs the .B.blend to be changed. * Multiple undo for image painting. * An offset for dupligroups, so not all objects in a group have to be at the origin.
2008-09-03cleanup mesh materials option was setting incorrect material indiciesCampbell Barton
2008-09-01Text Editor (GSOC 2008)Ian Thompson
======================= Merge of branch soc-2008-quorn to trunk: Merged 14970:16308 to trunk@16307, updated to HEAD. Merged 16318 Main features from this branch: - Python text plugins - Suggestions and documentation elements - Improved syntax highlighting - Word wrap - Additional editing tools - Various undo and clipboard fixes - File header info and modification checks
2008-08-30Merge from trunk 16122-16307Ian Thompson
2008-08-30Fix for class variable parsing/listing bug.Ian Thompson
2008-08-26Fix for text plug-in scripts on 64-bit platforms.Ian Thompson
2008-08-22Typo in copyright notice (VF -> BF)Ton Roosendaal
2008-08-21-> more FLT tweaksGeoffrey Bantle
LOD editor input ranges were too low. Also fixed the interface drawing so it always started at bottom of screen area.
2008-08-20-> Fix for last commitGeoffrey Bantle
The range of allowed values for the LOD editor inputs was too low.
2008-08-20-> LOD and DOF editor scriptsGeoffrey Bantle
Two new scripts for the 'Misc' Menu. LOD and DOF Editors for creating/editing DOF and LOD FLT nodes inside of blender.
2008-08-18Missed parentheses from except clause, has a whole different meaning.Ian Thompson
2008-08-18Better class support with inheritance for text parsing.Ian Thompson
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine ↵Daniel Genrich
since no additional crashes were reported!
2008-08-17Fix for numeric var types creating an error.Ian Thompson
2008-08-16Improvements to the base BPyTextPlugin module:Ian Thompson
- Added a centralized function for resolving targets (aaa.bbb.ccc) - Added documentation support for locally defined classes and methods - The time taken to parse now dictates how long to use the cache before parsing again - Other tweaks and comments and support for numeric var types The text plugin scripts have been updated to make use of these features.
2008-08-15Merge from trunk 16031:16122Ian Thompson
2008-08-15merging trunk 15964 -> 16116Martin Poirier
2008-08-14Part one of the 2.47 release commitDiego Borghetti
2008-08-12Speed improvements for reading text lines and the option to specify a range ↵Ian Thompson
for Text.asLines([start[, end]]) Also some tweaks for the plug-in scripts and updates to pydocs.
2008-08-11fix for [#17365] PLY export script writes comment in invalid wayCampbell Barton
this is good for 2.47
2008-08-10Added sys.path module search to BPyTextPlugin module and fixed ↵Ian Thompson
IndentationError when parsing.
2008-08-10Fixed inconsistencies between the text plugins and them not suggesting when ↵Ian Thompson
called from the menu.
2008-08-09Merge from trunk: 15912:16031Ian Thompson
2008-08-08Typing 'from a import b' threw an error if b was not found. Accidentally ↵Ian Thompson
moved this out of the try block in an earlier tidy-up.
2008-08-08forgot update ver.number in last commitRemigiusz Fiedler
2008-08-08-> Fix for warnings in FLT exporter and Palette ManagerGeoffrey Bantle
Removed buffer overflow masking warnings from the FLT exporter and Palette Manager.
2008-08-07-> Slight tweak to FLT exporterGeoffrey Bantle
FLT files written by the FLT exporter would reference external files (other FLT files, texture maps, ect) with standard backslash seperators on win32. However, many tools that deal with FLT files expect directory seperators to always be forward slashes regardless of platform.
2008-08-06Various UI drawing and event tweaks to make markers feel more natural and ↵Ian Thompson
avoid getting in the way. If there is a marker under the cursor, ESC will remove it and others in its group. Otherwise all temporary markers are removed. Tab finds/cycles/removes temp. markers, cycles non-temp. markers (under cursor) and behaves normally in all other cases.
2008-08-06Added a Python interface to the marker system with a few additional ↵Ian Thompson
functions for modifying text selections in general. Tweaked some of the events and drawing code and added a template completion script along the lines of gedit's snippets.
2008-08-05Merging with trunkMartin Poirier
15568 - 15963
2008-08-05own bug in weightpaint cleaning, wasnt removing as many groups from verts as ↵Campbell Barton
it should be.
2008-08-03DXF-importer script. Works well with 2.46winXPRemigiusz Fiedler
Please commit to 2.47 branch patch history: v1.12 - 2008.08.03 c2 warningfix: relocating of globals: layersmap, oblist c2 modif UI: buttons newScene+targetLayer moved to start panel v1.12 - 2008.07.04 c1 added control Curve's OrderU parameter c1 modif UI: preset buttons X-2D-3D moved to start panel b6 added handling exception of not registered LAYERs (Hammer-HL-editor DXF output) b5 rebuild UI: global preset 2D for Curve-Import b5 added UI-options: PL-MESH N+N plmesh_flip and normals_out b5 added support for SPLINEs, added control OrderU parameter b5 rewrote draw module for NURBS_curve and Bezier_curve v1.12 - 2008.06.22 b4 change versioning system 1.0.12 -> 1.12 b4 print at start version-info to console b3 bugfix: ob.name conflict with existing meshes (different ob.name/mesh.name)
2008-08-02Merged 15771:15912 from trunkIan Thompson
2008-07-28commit by jms:Remigiusz Fiedler
Rvk1 to rvk2 script python did not work anymore with the softbodie in blender 2.46. Only one line needs to be removed.
2008-07-27TextPlugin update: Converted try-except blocks to use try-catch-else to ↵Ian Thompson
allow better error tracking. Commented the descriptor classes and improved variable support for basic types (string, list, etc.)
2008-07-21Updated the textplugin_outliner.py plug-in to use the new Draw.PupTreeMenu ↵Ian Thompson
and updated this menu to support titles.
2008-07-21Oops, typo in rev. 15664 caused errorIan Thompson
2008-07-21Script template added for text plug-insIan Thompson
2008-07-21BPyTextPlugin now has descriptors for variables, functions and classes (and ↵Ian Thompson
their variables/functions). Each descriptor also holds the line number of the definition allowing a simple outliner to be written. Text.setCursorPos(row, col) now pops the text into view if it is in the active window space. The outliner uses this to jump to any definition in a script; it is invoked with Ctrl+T.
2008-07-19Merged 15170:15635 from trunk (no conflicts or even merges)Ian Thompson
2008-07-19Added a documentation panel with primitive word-wrap functionality. It can ↵Ian Thompson
be displayed by Text.showDoc(string) in python and has a text-plugin script for function docs which may be invoked with Ctrl+I inside its params list. Eg. type "dir(" <Ctrl+I>
2008-07-18All parsing is now done in one sweep and cached to allow details to be ↵Ian Thompson
obtained without re-parsing. A text can be manually parsed with parse_text(text) which also updates the cache.
2008-07-16Fixed error when scripts were run without a visible Text to work on.Ian Thompson
2008-07-16Previously relying on import to run scripts didn't work every time and was ↵Ian Thompson
not the right way to do it. Also fixed a problem with 'import *' not working and added the sys.modules list to the import suggestion list with a timed update.
2008-07-15Made suggestions case-insensitive which also puts _ prefixed items at the ↵Ian Thompson
bottom. Improvements have also been made to the way the list works, when it should disappear/update/confirm, etc.
2008-07-15Text plugin script updates: Better error handling, variable parsing, token ↵Ian Thompson
caching for repeat parsing of the same document. Fixed joining of multiline statements and context detection.
2008-07-15Created a BPy module BPyTextPlugin to centralize functions used across the ↵Ian Thompson
text plugin scripts. Also created two more scripts to handle imports and member suggestions.
2008-07-15Any script can now register a unique key combination as part of its bpy ↵Ian Thompson
header. For a supported space type, the user may press this shortcut to invoke the script. Space types that are to support shortcuts like this should call BPY_menu_do_shortcut(...) from the event queue read method (See winqreadtextspace in drawtext.c for example)